Show / Hide Table of Contents

Class UpdateOracleOfflineLogicalMigrationSettings

Update settings for an offline logical Oracle migration.

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

InitialLoadSettings

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