Google Cloud Batch V1 Client - Class NFS (0.14.0)

Reference documentation and code samples for the Google Cloud Batch V1 Client class NFS.

Represents an NFS volume.

Generated from protobuf message google.cloud.batch.v1.NFS

Namespace

Google \ Cloud \ Batch \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ server string

The IP address of the NFS.

↳ remote_path string

Remote source path exported from the NFS, e.g., "/share".

getServer

The IP address of the NFS.

Returns
TypeDescription
string

setServer

The IP address of the NFS.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRemotePath

Remote source path exported from the NFS, e.g., "/share".

Returns
TypeDescription
string

setRemotePath

Remote source path exported from the NFS, e.g., "/share".

Parameter
NameDescription
var string
Returns
TypeDescription
$this