Class: Google::Cloud::NetApp::V1::VerifyKmsConfigResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::VerifyKmsConfigResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/kms.rb
Overview
VerifyKmsConfigResponse contains the information if the config is correctly and error message.
Instance Attribute Summary collapse
-
#health_error ⇒ ::String
readonly
Output only.
-
#healthy ⇒ ::Boolean
readonly
Output only.
-
#instructions ⇒ ::String
readonly
Output only.
Instance Attribute Details
#health_error ⇒ ::String (readonly)
144 145 146 147 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 144 class VerifyKmsConfigResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#healthy ⇒ ::Boolean (readonly)
144 145 146 147 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 144 class VerifyKmsConfigResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instructions ⇒ ::String (readonly)
144 145 146 147 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 144 class VerifyKmsConfigResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |