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.
§
enableOsInventoryMetadataValue?: boolean
[src]Effective enable-os-inventory value at Instance level.