Google Cloud Vmware Engine V1 Client - Class Node (0.5.5)

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 \ 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 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

Returns
Type Description
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

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 the NodeType).

For example: standard-72.

Returns
Type Description
string

setNodeTypeId

Output only. The canonical identifier of the node type (corresponds to the NodeType).

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.

Parameter
Name Description
var string
Returns
Type Description
$this

getCustomCoreCount

Output only. Customized number of cores

Returns
Type Description
int|string

setCustomCoreCount

Output only. Customized number of cores

Parameter
Name Description
var int|string
Returns
Type Description
$this

getState

Output only. The state of the appliance.

Returns
Type Description
int

setState

Output only. The state of the appliance.

Parameter
Name Description
var int
Returns
Type Description
$this