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 version 1.4.0, and outlines how to retrieve data about a specific cluster."],["The `GetClusterRequest` class is a request message used for the `VmwareEngine.GetCluster` operation, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is version 1.6.0, with other versions, such as 1.5.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0 being available."],["The class includes a constructor, `GetClusterRequest`, to create new instances and it includes properties such as `ClusterName`, and `Name` with the latter being a required property specifying the cluster resource name."],["The `GetClusterRequest` class belongs to the `Google.Cloud.VmwareEngine.V1` namespace and is part of the `Google.Cloud.VmwareEngine.V1.dll` assembly."]]],[]]