Class: Google::Cloud::Batch::V1::NFS

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

Overview

Represents an NFS server and remote path: :

Instance Attribute Summary collapse

Instance Attribute Details

#remote_path::String

Returns Remote source path exported from NFS, e.g., "/share".

Returns:

  • (::String)

    Remote source path exported from NFS, e.g., "/share".



61
62
63
64
# File 'proto_docs/google/cloud/batch/v1/volume.rb', line 61

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

#server::String

Returns URI of the NFS server, e.g. an IP address.

Returns:

  • (::String)

    URI of the NFS server, e.g. an IP address.



61
62
63
64
# File 'proto_docs/google/cloud/batch/v1/volume.rb', line 61

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