public interface NetworkSettingsFluent<A extends NetworkSettingsFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSettingsFluent.SecondaryIPAddressesNested<N> |
static interface |
NetworkSettingsFluent.SecondaryIPv6AddressesNested<N> |
String getEndpointID()
Boolean hasEndpointID()
String getGateway()
Boolean hasGateway()
String getGlobalIPv6Address()
Boolean hasGlobalIPv6Address()
Integer getGlobalIPv6PrefixLen()
Boolean hasGlobalIPv6PrefixLen()
String getIPAddress()
Boolean hasIPAddress()
Integer getIPPrefixLen()
Boolean hasIPPrefixLen()
String getIPv6Gateway()
Boolean hasIPv6Gateway()
String getMacAddress()
Boolean hasMacAddress()
String getBridge()
Boolean hasBridge()
String getSandboxID()
Boolean hasSandboxID()
Boolean isHairpinMode()
Boolean hasHairpinMode()
String getLinkLocalIPv6Address()
Boolean hasLinkLocalIPv6Address()
Integer getLinkLocalIPv6PrefixLen()
Boolean hasLinkLocalIPv6PrefixLen()
A addToPorts(String key, ArrayList<PortBinding> value)
A addToPorts(Map<String,ArrayList<PortBinding>> map)
A removeFromPorts(Map<String,ArrayList<PortBinding>> map)
Map<String,ArrayList<PortBinding>> getPorts()
A withPorts(Map<String,ArrayList<PortBinding>> Ports)
Boolean hasPorts()
String getSandboxKey()
Boolean hasSandboxKey()
A addAllToSecondaryIPAddresses(Collection<Address> items)
A removeAllFromSecondaryIPAddresses(Collection<Address> items)
@Deprecated List<Address> getSecondaryIPAddresses()
Address buildSecondaryIPAddress(int index)
Address buildFirstSecondaryIPAddress()
Address buildLastSecondaryIPAddress()
Address buildMatchingSecondaryIPAddress(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
Boolean hasSecondaryIPAddresses()
NetworkSettingsFluent.SecondaryIPAddressesNested<A> addNewSecondaryIPAddress()
NetworkSettingsFluent.SecondaryIPAddressesNested<A> addNewSecondaryIPAddressLike(Address item)
NetworkSettingsFluent.SecondaryIPAddressesNested<A> setNewSecondaryIPAddressLike(int index, Address item)
NetworkSettingsFluent.SecondaryIPAddressesNested<A> editSecondaryIPAddress(int index)
NetworkSettingsFluent.SecondaryIPAddressesNested<A> editFirstSecondaryIPAddress()
NetworkSettingsFluent.SecondaryIPAddressesNested<A> editLastSecondaryIPAddress()
NetworkSettingsFluent.SecondaryIPAddressesNested<A> editMatchingSecondaryIPAddress(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
A addAllToSecondaryIPv6Addresses(Collection<Address> items)
A removeAllFromSecondaryIPv6Addresses(Collection<Address> items)
@Deprecated List<Address> getSecondaryIPv6Addresses()
Address buildSecondaryIPv6Address(int index)
Address buildFirstSecondaryIPv6Address()
Address buildLastSecondaryIPv6Address()
Address buildMatchingSecondaryIPv6Address(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
Boolean hasSecondaryIPv6Addresses()
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> addNewSecondaryIPv6Address()
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> addNewSecondaryIPv6AddressLike(Address item)
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> setNewSecondaryIPv6AddressLike(int index, Address item)
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editSecondaryIPv6Address(int index)
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editFirstSecondaryIPv6Address()
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editLastSecondaryIPv6Address()
NetworkSettingsFluent.SecondaryIPv6AddressesNested<A> editMatchingSecondaryIPv6Address(io.fabric8.docker.api.builder.Predicate<AddressBuilder> predicate)
A addToNetworks(String key, EndpointSettings value)
A addToNetworks(Map<String,EndpointSettings> map)
A removeFromNetworks(Map<String,EndpointSettings> map)
Map<String,EndpointSettings> getNetworks()
A withNetworks(Map<String,EndpointSettings> Networks)
Boolean hasNetworks()
Copyright © 2015–2017 Red Hat. All rights reserved.