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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the node to retrieve. For example: |
getName
Required. The resource name of the node to retrieve.
For example:
projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the node to retrieve.
For example:
projects/{project}/locations/{location}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the node to retrieve.
For example:
|
| Returns | |
|---|---|
| Type | Description |
GetNodeRequest |
|