Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Node.
Node in a cluster.
Generated from protobuf message google.cloud.vmwareengine.v1.Node
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
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 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.
↳ 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 the NodeType
). 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 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
string
setName
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
var
string
$this
getFqdn
Output only. Fully qualified domain name of the node.
string
setFqdn
Output only. Fully qualified domain name of the node.
var
string
$this
getInternalIp
Output only. Internal IP address of the node.
string
setInternalIp
Output only. Internal IP address of the node.
var
string
$this
getNodeTypeId
Output only. The canonical identifier of the node type (corresponds to the NodeType
).
For example: standard-72.
string
setNodeTypeId
Output only. The canonical identifier of the node type (corresponds to the NodeType
).
For example: standard-72.
var
string
$this
getVersion
Output only. The version number of the VMware ESXi management component in this cluster.
string
setVersion
Output only. The version number of the VMware ESXi management component in this cluster.
var
string
$this
getCustomCoreCount
Output only. Customized number of cores
int|string
setCustomCoreCount
Output only. Customized number of cores
var
int|string
$this
getState
Output only. The state of the appliance.
int
setState
Output only. The state of the appliance.
var
int
$this