Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class NfsMount.
Represents a mount configuration for Network File System (NFS) to mount.
Generated from protobuf message google.cloud.aiplatform.v1.NfsMount
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ server |
string
Required. IP address of the NFS server. |
↳ path |
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 |
↳ mount_point |
string
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point> |
getServer
Required. IP address of the NFS server.
Returns | |
---|---|
Type | Description |
string |
setServer
Required. IP address of the NFS server.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPath
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 | |
---|---|
Type | Description |
string |
setPath
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
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMountPoint
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point>
Returns | |
---|---|
Type | Description |
string |
setMountPoint
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point>
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |