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 {
physicalHost?: string;
physicalHostTopology?: ResourceStatusPhysicalHostTopology;
upcomingMaintenance?: UpcomingMaintenance;
}

§Properties

§
physicalHost?: string
[src]

[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.

§

[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.

§
upcomingMaintenance?: UpcomingMaintenance
[src]