RemoveDeploymentLocalPeerDetails¶
-
class
oci.golden_gate.models.
RemoveDeploymentLocalPeerDetails
(**kwargs)¶ Bases:
object
The information about removing a deployment peer.
Methods
__init__
(**kwargs)Initializes a new RemoveDeploymentLocalPeerDetails object with values from keyword arguments. Attributes
availability_domain
[Required] Gets the availability_domain of this RemoveDeploymentLocalPeerDetails. fault_domain
[Required] Gets the fault_domain of this RemoveDeploymentLocalPeerDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveDeploymentLocalPeerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this RemoveDeploymentLocalPeerDetails.
- fault_domain (str) – The value to assign to the fault_domain property of this RemoveDeploymentLocalPeerDetails.
-
availability_domain
¶ [Required] Gets the availability_domain of this RemoveDeploymentLocalPeerDetails. The availability domain of a placement.
Returns: The availability_domain of this RemoveDeploymentLocalPeerDetails. Return type: str
-
fault_domain
¶ [Required] Gets the fault_domain of this RemoveDeploymentLocalPeerDetails. The fault domain of a placement.
Returns: The fault_domain of this RemoveDeploymentLocalPeerDetails. Return type: str
-