Class ChangeRoleToReplicaDetails
The information required to change a primary database system's role to replica.
Inherited Members
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class ChangeRoleToReplicaDetails
Properties
PrimaryDbSystemId
Declaration
[Required(ErrorMessage = "PrimaryDbSystemId is required.")]
[JsonProperty(PropertyName = "primaryDbSystemId")]
public string PrimaryDbSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The [OCID] of the primary database system. |
Remarks
Required