GgsDeployment

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

Bases: object

Details about Oracle GoldenGate GGS Deployment.

Methods

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

Attributes

deployment_id [Required] Gets the deployment_id of this GgsDeployment.
ggs_admin_credentials_secret_id [Required] Gets the ggs_admin_credentials_secret_id of this GgsDeployment.
__init__(**kwargs)

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

Parameters:
  • deployment_id (str) – The value to assign to the deployment_id property of this GgsDeployment.
  • ggs_admin_credentials_secret_id (str) – The value to assign to the ggs_admin_credentials_secret_id property of this GgsDeployment.
deployment_id

[Required] Gets the deployment_id of this GgsDeployment. OCID of a GoldenGate Deployment

Returns:The deployment_id of this GgsDeployment.
Return type:str
ggs_admin_credentials_secret_id

[Required] Gets the ggs_admin_credentials_secret_id of this GgsDeployment. OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment

Returns:The ggs_admin_credentials_secret_id of this GgsDeployment.
Return type:str