google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.InstanceGroupManagerStatus View Source

Attributes

  • isStable (type: boolean(), default: nil) - [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
  • versionTarget (type: GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusVersionTarget.t, default: nil) - [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerStatus{
  isStable: boolean(),
  versionTarget:
    GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusVersionTarget.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.