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 reference documentation for the `GetAttachedClusterRequest` class within the Google Cloud GKE Multi-Cloud v1 API, detailing its purpose and structure."],["The `GetAttachedClusterRequest` class is used to request information about a specific attached cluster via the `AttachedClusters.GetAttachedCluster` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and object management."],["The `GetAttachedClusterRequest` class has properties such as `AttachedClusterName` and `Name`, where `Name` is a required string that follows a specific formatting convention to identify the attached cluster."],["The page covers multiple versions of the API class, from 1.0.0-beta01 to the latest 2.8.0, allowing users to consult documentation for specific releases."]]],[]]