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