Class: Google::Cloud::AIPlatform::V1::NfsMount

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

Overview

Represents a mount configuration for Network File System (NFS) to mount.

Instance Attribute Summary collapse

Instance Attribute Details

#mount_point::String

Returns Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/.

Returns:

  • (::String)

    Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/



227
228
229
230
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 227

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

#path::String

Returns Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of server:path.

Returns:

  • (::String)

    Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of server:path



227
228
229
230
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 227

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

#server::String

Returns Required. IP address of the NFS server.

Returns:

  • (::String)

    Required. IP address of the NFS server.



227
228
229
230
# File 'proto_docs/google/cloud/aiplatform/v1/machine_resources.rb', line 227

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