Show / Hide Table of Contents

Class UpdateOracleMigrationDetails

Create Migration resource parameters.

Inheritance
object
UpdateMigrationDetails
UpdateOracleMigrationDetails
Inherited Members
UpdateMigrationDetails.Description
UpdateMigrationDetails.Type
UpdateMigrationDetails.DisplayName
UpdateMigrationDetails.SourceDatabaseConnectionId
UpdateMigrationDetails.TargetDatabaseConnectionId
UpdateMigrationDetails.FreeformTags
UpdateMigrationDetails.DefinedTags
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 UpdateOracleMigrationDetails : UpdateMigrationDetails

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.

SourceStandbyDatabaseConnectionId

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

The OCID of the resource being updated.

In this article
Back to top