Class: Google::Cloud::NetApp::V1::EncryptVolumesRequest

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

Overview

EncryptVolumesRequest specifies the KMS config to encrypt existing volumes.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the KmsConfig.

Returns:

  • (::String)

    Required. Name of the KmsConfig.



117
118
119
120
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 117

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