Class: Google::Cloud::NetApp::V1::VerifyKmsConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/kms.rb

Overview

VerifyKmsConfigRequest specifies the KMS config to be validated.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the KMS Config to be verified.

Returns:

  • (::String)

    Required. Name of the KMS Config to be verified.



126
127
128
129
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 126

class VerifyKmsConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end