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

Attributes

  • error (type: GoogleApi.Compute.V1.Model.InstanceGroupManagerResizeRequestStatusError.t, default: nil) - [Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
  • lastAttempt (type: GoogleApi.Compute.V1.Model.InstanceGroupManagerResizeRequestStatusLastAttempt.t, default: nil) - [Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerResizeRequestStatus{
  error:
    GoogleApi.Compute.V1.Model.InstanceGroupManagerResizeRequestStatusError.t()
    | nil,
  lastAttempt:
    GoogleApi.Compute.V1.Model.InstanceGroupManagerResizeRequestStatusLastAttempt.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.