public interface GlusterfsVolumeSourceFluent<T extends GlusterfsVolumeSourceFluent<T>> extends Fluent<T>
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpoints() |
String |
getPath() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withEndpoints(String endpoints) |
T |
withPath(String path) |
T |
withReadOnly(Boolean readOnly) |
Copyright © 2011–2015 Red Hat. All rights reserved.