SwitchoverDeploymentPeerDetails

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

Bases: object

The information about switching to deployment peer.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this SwitchoverDeploymentPeerDetails.
fault_domain [Required] Gets the fault_domain of this SwitchoverDeploymentPeerDetails.
__init__(**kwargs)

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

[Required] Gets the availability_domain of this SwitchoverDeploymentPeerDetails. The availability domain of a placement.

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

[Required] Gets the fault_domain of this SwitchoverDeploymentPeerDetails. The fault domain of a placement.

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