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. The OCID of the resource being referenced.
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. The OCID of the resource being referenced.
Returns: The ggs_admin_credentials_secret_id of this GgsDeployment. Return type: str
-