public sealed class GetAttachedServerConfigRequest : IMessage<GetAttachedServerConfigRequest>, IEquatable<GetAttachedServerConfigRequest>, IDeepCloneable<GetAttachedServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAttachedServerConfigRequest.
GetAttachedServerConfigRequest gets the server config for attached
clusters.
[[["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 `GetAttachedServerConfigRequest` class within the Google Cloud GKE MultiCloud v1 API, specifically version 2.3.0."],["The `GetAttachedServerConfigRequest` class is used to retrieve the server configuration for attached clusters, inheriting from the base `object` class and implementing multiple interfaces."],["The class has properties including `AttachedServerConfigName` and `Name`, which are used to specify the server config to be retrieved, with `Name` being a required field."],["There are various versions of the API available, ranging from 1.0.0-beta01 to the latest 2.8.0, with links to their corresponding documentation."],["The class provides two constructors: a default parameterless one, and another that accepts a `GetAttachedServerConfigRequest` instance, allowing for creating copies of the object."]]],[]]