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

FutureResourcesSpec

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

Specification of resources to be created at some time in the future within an optionally specified set of locations, and within the specified time range.

interface FutureResourcesSpec {
deploymentType?: "DENSE" | "DEPLOYMENT_TYPE_UNSPECIFIED";
timeRangeSpec?: FlexibleTimeRange;
}

§Properties

§
deploymentType?: "DENSE" | "DEPLOYMENT_TYPE_UNSPECIFIED"
[src]

Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD). Defaults to DENSE.

§

Optional location policy allowing to exclude some zone(s) in which the resources must not be created.

§

Specification of the reserved resources.

§
timeRangeSpec?: FlexibleTimeRange
[src]

Specification of a time range in which the resources may be created. The time range specifies start of resource use and planned end of resource use.