Show / Hide Table of Contents

Class SwitchOverDetails

The information required to swap role between the primary and an existing replica database system.

Inheritance
object
SwitchOverDetails
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 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

In this article
Back to top