public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class GetClusterRequest.
Request message for
[VmwareEngine.GetCluster][google.cloud.vmwareengine.v1.VmwareEngine.GetCluster]
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GetClusterRequest` class is part of the Google Cloud VMware Engine v1 API, specifically used to request cluster information."],["This class is the request message for the `VmwareEngine.GetCluster` API method, allowing retrieval of cluster details."],["`GetClusterRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET framework."],["The latest version of `GetClusterRequest` is 1.6.0, with older versions available including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0, indicating a versioned history for this API component."],["The main properties of this class include `ClusterName`, a `ClusterName`-typed view over the resource name, and `Name`, which is a string that represents the cluster resource name to retrieve."]]],[]]