public interface DefaultNetworkSettingsFluent<T extends DefaultNetworkSettingsFluent<T>> extends Fluent<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpointID() |
String |
getGateway() |
String |
getGlobalIPv6Address() |
Integer |
getGlobalIPv6PrefixLen() |
String |
getIPAddress() |
Integer |
getIPPrefixLen() |
String |
getIPv6Gateway() |
String |
getMacAddress() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withEndpointID(String EndpointID) |
T |
withGateway(String Gateway) |
T |
withGlobalIPv6Address(String GlobalIPv6Address) |
T |
withGlobalIPv6PrefixLen(Integer GlobalIPv6PrefixLen) |
T |
withIPAddress(String IPAddress) |
T |
withIPPrefixLen(Integer IPPrefixLen) |
T |
withIPv6Gateway(String IPv6Gateway) |
T |
withMacAddress(String MacAddress) |
String getEndpointID()
String getGateway()
String getGlobalIPv6Address()
Integer getGlobalIPv6PrefixLen()
String getIPAddress()
Integer getIPPrefixLen()
String getIPv6Gateway()
String getMacAddress()
Copyright © 2015–2016 Red Hat. All rights reserved.