Class FailoverDbSystemDetails
Database system failover information.
Inherited Members
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. |