Zone
import type { Zone } from "https://googleapis.deno.dev/v1/compute:v1.ts";Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-b is located in theus-east1 region. For more information, readRegions and Zones.
interface Zone {
availableCpuPlatforms?: string[];
creationTimestamp?: string;
deprecated?: DeprecationStatus;
description?: string;
id?: bigint;
readonly kind?: string;
name?: string;
region?: string;
selfLink?: string;
status?: "DOWN" | "UP";
readonly supportsPzs?: boolean;
}§Properties
§
deprecated?: DeprecationStatus
[src][Output Only] The deprecation status associated with this zone.
§
id?: bigint
[src][Output Only] The unique identifier for the resource. This identifier is defined by the server.