Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceManagedByIgmErrorInstanceActionDetails

import type { InstanceManagedByIgmErrorInstanceActionDetails } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceManagedByIgmErrorInstanceActionDetails {
action?:
| "ABANDONING"
| "CREATING"
| "CREATING_WITHOUT_RETRIES"
| "DELETING"
| "NONE"
| "RECREATING"
| "REFRESHING"
| "RESTARTING"
| "RESUMING"
| "STARTING"
| "STOPPING"
| "SUSPENDING"
| "VERIFYING";
instance?: string;
}

§Properties

§
action?: "ABANDONING" | "CREATING" | "CREATING_WITHOUT_RETRIES" | "DELETING" | "NONE" | "RECREATING" | "REFRESHING" | "RESTARTING" | "RESUMING" | "STARTING" | "STOPPING" | "SUSPENDING" | "VERIFYING"
[src]

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

§
instance?: string
[src]

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

§

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