REST Resource: projects.locations.privateClouds.clusters.nodes

Resource: Node

Node in a cluster.

JSON representation
{
  "name": string,
  "fqdn": string,
  "internalIp": string,
  "nodeTypeId": string,
  "version": string,
  "customCoreCount": string,
  "state": enum (State)
}
Fields
name

string

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

fqdn

string

Output only. Fully qualified domain name of the node.

internalIp

string

Output only. Internal IP address of the node.

nodeTypeId

string

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

version

string

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

customCoreCount

string (int64 format)

Output only. Customized number of cores

state

enum (State)

Output only. The state of the appliance.

State

Enum State defines possible states of a node in a cluster.

Enums
STATE_UNSPECIFIED The default value. This value should never be used.
ACTIVE Node is operational and can be used by the user.
CREATING Node is being provisioned.
FAILED Node is in a failed state.
UPGRADING Node is undergoing maintenance, e.g.: during private cloud upgrade.

Methods

get

Gets details of a single node.

list

Lists nodes in a given cluster.