Google Cloud Run V2 Client - Class NFSVolumeSource (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Run V2 Client class NFSVolumeSource.
Represents an NFS mount.
Generated from protobuf message google.cloud.run.v2.NFSVolumeSource
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ server |
string
Hostname or IP address of the NFS server |
↳ path |
string
Path that is exported by the NFS server. |
↳ read_only |
bool
If true, the volume will be mounted as read only for all mounts. |
getServer
Hostname or IP address of the NFS server
| Returns | |
|---|---|
| Type | Description |
string |
|
setServer
Hostname or IP address of the NFS server
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPath
Path that is exported by the NFS server.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPath
Path that is exported by the NFS server.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReadOnly
If true, the volume will be mounted as read only for all mounts.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setReadOnly
If true, the volume will be mounted as read only for all mounts.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|