InstanceManagedByIgmError

JSON representation
{
  "error": {
    object (ManagedInstanceError)
  },
  "timestamp": string,
  "instanceActionDetails": {
    object (InstanceActionDetails)
  }
}
Fields
error

object (ManagedInstanceError)

[Output Only] Contents of the error.

timestamp

string

[Output Only] The time that this error occurred. This value is in RFC3339 text format.

instanceActionDetails

object (InstanceActionDetails)

[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.

ManagedInstanceError

JSON representation
{
  "code": string,
  "message": string
}
Fields
code

string

[Output Only] Error code.

message

string

[Output Only] Error message.

InstanceActionDetails

JSON representation
{
  "action": enum (InstanceAction),
  "instance": string,
  "version": {
    object (Version)
  }
}
Fields
action

enum (InstanceAction)

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:

instance

string

[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

version

object (Version)

[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.