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 \ V1Methods
__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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServer
The IP address of the NFS.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRemotePath
Remote source path exported from the NFS, e.g., "/share".
| Returns | |
|---|---|
| Type | Description |
string |
|
setRemotePath
Remote source path exported from the NFS, e.g., "/share".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|