CalendarModeAdviceRequest
import type { CalendarModeAdviceRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";A request to recommend the best way to consume the specified resources in the future.
interface CalendarModeAdviceRequest {
futureResourcesSpecs?: {};
}[key: string]: FutureResourcesSpec;
§Properties
§
futureResourcesSpecs?: {}
[src][key: string]: FutureResourcesSpec;
Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.