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."],[[["This webpage provides documentation for the `VerifyKmsConfigResponse` class within the NetApp v1 API, specifically version 1.5.0, with links to previous and later versions."],["The `VerifyKmsConfigResponse` class is used to check the status of a key management service (KMS) configuration and determine if it is healthy or not."],["It includes properties such as `Healthy` (a boolean to denote a healthy or not configuration), `HealthError` (an error message for unhealthy configurations), and `Instructions` (instructions for customers regarding encryption key access)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."]]],[]]