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
Methods
__construct
Constructor.
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.
Generated from protobuf field string server = 1;
string
setServer
The IP address of the NFS.
Generated from protobuf field string server = 1;
var
string
$this
getRemotePath
Remote source path exported from the NFS, e.g., "/share".
Generated from protobuf field string remote_path = 2;
string
setRemotePath
Remote source path exported from the NFS, e.g., "/share".
Generated from protobuf field string remote_path = 2;
var
string
$this

