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";