Show / Hide Table of Contents

Class OracleOnlineStandbyMigrationSettings

Oracle online standby migration settings.

Inheritance
object
OracleMigrationSettings
OracleOnlineStandbyMigrationSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class OracleOnlineStandbyMigrationSettings : OracleMigrationSettings

Properties

AdvancedParameters

Declaration
[JsonProperty(PropertyName = "advancedParameters")]
public List<MigrationParameterDetails> AdvancedParameters { get; set; }
Property Value
Type Description
List<MigrationParameterDetails>

List of Migration Parameter objects.

AdvisorSettings

Declaration
[JsonProperty(PropertyName = "advisorSettings")]
public OracleAdvisorSettings AdvisorSettings { get; set; }
Property Value
Type Description
OracleAdvisorSettings

DataTransferMediumDetails

Declaration
[JsonProperty(PropertyName = "dataTransferMediumDetails")]
public OracleDataTransferMediumDetails DataTransferMediumDetails { get; set; }
Property Value
Type Description
OracleDataTransferMediumDetails

GgsDetails

Declaration
[JsonProperty(PropertyName = "ggsDetails")]
public OracleGgsDeploymentDetails GgsDetails { get; set; }
Property Value
Type Description
OracleGgsDeploymentDetails

HubDetails

Declaration
[JsonProperty(PropertyName = "hubDetails")]
public GoldenGateHubDetails HubDetails { get; set; }
Property Value
Type Description
GoldenGateHubDetails

InitialLoadSettings

Declaration
[JsonProperty(PropertyName = "initialLoadSettings")]
public OracleInitialLoadSettings InitialLoadSettings { get; set; }
Property Value
Type Description
OracleInitialLoadSettings

SourceContainerDatabaseConnectionId

Declaration
[JsonProperty(PropertyName = "sourceContainerDatabaseConnectionId")]
public string SourceContainerDatabaseConnectionId { get; set; }
Property Value
Type Description
string

The OCID of the resource being referenced.

SourceStandbyDatabaseConnectionId

Declaration
[JsonProperty(PropertyName = "sourceStandbyDatabaseConnectionId")]
public string SourceStandbyDatabaseConnectionId { get; set; }
Property Value
Type Description
string

The OCID of the resource being referenced.

In this article
Back to top