Google Cloud Ai Platform V1 Client - Class NfsMount (0.29.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setServer

Required. IP address of the NFS server.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getMountPoint

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

Returns
TypeDescription
string

setMountPoint

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this