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;
scheduling?: ResourceStatusScheduling;
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.
§
physicalHostTopology?: ResourceStatusPhysicalHostTopology
[src][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.
§
scheduling?: ResourceStatusScheduling
[src]§
upcomingMaintenance?: UpcomingMaintenance
[src]