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

AllocationReservationSharingPolicy

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

§Properties

§
serviceShareType?: "ALLOW_ALL" | "DISALLOW_ALL" | "SERVICE_SHARE_TYPE_UNSPECIFIED"
[src]

Sharing config for all Google Cloud services.