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";
creationTimestamp?: string;
description?: string;
id?: bigint;
kind?: string;
name?: string;
rolloutOperation?: PreviewFeatureRolloutOperation;
selfLink?: string;
status?: PreviewFeatureStatus;
}§Properties
§
activationStatus?: "ACTIVATION_STATE_UNSPECIFIED" | "DISABLED" | "ENABLED"
[src]Specifies whether the feature is enabled or disabled.
§
id?: bigint
[src][Output Only] The unique identifier for the resource. This identifier is defined by the server.
§
kind?: string
[src][Output only] The type of the feature. Always "compute#previewFeature" for preview features.
§
rolloutOperation?: PreviewFeatureRolloutOperation
[src]Rollout operation of the feature.
§
status?: PreviewFeatureStatus
[src][Output only] Status of the feature.