DeploymentPlacementDetails

class oci.golden_gate.models.DeploymentPlacementDetails(**kwargs)

Bases: object

Specifies a possible deployment placement. Placement either explicitly specifies the availability and fault domain, or it is partial and lets Oracle to find an optimal placement.

Methods

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

Attributes

availability_domain Gets the availability_domain of this DeploymentPlacementDetails.
fault_domain Gets the fault_domain of this DeploymentPlacementDetails.
__init__(**kwargs)

Initializes a new DeploymentPlacementDetails 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 DeploymentPlacementDetails.
  • fault_domain (str) – The value to assign to the fault_domain property of this DeploymentPlacementDetails.
availability_domain

Gets the availability_domain of this DeploymentPlacementDetails. The availability domain of a placement.

Returns:The availability_domain of this DeploymentPlacementDetails.
Return type:str
fault_domain

Gets the fault_domain of this DeploymentPlacementDetails. The fault domain of a placement.

Returns:The fault_domain of this DeploymentPlacementDetails.
Return type:str