InstanceManagedByIgmErrorInstanceActionDetails
import type { InstanceManagedByIgmErrorInstanceActionDetails } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface InstanceManagedByIgmErrorInstanceActionDetails {
readonly action?:
| "ABANDONING"
| "CREATING"
| "CREATING_WITHOUT_RETRIES"
| "DELETING"
| "NONE"
| "RECREATING"
| "REFRESHING"
| "RESTARTING"
| "RESUMING"
| "STARTING"
| "STOPPING"
| "SUSPENDING"
| "VERIFYING";
readonly instance?: string;
readonly version?: ManagedInstanceVersion;
}§Properties
§
readonly action?: "ABANDONING" | "CREATING" | "CREATING_WITHOUT_RETRIES" | "DELETING" | "NONE" | "RECREATING" | "REFRESHING" | "RESTARTING" | "RESUMING" | "STARTING" | "STOPPING" | "SUSPENDING" | "VERIFYING"
[src]Output only. [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
§
readonly instance?: string
[src]Output only. [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
§
readonly version?: ManagedInstanceVersion
[src]Output only. [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.