public abstract class AttachedNetwork extends Object
| Constructor and Description |
|---|
AttachedNetwork() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<String> |
aliases() |
abstract String |
endpointId() |
abstract String |
gateway() |
abstract String |
globalIPv6Address() |
abstract Integer |
globalIPv6PrefixLen() |
abstract String |
ipAddress() |
abstract Integer |
ipPrefixLen() |
abstract String |
ipv6Gateway() |
abstract String |
macAddress() |
abstract String |
networkId() |
public abstract String endpointId()
public abstract String gateway()
public abstract String ipAddress()
public abstract Integer ipPrefixLen()
public abstract String ipv6Gateway()
public abstract String globalIPv6Address()
public abstract Integer globalIPv6PrefixLen()
public abstract String macAddress()
Copyright © 2018. All rights reserved.