Resource: Node
Node in a cluster.
JSON representation |
---|
{
"name": string,
"fqdn": string,
"internalIp": string,
"nodeTypeId": string,
"version": string,
"customCoreCount": string,
"state": enum ( |
Fields | |
---|---|
name |
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 |
Output only. Fully qualified domain name of the node. |
internalIp |
Output only. Internal IP address of the node. |
nodeTypeId |
Output only. The canonical identifier of the node type (corresponds to the |
version |
Output only. The version number of the VMware ESXi management component in this cluster. |
customCoreCount |
Output only. Customized number of cores |
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 |
|
---|---|
|
Gets details of a single node. |
|
Lists nodes in a given cluster. |