GgcsDetail

class oci.dif.models.GgcsDetail(**kwargs)

Bases: object

GGCS details required to provision deployments and connections.

Methods

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

Attributes

connections Gets the connections of this GgcsDetail.
instance_id [Required] Gets the instance_id of this GgcsDetail.
ocpu [Required] Gets the ocpu of this GgcsDetail.
ogg_version Gets the ogg_version of this GgcsDetail.
password_secret_id [Required] Gets the password_secret_id of this GgcsDetail.
public_subnet_id Gets the public_subnet_id of this GgcsDetail.
subnet_id [Required] Gets the subnet_id of this GgcsDetail.
__init__(**kwargs)

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

Parameters:
  • instance_id (str) – The value to assign to the instance_id property of this GgcsDetail.
  • ocpu (int) – The value to assign to the ocpu property of this GgcsDetail.
  • subnet_id (str) – The value to assign to the subnet_id property of this GgcsDetail.
  • public_subnet_id (str) – The value to assign to the public_subnet_id property of this GgcsDetail.
  • password_secret_id (str) – The value to assign to the password_secret_id property of this GgcsDetail.
  • ogg_version (str) – The value to assign to the ogg_version property of this GgcsDetail.
  • connections (list[oci.dif.models.GgcsConnectionDetails]) – The value to assign to the connections property of this GgcsDetail.
connections

Gets the connections of this GgcsDetail. Connection details to be associated with the Goldengate deployment.

Returns:The connections of this GgcsDetail.
Return type:list[oci.dif.models.GgcsConnectionDetails]
instance_id

[Required] Gets the instance_id of this GgcsDetail. Id for the GGCS instance to provision.

Returns:The instance_id of this GgcsDetail.
Return type:str
ocpu

[Required] Gets the ocpu of this GgcsDetail. The Minimum number of OCPUs to be made available for this Deployment.

Returns:The ocpu of this GgcsDetail.
Return type:int
ogg_version

Gets the ogg_version of this GgcsDetail. Version of OGG.

Returns:The ogg_version of this GgcsDetail.
Return type:str
password_secret_id

[Required] Gets the password_secret_id of this GgcsDetail. The OCID of the Secret where the deployment password is stored.

Returns:The password_secret_id of this GgcsDetail.
Return type:str
public_subnet_id

Gets the public_subnet_id of this GgcsDetail. The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.

Returns:The public_subnet_id of this GgcsDetail.
Return type:str
subnet_id

[Required] Gets the subnet_id of this GgcsDetail. The OCID of the subnet of the GGCS deployment’s private endpoint.

Returns:The subnet_id of this GgcsDetail.
Return type:str