Show / Hide Table of Contents

Class ChangeRoleToReplicaDetails

The information required to change a primary database system's role to replica.

Inheritance
object
ChangeRoleToReplicaDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top