Show / Hide Table of Contents

Class UpdateOracleOnlineLogicalMigrationSettings

Update settings for an online logical Oracle migration.

Inheritance
object
UpdateOracleMigrationSettings
UpdateOracleOnlineLogicalMigrationSettings
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 UpdateOracleOnlineLogicalMigrationSettings : UpdateOracleMigrationSettings

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 UpdateOracleAdvisorSettings AdvisorSettings { get; set; }
Property Value
Type Description
UpdateOracleAdvisorSettings

DataTransferMediumDetails

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

GgsDetails

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

HubDetails

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

InitialLoadSettings

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

SourceContainerDatabaseConnectionId

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

The OCID of the resource being updated.

In this article
Back to top