AllocationReservationSharingPolicy
import type { AllocationReservationSharingPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface AllocationReservationSharingPolicy {
serviceShareType?: "ALLOW_ALL" | "DISALLOW_ALL" | "SERVICE_SHARE_TYPE_UNSPECIFIED";
}