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

InstanceQuota

import type { InstanceQuota } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

A resource budget.

interface InstanceQuota {
availableMachineCount?: number;
gcpService?: string;
instanceType?: string;
location?: string;
readonly name?: string;
}

§Properties

§
availableMachineCount?: number
[src]

Number of machines than can be created for the given location and instance_type.

§
gcpService?: string
[src]

The gcp service of the provisioning quota.

§
instanceType?: string
[src]

Instance type. Deprecated: use gcp_service.

§
location?: string
[src]

Location where the quota applies.

§
readonly name?: string
[src]

Output only. The name of the instance quota.