Show / Hide Table of Contents

Class MySqlMigration

MySQL Migration resource

Inheritance
object
Migration
MySqlMigration
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 MySqlMigration : Migration

Properties

AdvisorSettings

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

DataTransferMediumDetails

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

GgsDetails

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

HubDetails

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

InitialLoadSettings

Declaration
[JsonProperty(PropertyName = "initialLoadSettings")]
public MySqlInitialLoadSettings InitialLoadSettings { get; set; }
Property Value
Type Description
MySqlInitialLoadSettings
In this article
Back to top