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 API for `VerifyKmsConfigResponse` is 1.8.0, with previous versions ranging from 1.0.0 to 1.7.0 also available."],["`VerifyKmsConfigResponse` is a class within the Google.Cloud.NetApp.V1 namespace that provides information regarding the status of a configuration, specifically checking for health and error messages."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used in various contexts within the Google Cloud environment."],["The `VerifyKmsConfigResponse` class contains properties such as `Healthy`, `HealthError`, and `Instructions`, which help determine if a customer key is configured properly, and provides any error messages or instructions."],["The `VerifyKmsConfigResponse` class has two constructors: one default constructor, and one that take another `VerifyKmsConfigResponse` object as a parameter."]]],[]]