public sealed class VerifyKmsConfigResponse : IMessage<VerifyKmsConfigResponse>, IEquatable<VerifyKmsConfigResponse>, IDeepCloneable<VerifyKmsConfigResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class VerifyKmsConfigResponse.
VerifyKmsConfigResponse contains the information if the config is correctly
and error message.
[[["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 of the `VerifyKmsConfigResponse` API class is 1.8.0, with versions ranging back to 1.0.0 available in the documentation."],["The `VerifyKmsConfigResponse` class provides information on whether a KMS configuration is valid, including any error messages if it's not healthy."],["This class, within the NetApp v1 API, inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `VerifyKmsConfigResponse` include `Healthy` (a boolean indicating the config's status), `HealthError` (a string containing error details), and `Instructions` (guidance for users)."],["There are two constructors available for `VerifyKmsConfigResponse`, one is parameterless, and the other accepts an existing `VerifyKmsConfigResponse` object."]]],[]]