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

Attributes

  • currentRevision (type: String.t, default: nil) - [Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.
  • effective (type: boolean(), default: nil) - [Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerStatusAllInstancesConfig{
  currentRevision: String.t() | nil,
  effective: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.