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)
Returns Output only. Error message if config is not healthy.
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)
Returns Output only. If the customer key configured correctly to the encrypt volume.
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)
Returns Output only. Instructions for the customers to provide the access to the encryption key.
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 |