Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Node.
Node in a cluster.
Generated from protobuf messagegoogle.cloud.vmwareengine.v1.Node
Namespace
Google \ Cloud \ VmwareEngine \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of this node. Resource names are schemeless URIs that follow the conventions inhttps://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.
↳ internal_ip
string
Output only. Internal IP address of the node.
↳ node_type_id
string
Output only. The canonical identifier of the node type (corresponds to theNodeType). For example: standard-72.
↳ version
string
Output only. The version number of the VMware ESXi management component in this cluster.
↳ custom_core_count
int|string
Output only. Customized number of cores
↳ state
int
Output only. The state of the appliance.
getName
Output only. The resource name of this node.
Resource names are schemeless URIs that follow the conventions inhttps://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
Returns
Type
Description
string
setName
Output only. The resource name of this node.
Resource names are schemeless URIs that follow the conventions inhttps://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
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFqdn
Output only. Fully qualified domain name of the node.
Returns
Type
Description
string
setFqdn
Output only. Fully qualified domain name of the node.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getInternalIp
Output only. Internal IP address of the node.
Returns
Type
Description
string
setInternalIp
Output only. Internal IP address of the node.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getNodeTypeId
Output only. The canonical identifier of the node type (corresponds to theNodeType).
For example: standard-72.
Returns
Type
Description
string
setNodeTypeId
Output only. The canonical identifier of the node type (corresponds to theNodeType).
For example: standard-72.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getVersion
Output only. The version number of the VMware ESXi
management component in this cluster.
Returns
Type
Description
string
setVersion
Output only. The version number of the VMware ESXi
management component in this cluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Vmware Engine V1 Client - Class Node (1.1.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.4 (latest)](/php/docs/reference/cloud-vmware-engine/latest/V1.Node)\n- [1.1.3](/php/docs/reference/cloud-vmware-engine/1.1.3/V1.Node)\n- [1.0.0](/php/docs/reference/cloud-vmware-engine/1.0.0/V1.Node)\n- [0.5.6](/php/docs/reference/cloud-vmware-engine/0.5.6/V1.Node)\n- [0.4.0](/php/docs/reference/cloud-vmware-engine/0.4.0/V1.Node)\n- [0.3.3](/php/docs/reference/cloud-vmware-engine/0.3.3/V1.Node)\n- [0.2.1](/php/docs/reference/cloud-vmware-engine/0.2.1/V1.Node)\n- [0.1.4](/php/docs/reference/cloud-vmware-engine/0.1.4/V1.Node) \nReference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Node.\n\nNode in a cluster.\n\nGenerated from protobuf message `google.cloud.vmwareengine.v1.Node`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ VmwareEngine \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nOutput only. The resource name of this node.\n\nResource names are schemeless URIs that follow the conventions in\n\u003chttps://cloud.google.com/apis/design/resource_names\u003e.\nFor example:\nprojects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster/nodes/my-node\n\n### setName\n\nOutput only. The resource name of this node.\n\nResource names are schemeless URIs that follow the conventions in\n\u003chttps://cloud.google.com/apis/design/resource_names\u003e.\nFor example:\nprojects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster/nodes/my-node\n\n### getFqdn\n\nOutput only. Fully qualified domain name of the node.\n\n### setFqdn\n\nOutput only. Fully qualified domain name of the node.\n\n### getInternalIp\n\nOutput only. Internal IP address of the node.\n\n### setInternalIp\n\nOutput only. Internal IP address of the node.\n\n### getNodeTypeId\n\nOutput only. The canonical identifier of the node type (corresponds to the\n`NodeType`).\n\nFor example: standard-72.\n\n### setNodeTypeId\n\nOutput only. The canonical identifier of the node type (corresponds to the\n`NodeType`).\n\nFor example: standard-72.\n\n### getVersion\n\nOutput only. The version number of the VMware ESXi\nmanagement component in this cluster.\n\n### setVersion\n\nOutput only. The version number of the VMware ESXi\nmanagement component in this cluster.\n\n### getCustomCoreCount\n\nOutput only. Customized number of cores\n\n### setCustomCoreCount\n\nOutput only. Customized number of cores\n\n### getState\n\nOutput only. The state of the appliance.\n\n### setState\n\nOutput only. The state of the appliance."]]