public class NetworkSettingsFluentImpl<A extends NetworkSettingsFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements NetworkSettingsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkSettingsFluentImpl.SecondaryIPAddressesNestedImpl<N> |
class |
NetworkSettingsFluentImpl.SecondaryIPv6AddressesNestedImpl<N> |
NetworkSettingsFluent.SecondaryIPAddressesNested<N>, NetworkSettingsFluent.SecondaryIPv6AddressesNested<N>| Constructor and Description |
|---|
NetworkSettingsFluentImpl() |
NetworkSettingsFluentImpl(NetworkSettings instance) |
public NetworkSettingsFluentImpl()
public NetworkSettingsFluentImpl(NetworkSettings instance)
public String getEndpointID()
getEndpointID in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withEndpointID(String EndpointID)
withEndpointID in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasEndpointID()
hasEndpointID in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getGateway()
getGateway in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withGateway(String Gateway)
withGateway in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasGateway()
hasGateway in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getGlobalIPv6Address()
getGlobalIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withGlobalIPv6Address(String GlobalIPv6Address)
withGlobalIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasGlobalIPv6Address()
hasGlobalIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Integer getGlobalIPv6PrefixLen()
getGlobalIPv6PrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withGlobalIPv6PrefixLen(Integer GlobalIPv6PrefixLen)
withGlobalIPv6PrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasGlobalIPv6PrefixLen()
hasGlobalIPv6PrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getIPAddress()
getIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withIPAddress(String IPAddress)
withIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasIPAddress()
hasIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Integer getIPPrefixLen()
getIPPrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withIPPrefixLen(Integer IPPrefixLen)
withIPPrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasIPPrefixLen()
hasIPPrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getIPv6Gateway()
getIPv6Gateway in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withIPv6Gateway(String IPv6Gateway)
withIPv6Gateway in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasIPv6Gateway()
hasIPv6Gateway in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getMacAddress()
getMacAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withMacAddress(String MacAddress)
withMacAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasMacAddress()
hasMacAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getBridge()
getBridge in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withBridge(String Bridge)
withBridge in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasBridge()
hasBridge in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getSandboxID()
getSandboxID in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withSandboxID(String SandboxID)
withSandboxID in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasSandboxID()
hasSandboxID in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean isHairpinMode()
isHairpinMode in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withHairpinMode(Boolean HairpinMode)
withHairpinMode in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasHairpinMode()
hasHairpinMode in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getLinkLocalIPv6Address()
getLinkLocalIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withLinkLocalIPv6Address(String LinkLocalIPv6Address)
withLinkLocalIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasLinkLocalIPv6Address()
hasLinkLocalIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Integer getLinkLocalIPv6PrefixLen()
getLinkLocalIPv6PrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withLinkLocalIPv6PrefixLen(Integer LinkLocalIPv6PrefixLen)
withLinkLocalIPv6PrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasLinkLocalIPv6PrefixLen()
hasLinkLocalIPv6PrefixLen in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToPorts(String key, ArrayList<PortBinding> value)
addToPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToPorts(Map<String,ArrayList<PortBinding>> map)
addToPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeFromPorts(String key)
removeFromPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeFromPorts(Map<String,ArrayList<PortBinding>> map)
removeFromPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Map<String,ArrayList<PortBinding>> getPorts()
getPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withPorts(Map<String,ArrayList<PortBinding>> Ports)
withPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasPorts()
hasPorts in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public String getSandboxKey()
getSandboxKey in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withSandboxKey(String SandboxKey)
withSandboxKey in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasSandboxKey()
hasSandboxKey in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToSecondaryIPAddresses(int index, Address item)
addToSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A setToSecondaryIPAddresses(int index, Address item)
setToSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToSecondaryIPAddresses(Address... items)
addToSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addAllToSecondaryIPAddresses(Collection<Address> items)
addAllToSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeFromSecondaryIPAddresses(Address... items)
removeFromSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeAllFromSecondaryIPAddresses(Collection<Address> items)
removeAllFromSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>@Deprecated public List<Address> getSecondaryIPAddresses()
getSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public List<Address> buildSecondaryIPAddresses()
buildSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildSecondaryIPAddress(int index)
buildSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildFirstSecondaryIPAddress()
buildFirstSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildLastSecondaryIPAddress()
buildLastSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildMatchingSecondaryIPAddress(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
buildMatchingSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withSecondaryIPAddresses(List<Address> SecondaryIPAddresses)
withSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withSecondaryIPAddresses(Address... SecondaryIPAddresses)
withSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasSecondaryIPAddresses()
hasSecondaryIPAddresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> addNewSecondaryIPAddress()
addNewSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> addNewSecondaryIPAddressLike(Address item)
addNewSecondaryIPAddressLike in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> setNewSecondaryIPAddressLike(int index, Address item)
setNewSecondaryIPAddressLike in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> editSecondaryIPAddress(int index)
editSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> editFirstSecondaryIPAddress()
editFirstSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> editLastSecondaryIPAddress()
editLastSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPAddressesNested<A> editMatchingSecondaryIPAddress(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
editMatchingSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addNewSecondaryIPAddress(String Addr, Integer PrefixLen)
addNewSecondaryIPAddress in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToSecondaryIPv6Addresses(int index, Address item)
addToSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A setToSecondaryIPv6Addresses(int index, Address item)
setToSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToSecondaryIPv6Addresses(Address... items)
addToSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addAllToSecondaryIPv6Addresses(Collection<Address> items)
addAllToSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeFromSecondaryIPv6Addresses(Address... items)
removeFromSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeAllFromSecondaryIPv6Addresses(Collection<Address> items)
removeAllFromSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>@Deprecated public List<Address> getSecondaryIPv6Addresses()
getSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public List<Address> buildSecondaryIPv6Addresses()
buildSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildSecondaryIPv6Address(int index)
buildSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildFirstSecondaryIPv6Address()
buildFirstSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildLastSecondaryIPv6Address()
buildLastSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Address buildMatchingSecondaryIPv6Address(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
buildMatchingSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withSecondaryIPv6Addresses(List<Address> SecondaryIPv6Addresses)
withSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withSecondaryIPv6Addresses(Address... SecondaryIPv6Addresses)
withSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasSecondaryIPv6Addresses()
hasSecondaryIPv6Addresses in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> addNewSecondaryIPv6Address()
addNewSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> addNewSecondaryIPv6AddressLike(Address item)
addNewSecondaryIPv6AddressLike in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> setNewSecondaryIPv6AddressLike(int index, Address item)
setNewSecondaryIPv6AddressLike in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editSecondaryIPv6Address(int index)
editSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editFirstSecondaryIPv6Address()
editFirstSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editLastSecondaryIPv6Address()
editLastSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editMatchingSecondaryIPv6Address(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
editMatchingSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addNewSecondaryIPv6Address(String Addr, Integer PrefixLen)
addNewSecondaryIPv6Address in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToNetworks(String key, EndpointSettings value)
addToNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A addToNetworks(Map<String,EndpointSettings> map)
addToNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeFromNetworks(String key)
removeFromNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A removeFromNetworks(Map<String,EndpointSettings> map)
removeFromNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Map<String,EndpointSettings> getNetworks()
getNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public A withNetworks(Map<String,EndpointSettings> Networks)
withNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>public Boolean hasNetworks()
hasNetworks in interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.