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.
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 server:path
↳ 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.
string
setServer
Required. IP address of the NFS server.
var
string
$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
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
var
string
$this
getMountPoint
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point>
string
setMountPoint
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point>
var
string
$this

