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

ResourceStatusEffectiveInstanceMetadata

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

Effective values of predefined metadata keys for an instance.

interface ResourceStatusEffectiveInstanceMetadata {
blockProjectSshKeysMetadataValue?: boolean;
enableGuestAttributesMetadataValue?: boolean;
enableOsconfigMetadataValue?: boolean;
enableOsInventoryMetadataValue?: boolean;
enableOsloginMetadataValue?: boolean;
serialPortEnableMetadataValue?: boolean;
serialPortLoggingEnableMetadataValue?: boolean;
vmDnsSettingMetadataValue?: string;
}

§Properties

§
blockProjectSshKeysMetadataValue?: boolean
[src]

Effective block-project-ssh-keys value at Instance level.

§
enableGuestAttributesMetadataValue?: boolean
[src]

Effective enable-guest-attributes value at Instance level.

§
enableOsconfigMetadataValue?: boolean
[src]

Effective enable-osconfig value at Instance level.

§
enableOsInventoryMetadataValue?: boolean
[src]

Effective enable-os-inventory value at Instance level.

§
enableOsloginMetadataValue?: boolean
[src]

Effective enable-oslogin value at Instance level.

§
serialPortEnableMetadataValue?: boolean
[src]

Effective serial-port-enable value at Instance level.

§
serialPortLoggingEnableMetadataValue?: boolean
[src]

Effective serial-port-logging-enable value at Instance level.

§
vmDnsSettingMetadataValue?: string
[src]

Effective VM DNS setting at Instance level.