ReservationAdvancedDeploymentControl
import type { ReservationAdvancedDeploymentControl } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Advance control for cluster management, applicable only to DENSE deployment type reservations.
interface ReservationAdvancedDeploymentControl {
reservationOperationalMode?: "ALL_CAPACITY" | "HIGHLY_AVAILABLE_CAPACITY" | "RESERVATION_OPERATIONAL_MODE_UNSPECIFIED";
}