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

FutureResourcesRecommendation

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

Recommendation for single resources specification, to be created in the future.

interface FutureResourcesRecommendation {
endTime?: Date;
location?: string;
otherLocations?: {};
recommendationId?: string;
recommendationType?: "FUTURE_RESERVATION" | "RECOMMENDATION_TYPE_UNSPECIFIED";
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]
§
location?: string
[src]

The advised location for resource usage. When a zone, in format 'zones/'. If not set, it means that no location is recommended - see other_locations for details.

§
otherLocations?: {}
[src]

List of locations in the request scope that were not recommended. Keys of the map are zones, in format 'zones/'. The values are status information indicating the recommendation status.

§
recommendationId?: string
[src]

Unique id of the recommendation, a UUID string generated by the API.

§
recommendationType?: "FUTURE_RESERVATION" | "RECOMMENDATION_TYPE_UNSPECIFIED"
[src]

Type of recommendation. Currently only FUTURE_RESERVATION is supported.

§
startTime?: Date
[src]