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 documentation for the `GetClusterRequest` class within the Google Cloud VMware Engine v1 API, specifically detailing its structure, implementation, and usage."],["`GetClusterRequest` is a class used to request a specific cluster, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class has two constructors: a default constructor and one that accepts another `GetClusterRequest` object as a parameter."],["The `GetClusterRequest` class contains two properties: `ClusterName`, which is a typed view over the name resource, and `Name`, which is a string that holds the cluster's resource name for retrieval."],["This API has several versions, with the most recent being 1.6.0, while also containing references to previous versions all the way back to version 1.0.0."]]],[]]