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

PreviewFeature

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

Represents a single Google Compute Engine preview feature.

interface PreviewFeature {
activationStatus?: "ACTIVATION_STATE_UNSPECIFIED" | "DISABLED" | "ENABLED";
readonly creationTimestamp?: string;
readonly description?: string;
readonly id?: bigint;
readonly kind?: string;
name?: string;
rolloutOperation?: PreviewFeatureRolloutOperation;
readonly selfLink?: string;
readonly status?: PreviewFeatureStatus;
}

§Properties

§
activationStatus?: "ACTIVATION_STATE_UNSPECIFIED" | "DISABLED" | "ENABLED"
[src]

Specifies whether the feature is enabled or disabled.

§
readonly creationTimestamp?: string
[src]

Output only. [Output Only] Creation timestamp inRFC3339 text format.

§
readonly description?: string
[src]

Output only. [Output Only] Description of the feature.

§
readonly id?: bigint
[src]

Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
readonly kind?: string
[src]

Output only. [Output only] The type of the feature. Always "compute#previewFeature" for preview features.

§
name?: string
[src]

Name of the feature.

§

Rollout operation of the feature.

§
readonly status?: PreviewFeatureStatus
[src]

Output only. [Output only] Status of the feature.