| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2NFSVolumeSource |
GoogleCloudRunV2NFSVolumeSource.clone() |
GoogleCloudRunV2NFSVolumeSource |
GoogleCloudRunV2Volume.getNfs()
For NFS Voumes, contains the path to the nfs Volume
|
GoogleCloudRunV2NFSVolumeSource |
GoogleCloudRunV2NFSVolumeSource.set(String fieldName,
Object value) |
GoogleCloudRunV2NFSVolumeSource |
GoogleCloudRunV2NFSVolumeSource.setPath(String path)
Path that is exported by the NFS server.
|
GoogleCloudRunV2NFSVolumeSource |
GoogleCloudRunV2NFSVolumeSource.setReadOnly(Boolean readOnly)
If true, the volume will be mounted as read only for all mounts.
|
GoogleCloudRunV2NFSVolumeSource |
GoogleCloudRunV2NFSVolumeSource.setServer(String server)
Hostname or IP address of the NFS server
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Volume |
GoogleCloudRunV2Volume.setNfs(GoogleCloudRunV2NFSVolumeSource nfs)
For NFS Voumes, contains the path to the nfs Volume
|
Copyright © 2011–2026 Google. All rights reserved.