public class VolumeCreateRequestFluentImpl<T extends VolumeCreateRequestFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements VolumeCreateRequestFluent<T>
| Constructor and Description |
|---|
VolumeCreateRequestFluentImpl() |
VolumeCreateRequestFluentImpl(VolumeCreateRequest instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToDriverOpts(Map<String,String> map) |
T |
addToDriverOpts(String key,
String value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDriver() |
Map<String,String> |
getDriverOpts() |
String |
getName() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromDriverOpts(Map<String,String> map) |
T |
removeFromDriverOpts(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDriver(String Driver) |
T |
withDriverOpts(Map<String,String> DriverOpts) |
T |
withName(String Name) |
public VolumeCreateRequestFluentImpl()
public VolumeCreateRequestFluentImpl(VolumeCreateRequest instance)
public String getDriver()
getDriver in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T withDriver(String Driver)
withDriver in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T addToDriverOpts(String key, String value)
addToDriverOpts in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T addToDriverOpts(Map<String,String> map)
addToDriverOpts in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T removeFromDriverOpts(String key)
removeFromDriverOpts in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T removeFromDriverOpts(Map<String,String> map)
removeFromDriverOpts in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public Map<String,String> getDriverOpts()
getDriverOpts in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T withDriverOpts(Map<String,String> DriverOpts)
withDriverOpts in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public String getName()
getName in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T withName(String Name)
withName in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VolumeCreateRequestFluent<T extends VolumeCreateRequestFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.