Class: Google::Cloud::NetApp::V1::VerifyKmsConfigResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#health_error::String (readonly)

Returns Output only. Error message if config is not healthy.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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