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 volume.

Instance Attribute Summary collapse

Instance Attribute Details

#remote_path::String

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

Returns:

  • (::String)

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



65
66
67
68
# File 'proto_docs/google/cloud/batch/v1/volume.rb', line 65

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

#server::String

Returns The IP address of the NFS.

Returns:

  • (::String)

    The IP address of the NFS.



65
66
67
68
# File 'proto_docs/google/cloud/batch/v1/volume.rb', line 65

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