Host
import type { Host } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
Message describing information about the host.
interface Host {
readonly cloudInstanceId?: string;
readonly cloudProjectId?: string;
readonly cloudProvider?: string;
readonly cloudRegion?: string;
readonly cloudVirtualNetworkIds?: string[];
readonly cloudVpcId?: string;
readonly cloudZone?: string;
readonly os?: string;
}