public sealed class GetKmsConfigRequest : IMessage<GetKmsConfigRequest>, IEquatable<GetKmsConfigRequest>, IDeepCloneable<GetKmsConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetKmsConfigRequest.
[[["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-03-21 UTC."],[[["The latest version available is 1.8.0, with documentation provided for versions back to 1.0.0."],["`GetKmsConfigRequest` is a class within the Google.Cloud.NetApp.V1 API that is used to get a KMS configuration."],["This class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and a copy constructor that takes another `GetKmsConfigRequest` object as a parameter."],["The class contains two properties, `KmsConfigName`, which is of type `KmsConfigName`, and `Name`, which is a string and represents the KMS config's name, which is required."]]],[]]