GgcsUpdateDetail¶
-
class
oci.dif.models.GgcsUpdateDetail(**kwargs)¶ Bases:
objectDetails required to update the existing GGCS instance.
Methods
__init__(**kwargs)Initializes a new GgcsUpdateDetail object with values from keyword arguments. Attributes
connectionsGets the connections of this GgcsUpdateDetail. instance_id[Required] Gets the instance_id of this GgcsUpdateDetail. ocpuGets the ocpu of this GgcsUpdateDetail. public_subnet_idGets the public_subnet_id of this GgcsUpdateDetail. -
__init__(**kwargs)¶ Initializes a new GgcsUpdateDetail 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 GgcsUpdateDetail.
- ocpu (int) – The value to assign to the ocpu property of this GgcsUpdateDetail.
- public_subnet_id (str) – The value to assign to the public_subnet_id property of this GgcsUpdateDetail.
- connections (list[oci.dif.models.GgcsConnectionDetails]) – The value to assign to the connections property of this GgcsUpdateDetail.
-
connections¶ Gets the connections of this GgcsUpdateDetail. Connection details to be associated with the Goldengate deployment.
Returns: The connections of this GgcsUpdateDetail. Return type: list[oci.dif.models.GgcsConnectionDetails]
-
instance_id¶ [Required] Gets the instance_id of this GgcsUpdateDetail. Instance id of the existing GGCS instance to be updated.
Returns: The instance_id of this GgcsUpdateDetail. Return type: str
-
ocpu¶ Gets the ocpu of this GgcsUpdateDetail. The Minimum number of OCPUs to be made available for this Deployment.
Returns: The ocpu of this GgcsUpdateDetail. Return type: int
-
public_subnet_id¶ Gets the public_subnet_id of this GgcsUpdateDetail. 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 GgcsUpdateDetail. Return type: str
-