UpdateGoldenGateHubDetails

class oci.database_migration.models.UpdateGoldenGateHubDetails(**kwargs)

Bases: object

Details about Oracle GoldenGate Microservices.

Methods

__init__(**kwargs) Initializes a new UpdateGoldenGateHubDetails object with values from keyword arguments.

Attributes

acceptable_lag Gets the acceptable_lag of this UpdateGoldenGateHubDetails.
compute_id Gets the compute_id of this UpdateGoldenGateHubDetails.
extract Gets the extract of this UpdateGoldenGateHubDetails.
key_id Gets the key_id of this UpdateGoldenGateHubDetails.
replicat Gets the replicat of this UpdateGoldenGateHubDetails.
rest_admin_credentials Gets the rest_admin_credentials of this UpdateGoldenGateHubDetails.
url Gets the url of this UpdateGoldenGateHubDetails.
vault_id Gets the vault_id of this UpdateGoldenGateHubDetails.
__init__(**kwargs)

Initializes a new UpdateGoldenGateHubDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • rest_admin_credentials (oci.database_migration.models.UpdateAdminCredentials) – The value to assign to the rest_admin_credentials property of this UpdateGoldenGateHubDetails.
  • url (str) – The value to assign to the url property of this UpdateGoldenGateHubDetails.
  • compute_id (str) – The value to assign to the compute_id property of this UpdateGoldenGateHubDetails.
  • vault_id (str) – The value to assign to the vault_id property of this UpdateGoldenGateHubDetails.
  • key_id (str) – The value to assign to the key_id property of this UpdateGoldenGateHubDetails.
  • extract (oci.database_migration.models.UpdateExtract) – The value to assign to the extract property of this UpdateGoldenGateHubDetails.
  • replicat (oci.database_migration.models.UpdateReplicat) – The value to assign to the replicat property of this UpdateGoldenGateHubDetails.
  • acceptable_lag (int) – The value to assign to the acceptable_lag property of this UpdateGoldenGateHubDetails.
acceptable_lag

Gets the acceptable_lag of this UpdateGoldenGateHubDetails. ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.

Returns:The acceptable_lag of this UpdateGoldenGateHubDetails.
Return type:int
compute_id

Gets the compute_id of this UpdateGoldenGateHubDetails. The OCID of the resource being referenced.

Returns:The compute_id of this UpdateGoldenGateHubDetails.
Return type:str
extract

Gets the extract of this UpdateGoldenGateHubDetails.

Returns:The extract of this UpdateGoldenGateHubDetails.
Return type:oci.database_migration.models.UpdateExtract
key_id

Gets the key_id of this UpdateGoldenGateHubDetails. The OCID of the resource being referenced.

Returns:The key_id of this UpdateGoldenGateHubDetails.
Return type:str
replicat

Gets the replicat of this UpdateGoldenGateHubDetails.

Returns:The replicat of this UpdateGoldenGateHubDetails.
Return type:oci.database_migration.models.UpdateReplicat
rest_admin_credentials

Gets the rest_admin_credentials of this UpdateGoldenGateHubDetails.

Returns:The rest_admin_credentials of this UpdateGoldenGateHubDetails.
Return type:oci.database_migration.models.UpdateAdminCredentials
url

Gets the url of this UpdateGoldenGateHubDetails. Endpoint URL.

Returns:The url of this UpdateGoldenGateHubDetails.
Return type:str
vault_id

Gets the vault_id of this UpdateGoldenGateHubDetails. The OCID of the resource being referenced.

Returns:The vault_id of this UpdateGoldenGateHubDetails.
Return type:str