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?: {};
[key: string]: FutureResourcesRecommendationOtherLocation;
recommendationId?: string;
recommendationType?: "FUTURE_RESERVATION" | "RECOMMENDATION_TYPE_UNSPECIFIED";
startTime?: Date;
}§Properties
§
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][key: string]: FutureResourcesRecommendationOtherLocation;
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.