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

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;
}

§Properties

§
readonly cloudInstanceId?: string
[src]

Output only. The cloud instance id of the host.

§
readonly cloudProjectId?: string
[src]

Output only. The cloud project id of the host.

§
readonly cloudProvider?: string
[src]

Output only. The cloud provider of the host.

§
readonly cloudRegion?: string
[src]

Output only. The cloud region of the host.

§
readonly cloudVirtualNetworkIds?: string[]
[src]

Output only. The ids of cloud virtual networks of the host.

§
readonly cloudVpcId?: string
[src]

Output only. The id of Virtual Private Cloud (VPC) of the host.

§
readonly cloudZone?: string
[src]

Output only. The cloud zone of the host.

§
readonly os?: string
[src]

Output only. The operating system of the host.