AddDeploymentLocalPeerDetails

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

Bases: object

The information about adding a deployment peer in list.

Methods

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

Attributes

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

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

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

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

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

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