DeploymentPlacementInfo¶
-
class
oci.golden_gate.models.
DeploymentPlacementInfo
(**kwargs)¶ Bases:
object
Specifies a deployment placement with explicit availability and fault domain specification.
Methods
__init__
(**kwargs)Initializes a new DeploymentPlacementInfo object with values from keyword arguments. Attributes
availability_domain
[Required] Gets the availability_domain of this DeploymentPlacementInfo. fault_domain
[Required] Gets the fault_domain of this DeploymentPlacementInfo. -
__init__
(**kwargs)¶ Initializes a new DeploymentPlacementInfo 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 DeploymentPlacementInfo.
- fault_domain (str) – The value to assign to the fault_domain property of this DeploymentPlacementInfo.
-
availability_domain
¶ [Required] Gets the availability_domain of this DeploymentPlacementInfo. The availability domain of a placement.
Returns: The availability_domain of this DeploymentPlacementInfo. Return type: str
-
fault_domain
¶ [Required] Gets the fault_domain of this DeploymentPlacementInfo. The fault domain of a placement.
Returns: The fault_domain of this DeploymentPlacementInfo. Return type: str
-