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";
locationPolicy?: FutureResourcesSpecLocationPolicy;
targetResources?: FutureResourcesSpecTargetResources;
timeRangeSpec?: FlexibleTimeRange;
}§Properties
§
deploymentType?: "DENSE" | "DEPLOYMENT_TYPE_UNSPECIFIED"
[src]Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD). Defaults to DENSE.
§
locationPolicy?: FutureResourcesSpecLocationPolicy
[src]Optional location policy allowing to exclude some zone(s) in which the resources must not be created.
§
targetResources?: FutureResourcesSpecTargetResources
[src]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.