Show / Hide Table of Contents

Class FailoverDbSystemDetails

Database system failover information.

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

Properties

Ad

Declaration
[JsonProperty(PropertyName = "ad")]
public string Ad { get; set; }
Property Value
Type Description
string

The preferred AD for regions with three availability domains. This parameter is optional. If not set, the AD will be chosen based on availability.

DbInstanceId

Declaration
[JsonProperty(PropertyName = "dbInstanceId")]
public string DbInstanceId { get; set; }
Property Value
Type Description
string

The OCID of the database instance node. This parameter is optional. If not set, an existing database instance node will be chosen based on availability.

In this article
Back to top