public interface GlusterfsPersistentVolumeSourceFluent<A extends GlusterfsPersistentVolumeSourceFluent<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 |
getEndpoints() |
String |
getEndpointsNamespace() |
String |
getPath() |
Boolean |
getReadOnly() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasEndpoints() |
Boolean |
hasEndpointsNamespace() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEndpoints(String endpoints) |
A |
withEndpointsNamespace(String endpointsNamespace) |
A |
withPath(String path) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
String getEndpoints()
Boolean hasEndpoints()
String getEndpointsNamespace()
Boolean hasEndpointsNamespace()
String getPath()
Boolean hasPath()
Boolean getReadOnly()
Boolean hasReadOnly()
Boolean hasAdditionalProperties()
A withReadOnly()
Copyright © 2015–2022 Red Hat. All rights reserved.