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

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

§Properties

§
reservationOperationalMode?: "ALL_CAPACITY" | "HIGHLY_AVAILABLE_CAPACITY" | "RESERVATION_OPERATIONAL_MODE_UNSPECIFIED"
[src]

Indicates chosen reservation operational mode for the reservation.