Show / Hide Table of Contents

Class OracleMigration

Oracle Migration resource

Inheritance
object
Migration
OracleMigration
Inherited Members
Migration.Id
Migration.Description
Migration.DisplayName
Migration.CompartmentId
Migration.Type
Migration.WaitAfter
Migration.SourceDatabaseConnectionId
Migration.TargetDatabaseConnectionId
Migration.ExecutingJobId
Migration.TimeCreated
Migration.TimeUpdated
Migration.TimeLastMigration
Migration.LifecycleState
Migration.LifecycleDetails
Migration.FreeformTags
Migration.DefinedTags
Migration.SystemTags
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 OracleMigration : Migration

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