GoogleApi.Composer.V1beta1.Model.FetchDatabasePropertiesResponse (google_api_composer v0.36.3)

View Source

Response for FetchDatabasePropertiesRequest.

Attributes

  • isFailoverReplicaAvailable (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 fail over to the failover replica when the status is true.
  • primaryGceZone (type: String.t, default: nil) - The Compute Engine zone that the instance is currently serving from.
  • secondaryGceZone (type: String.t, default: nil) - The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.FetchDatabasePropertiesResponse{
  isFailoverReplicaAvailable: boolean() | nil,
  primaryGceZone: String.t() | nil,
  secondaryGceZone: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.