public sealed class GetAwsClusterRequest : IMessage<GetAwsClusterRequest>, IEquatable<GetAwsClusterRequest>, IDeepCloneable<GetAwsClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAwsClusterRequest.
Request message for AwsClusters.GetAwsCluster 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 document provides reference documentation for the `GetAwsClusterRequest` class within the Google Cloud GKE Multi-Cloud v1 API, specifically for version 2.7.0."],["`GetAwsClusterRequest` is a request message used by the `AwsClusters.GetAwsCluster` method to retrieve details about an `AwsCluster` resource."],["The class `GetAwsClusterRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The `GetAwsClusterRequest` class contains two properties: `AwsClusterName` which gives an typed view over the Name property, and `Name`, which is required and specifies the name of the `AwsCluster` resource to be described, and follows a specific formatting pattern."],["The class `GetAwsClusterRequest` is located in the `Google.Cloud.GkeMultiCloud.V1` namespace and is compiled in the `Google.Cloud.GkeMultiCloud.V1.dll` assembly, there is also a list of previous versions available that point to the same type of documentation."]]],[]]