public interface NFSVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Path that is exported by the NFS server.
|
com.google.protobuf.ByteString |
getPathBytes()
Path that is exported by the NFS server.
|
boolean |
getReadOnly()
If true, the volume will be mounted as read only for all mounts.
|
String |
getServer()
Hostname or IP address of the NFS server
string server = 1; |
com.google.protobuf.ByteString |
getServerBytes()
Hostname or IP address of the NFS server
string server = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServer()
Hostname or IP address of the NFS server
string server = 1;com.google.protobuf.ByteString getServerBytes()
Hostname or IP address of the NFS server
string server = 1;String getPath()
Path that is exported by the NFS server.
string path = 2;com.google.protobuf.ByteString getPathBytes()
Path that is exported by the NFS server.
string path = 2;boolean getReadOnly()
If true, the volume will be mounted as read only for all mounts.
bool read_only = 3;Copyright © 2025 Google LLC. All rights reserved.