google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstanceFailoverReplica View Source

The name and status of the failover replica. This property is applicable only to Second Generation instances.

Attributes

  • available (type: boolean(), default: nil) - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the failover replica when the status is true.
  • name (type: String.t, default: nil) - The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID. This property is applicable only to Second Generation instances.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstanceFailoverReplica{
  available: boolean(),
  name: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.