public class NetworkCreateFluentImpl<T extends NetworkCreateFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements NetworkCreateFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkCreateFluentImpl.IPAMNestedImpl<N> |
NetworkCreateFluent.IPAMNested<N>| Constructor and Description |
|---|
NetworkCreateFluentImpl() |
NetworkCreateFluentImpl(NetworkCreate instance) |
public NetworkCreateFluentImpl()
public NetworkCreateFluentImpl(NetworkCreate instance)
public Boolean isCheckDuplicate()
isCheckDuplicate in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T withCheckDuplicate(Boolean CheckDuplicate)
withCheckDuplicate in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public String getDriver()
getDriver in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T withDriver(String Driver)
withDriver in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public IPAM getIPAM()
getIPAM in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T withIPAM(IPAM IPAM)
withIPAM in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public NetworkCreateFluent.IPAMNested<T> withNewIPAM()
withNewIPAM in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public NetworkCreateFluent.IPAMNested<T> withNewIPAMLike(IPAM item)
withNewIPAMLike in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public NetworkCreateFluent.IPAMNested<T> editIPAM()
editIPAM in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public String getName()
getName in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T withName(String Name)
withName in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T addToOptions(String key, String value)
addToOptions in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T addToOptions(Map<String,String> map)
addToOptions in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T removeFromOptions(String key)
removeFromOptions in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T removeFromOptions(Map<String,String> map)
removeFromOptions in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public Map<String,String> getOptions()
getOptions in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T withOptions(Map<String,String> Options)
withOptions in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NetworkCreateFluent<T extends NetworkCreateFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.