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;
upcomingMaintenance?: UpcomingMaintenance;
}

§Properties

§
physicalHost?: string
[src]

[Output Only] An opaque ID of the host on which the VM is running.

§
upcomingMaintenance?: UpcomingMaintenance
[src]