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 |
withPath(String path) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
Copyright © 2015–2022 Red Hat. All rights reserved.