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

Attributes

  • error (type: GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorManagedInstanceError.t, default: nil) - [Output Only] Contents of the error.
  • instanceActionDetails (type: GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorInstanceActionDetails.t, default: nil) - [Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
  • timestamp (type: String.t, default: nil) - [Output Only] The time that this error occurred. This value is in RFC3339 text format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceManagedByIgmError{
  error:
    GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorManagedInstanceError.t()
    | nil,
  instanceActionDetails:
    GoogleApi.Compute.V1.Model.InstanceManagedByIgmErrorInstanceActionDetails.t()
    | nil,
  timestamp: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.