public class NetworkCreateFluentImpl<A extends NetworkCreateFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements NetworkCreateFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkCreateFluentImpl.IPAMNestedImpl<N> |
NetworkCreateFluent.IPAMNested<N>| Constructor and Description |
|---|
NetworkCreateFluentImpl() |
NetworkCreateFluentImpl(NetworkCreate instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToOptions(Map<String,String> map) |
A |
addToOptions(String key,
String value) |
IPAM |
buildIPAM() |
NetworkCreateFluent.IPAMNested<A> |
editIPAM() |
NetworkCreateFluent.IPAMNested<A> |
editOrNewIPAM() |
NetworkCreateFluent.IPAMNested<A> |
editOrNewIPAMLike(IPAM item) |
boolean |
equals(Object o) |
String |
getDriver() |
IPAM |
getIPAM()
Deprecated.
|
String |
getName() |
Map<String,String> |
getOptions() |
Boolean |
hasCheckDuplicate() |
Boolean |
hasDriver() |
Boolean |
hasIPAM() |
Boolean |
hasName() |
Boolean |
hasOptions() |
Boolean |
isCheckDuplicate() |
A |
removeFromOptions(Map<String,String> map) |
A |
removeFromOptions(String key) |
A |
withCheckDuplicate(Boolean CheckDuplicate) |
A |
withDriver(String Driver) |
A |
withIPAM(IPAM IPAM) |
A |
withName(String Name) |
NetworkCreateFluent.IPAMNested<A> |
withNewIPAM() |
NetworkCreateFluent.IPAMNested<A> |
withNewIPAMLike(IPAM item) |
A |
withOptions(Map<String,String> Options) |
public NetworkCreateFluentImpl()
public NetworkCreateFluentImpl(NetworkCreate instance)
public Boolean isCheckDuplicate()
isCheckDuplicate in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A withCheckDuplicate(Boolean CheckDuplicate)
withCheckDuplicate in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public Boolean hasCheckDuplicate()
hasCheckDuplicate in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public String getDriver()
getDriver in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A withDriver(String Driver)
withDriver in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public Boolean hasDriver()
hasDriver in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>@Deprecated public IPAM getIPAM()
getIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public IPAM buildIPAM()
buildIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A withIPAM(IPAM IPAM)
withIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public Boolean hasIPAM()
hasIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public NetworkCreateFluent.IPAMNested<A> withNewIPAM()
withNewIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public NetworkCreateFluent.IPAMNested<A> withNewIPAMLike(IPAM item)
withNewIPAMLike in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public NetworkCreateFluent.IPAMNested<A> editIPAM()
editIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public NetworkCreateFluent.IPAMNested<A> editOrNewIPAM()
editOrNewIPAM in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public NetworkCreateFluent.IPAMNested<A> editOrNewIPAMLike(IPAM item)
editOrNewIPAMLike in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public String getName()
getName in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A withName(String Name)
withName in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public Boolean hasName()
hasName in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A addToOptions(String key, String value)
addToOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A addToOptions(Map<String,String> map)
addToOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A removeFromOptions(String key)
removeFromOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A removeFromOptions(Map<String,String> map)
removeFromOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public Map<String,String> getOptions()
getOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public A withOptions(Map<String,String> Options)
withOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>public Boolean hasOptions()
hasOptions in interface NetworkCreateFluent<A extends NetworkCreateFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.