Show / Hide Table of Contents

Class UpdateMySqlMigrationDetails

Update Migration parameters.

Inheritance
object
UpdateMigrationDetails
UpdateMySqlMigrationDetails
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 UpdateMySqlMigrationDetails : UpdateMigrationDetails

Properties

AdvisorSettings

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

DataTransferMediumDetails

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

GgsDetails

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

HubDetails

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

InitialLoadSettings

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