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

Node

import type { Node } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";

Node in a cluster.

interface Node {
readonly customCoreCount?: bigint;
readonly fqdn?: string;
readonly internalIp?: string;
readonly name?: string;
readonly nodeTypeId?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "CREATING"
| "FAILED"
| "UPGRADING";
readonly version?: string;
}

§Properties

§
readonly customCoreCount?: bigint
[src]

Output only. Customized number of cores

§
readonly fqdn?: string
[src]

Output only. Fully qualified domain name of the node.

§
readonly internalIp?: string
[src]

Output only. Internal IP address of the node.

§
readonly name?: string
[src]

Output only. The resource name of this node. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster/nodes/my-node

§
readonly nodeTypeId?: string
[src]

Output only. The canonical identifier of the node type (corresponds to the NodeType). For example: standard-72.

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "CREATING" | "FAILED" | "UPGRADING"
[src]

Output only. The state of the appliance.

§
readonly version?: string
[src]

Output only. The version number of the VMware ESXi management component in this cluster.