Class: Google::Cloud::BareMetalSolution::V2::DeleteNfsShareRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb

Overview

Message for deleting an NFS share.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the NFS share to delete.

Returns:

  • (::String)

    Required. The name of the NFS share to delete.



236
237
238
239
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 236

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