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

FutureResourcesRecommendationOtherLocation

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

Information about recommendation status for locations that were allowed but not used by the response.

interface FutureResourcesRecommendationOtherLocation {
details?: string;
status?:
| "CONDITIONS_NOT_MET"
| "NOT_SUPPORTED"
| "NO_CAPACITY"
| "OTHER_LOCATION_STATUS_UNDEFINED"
| "RECOMMENDED";
}

§Properties

§
details?: string
[src]

Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.

§
status?: "CONDITIONS_NOT_MET" | "NOT_SUPPORTED" | "NO_CAPACITY" | "OTHER_LOCATION_STATUS_UNDEFINED" | "RECOMMENDED"
[src]

Status of recommendation in this location.