Class: Google::Cloud::AIPlatform::V1::NfsMount
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NfsMount
- 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
-
#mount_point ⇒ ::String
Required.
-
#path ⇒ ::String
Required.
-
#server ⇒ ::String
Required.
Instance Attribute Details
#mount_point ⇒ ::String
Returns 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
.
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 |