Show / Hide Table of Contents

Class UpdateGoldenGateHubDetails

Details about Oracle GoldenGate Microservices.

Inheritance
object
UpdateGoldenGateHubDetails
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 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.

Extract

Declaration
[JsonProperty(PropertyName = "extract")]
public UpdateExtract Extract { get; set; }
Property Value
Type Description
UpdateExtract

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
Type Description
UpdateReplicat

RestAdminCredentials

Declaration
[JsonProperty(PropertyName = "restAdminCredentials")]
public UpdateAdminCredentials RestAdminCredentials { get; set; }
Property Value
Type Description
UpdateAdminCredentials

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.

In this article
Back to top