public class NetworkResourceFluentImpl<T extends NetworkResourceFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements NetworkResourceFluent<T>
| 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 T addToContainers(String key, EndpointResource value)
addToContainers in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T addToContainers(Map<String,EndpointResource> map)
addToContainers in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T removeFromContainers(String key)
removeFromContainers in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T removeFromContainers(Map<String,EndpointResource> map)
removeFromContainers in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public Map<String,EndpointResource> getContainers()
getContainers in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withContainers(Map<String,EndpointResource> Containers)
withContainers in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public String getDriver()
getDriver in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withDriver(String Driver)
withDriver in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public IPAM getIPAM()
getIPAM in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withIPAM(IPAM IPAM)
withIPAM in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public NetworkResourceFluent.IPAMNested<T> withNewIPAM()
withNewIPAM in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public NetworkResourceFluent.IPAMNested<T> withNewIPAMLike(IPAM item)
withNewIPAMLike in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public NetworkResourceFluent.IPAMNested<T> editIPAM()
editIPAM in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public String getId()
getId in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withId(String Id)
withId in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public String getName()
getName in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withName(String Name)
withName in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T addToOptions(String key, String value)
addToOptions in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T addToOptions(Map<String,String> map)
addToOptions in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T removeFromOptions(String key)
removeFromOptions in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T removeFromOptions(Map<String,String> map)
removeFromOptions in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public Map<String,String> getOptions()
getOptions in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withOptions(Map<String,String> Options)
withOptions in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public String getScope()
getScope in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withScope(String Scope)
withScope in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NetworkResourceFluent<T extends NetworkResourceFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.