public sealed class GetAttachedClusterRequest : IMessage<GetAttachedClusterRequest>, IEquatable<GetAttachedClusterRequest>, IDeepCloneable<GetAttachedClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAttachedClusterRequest.
Request message for AttachedClusters.GetAttachedCluster method.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `GetAttachedClusterRequest` class within the Google.Cloud.GkeMultiCloud.V1 namespace, used in the Anthos Multi-Cloud v1 API."],["The `GetAttachedClusterRequest` class is a request message for the `AttachedClusters.GetAttachedCluster` method and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the documentation for `GetAttachedClusterRequest` is 2.8.0, and it offers access to versions dating back to 1.0.0-beta01, with the current page detailing version 2.3.0."],["The `GetAttachedClusterRequest` class includes properties like `AttachedClusterName` and `Name`, where the `Name` property is a required string that represents the resource name of the `AttachedCluster` to describe, formatted according to Google Cloud resource naming conventions."],["This class allows for the retrieval of information about an AttachedCluster, offering multiple constructors, `GetAttachedClusterRequest()`, and `GetAttachedClusterRequest(GetAttachedClusterRequest other)`, to create instances of this class."]]],[]]