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

View Source

Message for current status of the Major Version Upgrade operation.

Attributes

  • cancellable (type: boolean(), default: nil) - Whether the operation is cancellable.
  • sourceVersion (type: String.t, default: nil) - Source database major version.
  • stages (type: list(GoogleApi.AlloyDB.V1.Model.StageStatus.t), default: nil) - Status of all upgrade stages.
  • state (type: String.t, default: nil) - Cluster Major Version Upgrade state.
  • targetVersion (type: String.t, default: nil) - Target database major version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.UpgradeClusterStatus{
  cancellable: boolean() | nil,
  sourceVersion: String.t() | nil,
  stages: [GoogleApi.AlloyDB.V1.Model.StageStatus.t()] | nil,
  state: String.t() | nil,
  targetVersion: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.