public sealed class GetAwsServerConfigRequest : IMessage<GetAwsServerConfigRequest>, IEquatable<GetAwsServerConfigRequest>, IDeepCloneable<GetAwsServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAwsServerConfigRequest.
GetAwsServerConfigRequest gets the server config of GKE cluster on AWS.
[[["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 `GetAwsServerConfigRequest` class within the Anthos Multi-Cloud v1 API, specifically for GKE clusters on AWS."],["The `GetAwsServerConfigRequest` class, available through various versions ranging from 1.0.0-beta01 to 2.8.0 (latest), is used to retrieve the server configuration of GKE clusters on AWS."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods like `GetHashCode`, `GetType`, and `ToString`."],["`GetAwsServerConfigRequest` includes properties such as `AwsServerConfigName` and `Name`, where `Name` is a required string specifying the `AwsServerConfig` resource's name."],["There are two constructors, `GetAwsServerConfigRequest()` and `GetAwsServerConfigRequest(GetAwsServerConfigRequest)`, that are available for use."]]],[]]