GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstanceFailoverReplica (google_api_sql_admin v0.71.0)

View Source

The name and status of the failover replica.

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 primary instance 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.