GoogleApi.AlloyDB.V1.Model.Stats (google_api_alloy_db v0.16.0)

View Source

Upgrade stats for read pool instances.

Attributes

  • failed (type: integer(), default: nil) - Number of read pool instances which failed to upgrade.
  • notStarted (type: integer(), default: nil) - Number of read pool instances for which upgrade has not started.
  • ongoing (type: integer(), default: nil) - Number of read pool instances undergoing upgrade.
  • success (type: integer(), default: nil) - Number of read pool instances successfully upgraded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.Stats{
  failed: integer() | nil,
  notStarted: integer() | nil,
  ongoing: integer() | nil,
  success: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.