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

ResourceStatus

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

Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.

interface ResourceStatus {
readonly effectiveInstanceMetadata?: ResourceStatusEffectiveInstanceMetadata;
readonly physicalHost?: string;
readonly physicalHostTopology?: ResourceStatusPhysicalHostTopology;
readonly reservationConsumptionInfo?: ResourceStatusReservationConsumptionInfo;
readonly upcomingMaintenance?: UpcomingMaintenance;
}

§Properties

§
readonly effectiveInstanceMetadata?: ResourceStatusEffectiveInstanceMetadata
[src]

Output only. [Output Only] Effective metadata is a field that consolidates project, zonal instance settings, and instance-level predefined metadata keys to provide the overridden value for those metadata keys at the instance level.

§
readonly physicalHost?: string
[src]

Output only. [Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.

§
readonly physicalHostTopology?: ResourceStatusPhysicalHostTopology
[src]

Output only. [Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.

§
readonly reservationConsumptionInfo?: ResourceStatusReservationConsumptionInfo
[src]

Output only. [Output Only] Reservation information that the instance is consuming from.

§
readonly upcomingMaintenance?: UpcomingMaintenance
[src]