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 previous versions ranging from 1.0.0 to 1.7.0 also available."],["`VerifyKmsConfigResponse` is used to determine if a KMS configuration is healthy and provides error messages or instructions if it is not."],["This API class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of `VerifyKmsConfigResponse` include `Healthy` (a boolean indicating the configuration's health), `HealthError` (a string for any error messages), and `Instructions` (a string with instructions for resolving issues)."],["There are two constructors available for the class VerifyKmsConfigResponse: one default constructor and another one that accepts a `VerifyKmsConfigResponse` object as parameter."]]],[]]