public interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
Boolean |
hasServer() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewServer(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
Boolean getReadOnly()
Boolean hasReadOnly()
String getServer()
Boolean hasServer()
@Deprecated A withNewServer(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.