Show / Hide Table of Contents

Class OracleOfflineLogicalMigrationSettings

Oracle offline logical migration settings.

Inheritance
object
OracleMigrationSettings
OracleOfflineLogicalMigrationSettings
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 OracleOfflineLogicalMigrationSettings : OracleMigrationSettings

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

InitialLoadSettings

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