public interface DefaultNetworkSettingsFluent<A extends DefaultNetworkSettingsFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointID() |
String |
getGateway() |
String |
getGlobalIPv6Address() |
Integer |
getGlobalIPv6PrefixLen() |
String |
getIPAddress() |
Integer |
getIPPrefixLen() |
String |
getIPv6Gateway() |
String |
getMacAddress() |
Boolean |
hasEndpointID() |
Boolean |
hasGateway() |
Boolean |
hasGlobalIPv6Address() |
Boolean |
hasGlobalIPv6PrefixLen() |
Boolean |
hasIPAddress() |
Boolean |
hasIPPrefixLen() |
Boolean |
hasIPv6Gateway() |
Boolean |
hasMacAddress() |
A |
withEndpointID(String EndpointID) |
A |
withGateway(String Gateway) |
A |
withGlobalIPv6Address(String GlobalIPv6Address) |
A |
withGlobalIPv6PrefixLen(Integer GlobalIPv6PrefixLen) |
A |
withIPAddress(String IPAddress) |
A |
withIPPrefixLen(Integer IPPrefixLen) |
A |
withIPv6Gateway(String IPv6Gateway) |
A |
withMacAddress(String MacAddress) |
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()
Copyright © 2015–2017 Red Hat. All rights reserved.