View Source GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorInstanceActionDetails (google_api_compute v0.56.0)

Attributes

  • action (type: String.t, default: nil) - [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
  • instance (type: String.t, default: nil) - [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
  • version (type: GoogleApi.Compute.V1.Model.ManagedInstanceVersion.t, default: nil) - [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorInstanceActionDetails{
    action: String.t() | nil,
    instance: String.t() | nil,
    version: GoogleApi.Compute.V1.Model.ManagedInstanceVersion.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.