View Source GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStateful (google_api_compute v0.56.2)

Attributes

  • hasStatefulConfig (type: boolean(), default: nil) - [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
  • perInstanceConfigs (type: GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStatefulPerInstanceConfigs.t, default: nil) - [Output Only] Status of per-instance configurations on the instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStateful{
  hasStatefulConfig: boolean() | nil,
  perInstanceConfigs:
    GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusStatefulPerInstanceConfigs.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.