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."],[[["The `GetAttachedClusterRequest` class is a request message for the `AttachedClusters.GetAttachedCluster` method within the Anthos Multi-Cloud v1 API."],["This class is part of the `Google.Cloud.GkeMultiCloud.V1` namespace and is contained within the `Google.Cloud.GkeMultiCloud.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["It includes a `Name` property of type string, representing the required name of the `AttachedCluster` resource to be described, with a specific formatting requirement for Google Cloud Platform resource names."],["The class also contains a property called `AttachedClusterName` which is a typed view over the `Name` resource."]]],[]]