@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1NFSVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SERVER |
Constructor and Description |
---|
V1NFSVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath()
Path that is exported by the NFS server.
|
Boolean |
getReadOnly()
ReadOnly here will force the NFS export to be mounted with read-only permissions.
|
String |
getServer()
Server is the hostname or IP address of the NFS server.
|
int |
hashCode() |
V1NFSVolumeSource |
path(String path) |
V1NFSVolumeSource |
readOnly(Boolean readOnly) |
V1NFSVolumeSource |
server(String server) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
void |
setServer(String server) |
String |
toString() |
public static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SERVER
public V1NFSVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1NFSVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1NFSVolumeSource server(String server)
public String getServer()
public void setServer(String server)
Copyright © 2020. All rights reserved.