Class: Google::Cloud::NetApp::V1::DeleteKmsConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::DeleteKmsConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/kms.rb
Overview
DeleteKmsConfigRequest deletes a KMS Config.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the KmsConfig.
108 109 110 111 |
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 108 class DeleteKmsConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |