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 `VerifyKmsConfigResponse` class, part of the Google.Cloud.NetApp.V1 API, is used to check if a configuration is correct and provide error messages if needed."],["This class provides information on the health of the Key Management Service (KMS) configuration, including whether the configuration is healthy and any associated error messages."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["There are multiple versions of the API available, from 1.0.0 to 1.8.0, with 1.8.0 being the most recent version of the API."],["The `VerifyKmsConfigResponse` object includes properties for `HealthError`, `Healthy` status, and `Instructions`, providing detailed feedback on the configuration status and how to resolve issues."]]],[]]