Class SwitchOverDetails
The information required to swap role between the primary and an existing replica database system.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class SwitchOverDetails
Properties
ReplicaDbSystemId
Declaration
[Required(ErrorMessage = "ReplicaDbSystemId is required.")]
[JsonProperty(PropertyName = "replicaDbSystemId")]
public string ReplicaDbSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the replica database system that will get the primary role after switchover. |
Remarks
Required