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