View Source GoogleApi.AlloyDB.V1.Model.InstanceUpgradeDetails (google_api_alloy_db v0.7.0)

Details regarding the upgrade of instaces associated with a cluster.

Attributes

  • instanceType (type: String.t, default: nil) - Instance type.
  • name (type: String.t, default: nil) - Normalized name of the instance.
  • upgradeStatus (type: String.t, default: nil) - Upgrade status of the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.InstanceUpgradeDetails{
  instanceType: String.t() | nil,
  name: String.t() | nil,
  upgradeStatus: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.