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

ReservationAffinity

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

Reservation Affinity for consuming Zonal reservation.

interface ReservationAffinity {
consumeReservationType?:
| "TYPE_UNSPECIFIED"
| "NO_RESERVATION"
| "ANY_RESERVATION"
| "SPECIFIC_RESERVATION";
key?: string;
values?: string[];
}

§Properties

§
consumeReservationType?: "TYPE_UNSPECIFIED" | "NO_RESERVATION" | "ANY_RESERVATION" | "SPECIFIC_RESERVATION"
[src]

Optional. Type of reservation to consume

§
key?: string
[src]

Optional. Corresponds to the label key of reservation resource.

§
values?: string[]
[src]

Optional. Corresponds to the label values of reservation resource.