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

ShareSettings

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

The share setting for reservations and sole tenancy node groups.

interface ShareSettings {
projectMap?: {};
shareType?:
| "LOCAL"
| "ORGANIZATION"
| "SHARE_TYPE_UNSPECIFIED"
| "SPECIFIC_PROJECTS";
}

§Properties

§
projectMap?: {}
[src]

A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.

§
shareType?: "LOCAL" | "ORGANIZATION" | "SHARE_TYPE_UNSPECIFIED" | "SPECIFIC_PROJECTS"
[src]

Type of sharing for this shared-reservation