OggDeployment¶
-
class
oci.golden_gate.models.
OggDeployment
(**kwargs)¶ Bases:
object
Deployment Data for an OggDeployment
Methods
__init__
(**kwargs)Initializes a new OggDeployment object with values from keyword arguments. Attributes
admin_username
[Required] Gets the admin_username of this OggDeployment. certificate
Gets the certificate of this OggDeployment. deployment_name
[Required] Gets the deployment_name of this OggDeployment. ogg_version
Gets the ogg_version of this OggDeployment. -
__init__
(**kwargs)¶ Initializes a new OggDeployment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - deployment_name (str) – The value to assign to the deployment_name property of this OggDeployment.
- admin_username (str) – The value to assign to the admin_username property of this OggDeployment.
- ogg_version (str) – The value to assign to the ogg_version property of this OggDeployment.
- certificate (str) – The value to assign to the certificate property of this OggDeployment.
-
admin_username
¶ [Required] Gets the admin_username of this OggDeployment. The GoldenGate deployment console username.
Returns: The admin_username of this OggDeployment. Return type: str
-
certificate
¶ Gets the certificate of this OggDeployment. A PEM-encoded SSL certificate.
Returns: The certificate of this OggDeployment. Return type: str
-
deployment_name
¶ [Required] Gets the deployment_name of this OggDeployment. The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
Returns: The deployment_name of this OggDeployment. Return type: str
-
ogg_version
¶ Gets the ogg_version of this OggDeployment. Version of OGG
Returns: The ogg_version of this OggDeployment. Return type: str
-