Class: Google::Cloud::NetApp::V1::GetKmsConfigRequest

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

Overview

GetKmsConfigRequest gets a KMS Config.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the KmsConfig.

Returns:

  • (::String)

    Required. Name of the KmsConfig



28
29
30
31
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 28

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