Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class GetNodeRequest.
Request message for VmwareEngine.GetNode
Generated from protobuf message google.cloud.vmwareengine.v1.GetNodeRequest
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the node to retrieve. For example: projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}
getName
Required. The resource name of the node to retrieve.
For example: projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}
string
setName
Required. The resource name of the node to retrieve.
For example: projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}
var
string
$this
static::build
name
string
Required. The resource name of the node to retrieve.
For example: projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}
Please see VmwareEngineClient::nodeName()
for help formatting this field.