public class IPAMFluentImpl<A extends IPAMFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements IPAMFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IPAMFluentImpl.ConfigNestedImpl<N> |
IPAMFluent.ConfigNested<N>| Constructor and Description |
|---|
IPAMFluentImpl() |
IPAMFluentImpl(IPAM instance) |
public IPAMFluentImpl()
public IPAMFluentImpl(IPAM instance)
public A addToConfig(int index, IPAMConfig item)
addToConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A setToConfig(int index, IPAMConfig item)
setToConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A addToConfig(IPAMConfig... items)
addToConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A addAllToConfig(Collection<IPAMConfig> items)
addAllToConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A removeFromConfig(IPAMConfig... items)
removeFromConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A removeAllFromConfig(Collection<IPAMConfig> items)
removeAllFromConfig in interface IPAMFluent<A extends IPAMFluent<A>>@Deprecated public List<IPAMConfig> getConfig()
getConfig in interface IPAMFluent<A extends IPAMFluent<A>>public List<IPAMConfig> buildConfig()
buildConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMConfig buildConfig(int index)
buildConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMConfig buildFirstConfig()
buildFirstConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMConfig buildLastConfig()
buildLastConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMConfig buildMatchingConfig(io.fabric8.docker.api.builder.Predicate<IPAMConfigBuilder> predicate)
buildMatchingConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A withConfig(List<IPAMConfig> Config)
withConfig in interface IPAMFluent<A extends IPAMFluent<A>>public A withConfig(IPAMConfig... Config)
withConfig in interface IPAMFluent<A extends IPAMFluent<A>>public Boolean hasConfig()
hasConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> addNewConfig()
addNewConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> addNewConfigLike(IPAMConfig item)
addNewConfigLike in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> setNewConfigLike(int index, IPAMConfig item)
setNewConfigLike in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> editConfig(int index)
editConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> editFirstConfig()
editFirstConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> editLastConfig()
editLastConfig in interface IPAMFluent<A extends IPAMFluent<A>>public IPAMFluent.ConfigNested<A> editMatchingConfig(io.fabric8.docker.api.builder.Predicate<IPAMConfigBuilder> predicate)
editMatchingConfig in interface IPAMFluent<A extends IPAMFluent<A>>public String getDriver()
getDriver in interface IPAMFluent<A extends IPAMFluent<A>>public A withDriver(String Driver)
withDriver in interface IPAMFluent<A extends IPAMFluent<A>>public Boolean hasDriver()
hasDriver in interface IPAMFluent<A extends IPAMFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.