public sealed class VerifyKmsConfigRequest : IMessage<VerifyKmsConfigRequest>, IEquatable<VerifyKmsConfigRequest>, IDeepCloneable<VerifyKmsConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class VerifyKmsConfigRequest.
VerifyKmsConfigRequest specifies the KMS config to be validated.
[[["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 `VerifyKmsConfigRequest` class, part of the Google.Cloud.NetApp.V1 API, is used to specify and validate a KMS (Key Management Service) configuration."],["Version 1.8.0 is the latest version of the API, with the document covering the 1.6.0 release."],["The `VerifyKmsConfigRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This class contains two properties: `KmsConfigName`, a typed view over the resource, and `Name`, which is the required string name of the KMS config to verify."],["The documentation also provides a listing of past versions of the class, from 1.0.0 to 1.7.0."]]],[]]