Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class GetClusterRequest.
Request message for VmwareEngine.GetCluster
Generated from protobuf message google.cloud.vmwareengine.v1.GetClusterRequest
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The cluster resource name to retrieve. 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
getName
Required. The cluster resource name to retrieve.
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
string
setName
Required. The cluster resource name to retrieve.
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
var
string
$this
static::build
name
string
Required. The cluster resource name to retrieve.
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
Please see VmwareEngineClient::clusterName()
for help formatting this field.