Class: Google::Cloud::BareMetalSolution::V2::UpdateNfsShareRequest

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 requesting to updating an NFS share.

Instance Attribute Summary collapse

Instance Attribute Details

#nfs_share::Google::Cloud::BareMetalSolution::V2::NfsShare

Returns Required. The NFS share to update.

The name field is used to identify the NFS share to update. Format: projects/{project}/locations/{location}/nfsShares/{nfs_share}.

Returns:



202
203
204
205
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 202

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

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to update. The only currently supported fields are: labels allowed_clients.

Returns:



202
203
204
205
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 202

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