InstanceConsumptionInfo
import type { InstanceConsumptionInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface InstanceConsumptionInfo {
readonly guestCpus?: number;
readonly localSsdGb?: number;
readonly memoryMb?: number;
readonly minNodeCpus?: number;
}§Properties
§
readonly guestCpus?: number
[src]Output only. The number of virtual CPUs that are available to the instance.
§
readonly localSsdGb?: number
[src]Output only. The amount of local SSD storage available to the instance, defined in GiB.