Class SwitchoverDeploymentPeerDetails
The information about switching to deployment peer.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class SwitchoverDeploymentPeerDetails
Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The availability domain of a placement. |
Remarks
Required
FaultDomain
Declaration
[Required(ErrorMessage = "FaultDomain is required.")]
[JsonProperty(PropertyName = "faultDomain")]
public string FaultDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The fault domain of a placement. |
Remarks
Required
Mode
Declaration
[JsonProperty(PropertyName = "mode")]
[JsonConverter(typeof(StringEnumConverter))]
public SwitchoverDeploymentPeerDetails.ModeEnum? Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| SwitchoverDeploymentPeerDetails.ModeEnum? | Specifies the switchover mode. SWITCHOVER performs a planned role transition to the standby; FAILOVER performs a forced promotion when the primary is not available. |