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

View Source

Status of an upgrade stage.

Attributes

  • readPoolInstancesUpgrade (type: GoogleApi.AlloyDB.V1.Model.ReadPoolInstancesUpgradeStageStatus.t, default: nil) - Read pool instances upgrade metadata.
  • stage (type: String.t, default: nil) - Upgrade stage.
  • state (type: String.t, default: nil) - State of this stage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.StageStatus{
  readPoolInstancesUpgrade:
    GoogleApi.AlloyDB.V1.Model.ReadPoolInstancesUpgradeStageStatus.t() | nil,
  stage: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.