Class OracleMigration
  Oracle Migration resource
    Inheritance
    
    
    OracleMigration
   
  
  
  Assembly: OCI.DotNetSDK.Databasemigration.dll
  Syntax
  
    public class OracleMigration : Migration
   
  Properties
  
  AdvancedParameters
  
  
  Declaration
  
    [JsonProperty(PropertyName = "advancedParameters")]
public List<MigrationParameterDetails> AdvancedParameters { get; set; }
   
  Property Value
  
  
  AdvisorSettings
  
  
  Declaration
  
    [JsonProperty(PropertyName = "advisorSettings")]
public OracleAdvisorSettings AdvisorSettings { get; set; }
   
  Property Value
  
  
  DataTransferMediumDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "dataTransferMediumDetails")]
public OracleDataTransferMediumDetails DataTransferMediumDetails { get; set; }
   
  Property Value
  
  
  GgsDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "ggsDetails")]
public OracleGgsDeploymentDetails GgsDetails { get; set; }
   
  Property Value
  
  
  HubDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "hubDetails")]
public GoldenGateHubDetails HubDetails { get; set; }
   
  Property Value
  
  
  InitialLoadSettings
  
  
  Declaration
  
    [JsonProperty(PropertyName = "initialLoadSettings")]
public OracleInitialLoadSettings InitialLoadSettings { get; set; }
   
  Property Value
  
  
  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. |