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