Interface AttachedNetwork
-
@Immutable public interface AttachedNetwork
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>aliases()StringendpointId()Stringgateway()StringglobalIPv6Address()IntegerglobalIPv6PrefixLen()StringipAddress()IntegeripPrefixLen()Stringipv6Gateway()StringmacAddress()StringnetworkId()
-
-
-
Method Detail
-
networkId
String networkId()
-
endpointId
String endpointId()
-
gateway
String gateway()
-
ipAddress
String ipAddress()
-
ipPrefixLen
Integer ipPrefixLen()
-
ipv6Gateway
String ipv6Gateway()
-
globalIPv6Address
String globalIPv6Address()
-
globalIPv6PrefixLen
Integer globalIPv6PrefixLen()
-
macAddress
String macAddress()
-
-