Class UpdateGoldenGateHubDetails
Details about Oracle GoldenGate Microservices.
Inheritance
UpdateGoldenGateHubDetails
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class UpdateGoldenGateHubDetails
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.
|
ComputeId
Declaration
[JsonProperty(PropertyName = "computeId")]
public string ComputeId { get; set; }
Property Value
Type |
Description |
string |
The OCID of the resource being referenced.
|
Declaration
[JsonProperty(PropertyName = "extract")]
public UpdateExtract Extract { get; set; }
Property Value
KeyId
Declaration
[JsonProperty(PropertyName = "keyId")]
public string KeyId { get; set; }
Property Value
Type |
Description |
string |
The OCID of the resource being referenced.
|
Replicat
Declaration
[JsonProperty(PropertyName = "replicat")]
public UpdateReplicat Replicat { get; set; }
Property Value
RestAdminCredentials
Declaration
[JsonProperty(PropertyName = "restAdminCredentials")]
public UpdateAdminCredentials RestAdminCredentials { get; set; }
Property Value
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
string |
Endpoint URL.
|
VaultId
Declaration
[JsonProperty(PropertyName = "vaultId")]
public string VaultId { get; set; }
Property Value
Type |
Description |
string |
The OCID of the resource being referenced.
|