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

InstanceStatus

import type { InstanceStatus } from "https://googleapis.deno.dev/v1/batch:v1.ts";

VM instance status.

interface InstanceStatus {
bootDisk?: Disk;
machineType?: string;
provisioningModel?:
| "PROVISIONING_MODEL_UNSPECIFIED"
| "STANDARD"
| "SPOT"
| "PREEMPTIBLE";
taskPack?: bigint;
}

§Properties

§
bootDisk?: Disk
[src]

The VM boot disk.

§
machineType?: string
[src]

The Compute Engine machine type.

§
provisioningModel?: "PROVISIONING_MODEL_UNSPECIFIED" | "STANDARD" | "SPOT" | "PREEMPTIBLE"
[src]

The VM instance provisioning model.

§
taskPack?: bigint
[src]

The max number of tasks can be assigned to this instance type.