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` class is 1.8.0, and there are also older versions ranging from 1.7.0 down to 1.0.0."],["`VerifyKmsConfigResponse` is a class in the `Google.Cloud.NetApp.V1` namespace used to verify the status of a Key Management Service (KMS) configuration."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `HealthError` (error message if not healthy), `Healthy` (whether the configuration is correct), and `Instructions` (guidance for key access)."],["There are two constructors available for the `VerifyKmsConfigResponse` class: one default constructor and another that accepts a `VerifyKmsConfigResponse` object as a parameter for copying."]]],[]]