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."],[[["This document provides reference information for the `GetClusterRequest` class within the Google Cloud VMware Engine v1 API, specifically detailing its structure, functionality, and implementation."],["`GetClusterRequest` is a class used to request a specific cluster and is part of the `Google.Cloud.VmwareEngine.V1` namespace."],["The `GetClusterRequest` class is implemented as a sealed class that inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `ClusterName`, which is a typed view over the resource name, and `Name`, which represents the string name of the cluster resource to be retrieved."],["The document refers to several different versions of this class, from 1.0.0 up to the latest, 1.6.0, which is available at various endpoint URLs."]]],[]]