Class MySqlGgsDeploymentDetails
  Optional settings for Oracle GoldenGate processes
    Inheritance
    
    MySqlGgsDeploymentDetails
   
  
  
  Assembly: OCI.DotNetSDK.Databasemigration.dll
  Syntax
  
    public class MySqlGgsDeploymentDetails
   
  Properties
  
  AcceptableLag
  
  
  Declaration
  
    [JsonProperty(PropertyName = "acceptableLag")]
public int? AcceptableLag { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | int? | ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds. | 
    
  
  
  GgsDeployment
  
  
  Declaration
  
    [JsonProperty(PropertyName = "ggsDeployment")]
public GgsDeployment GgsDeployment { get; set; }
   
  Property Value
  
  
  Replicat
  
  
  Declaration
  
    [JsonProperty(PropertyName = "replicat")]
public Replicat Replicat { get; set; }
   
  Property Value