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

ProjectFeatureSettings

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

ProjectFeatureSettings represents the VM Manager feature settings in a project. For more information, see Enable full VM Manager functionality.

interface ProjectFeatureSettings {
name?: string;
patchAndConfigFeatureSet?: "PATCH_AND_CONFIG_FEATURE_SET_UNSPECIFIED" | "OSCONFIG_B" | "OSCONFIG_C";
}

§Properties

§
name?: string
[src]

Required. Immutable. Name specifies the URL for the ProjectFeatureSettings resource: projects/project_id/locations/global/projectFeatureSettings.

§
patchAndConfigFeatureSet?: "PATCH_AND_CONFIG_FEATURE_SET_UNSPECIFIED" | "OSCONFIG_B" | "OSCONFIG_C"
[src]

Set PatchAndConfigFeatureSet for the project.