public class NetworkResourceFluentImpl<A extends NetworkResourceFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements NetworkResourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkResourceFluentImpl.IPAMNestedImpl<N> |
NetworkResourceFluent.IPAMNested<N>| Constructor and Description |
|---|
NetworkResourceFluentImpl() |
NetworkResourceFluentImpl(NetworkResource instance) |
public NetworkResourceFluentImpl()
public NetworkResourceFluentImpl(NetworkResource instance)
public A addToContainers(String key, EndpointResource value)
addToContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A addToContainers(Map<String,EndpointResource> map)
addToContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A removeFromContainers(String key)
removeFromContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A removeFromContainers(Map<String,EndpointResource> map)
removeFromContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Map<String,EndpointResource> getContainers()
getContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withContainers(Map<String,EndpointResource> Containers)
withContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasContainers()
hasContainers in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public String getDriver()
getDriver in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withDriver(String Driver)
withDriver in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasDriver()
hasDriver in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>@Deprecated public IPAM getIPAM()
getIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public IPAM buildIPAM()
buildIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withIPAM(IPAM IPAM)
withIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasIPAM()
hasIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public NetworkResourceFluent.IPAMNested<A> withNewIPAM()
withNewIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public NetworkResourceFluent.IPAMNested<A> withNewIPAMLike(IPAM item)
withNewIPAMLike in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public NetworkResourceFluent.IPAMNested<A> editIPAM()
editIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public NetworkResourceFluent.IPAMNested<A> editOrNewIPAM()
editOrNewIPAM in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public NetworkResourceFluent.IPAMNested<A> editOrNewIPAMLike(IPAM item)
editOrNewIPAMLike in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public String getId()
getId in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withId(String Id)
withId in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasId()
hasId in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public String getName()
getName in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withName(String Name)
withName in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasName()
hasName in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A addToOptions(String key, String value)
addToOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A addToOptions(Map<String,String> map)
addToOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A removeFromOptions(String key)
removeFromOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A removeFromOptions(Map<String,String> map)
removeFromOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Map<String,String> getOptions()
getOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withOptions(Map<String,String> Options)
withOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasOptions()
hasOptions in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public String getScope()
getScope in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public A withScope(String Scope)
withScope in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>public Boolean hasScope()
hasScope in interface NetworkResourceFluent<A extends NetworkResourceFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.