public class CordVtnConfig
extends org.onosproject.net.config.Config<org.onosproject.core.ApplicationId>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
CordVtnConfig() |
| Modifier and Type | Method and Description |
|---|---|
Set<CordVtnNode> |
cordVtnNodes()
Returns the set of nodes read from network config.
|
org.onosproject.xosclient.api.OpenStackAccess |
openstackAccess()
Returns OpenStack API access information.
|
org.onlab.packet.MacAddress |
privateGatewayMac()
Returns private network gateway MAC address.
|
Map<org.onlab.packet.IpAddress,org.onlab.packet.MacAddress> |
publicGateways()
Returns public network gateway IP and MAC address pairs.
|
org.onosproject.xosclient.api.XosAccess |
xosAccess()
Returns XOS access information.
|
apply, clear, get, get, get, get, get, get, getList, getList, hasFields, hasFields, hasOnlyFields, hasOnlyFields, init, isBoolean, isBoolean, isConnectPoint, isConnectPoint, isDecimal, isDecimal, isIntegralNumber, isIntegralNumber, isIpAddress, isIpAddress, isIpPrefix, isIpPrefix, isMacAddress, isMacAddress, isNumber, isNumber, isString, isString, isTpPort, isTpPort, isValid, key, node, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, subjectpublic Set<CordVtnNode> cordVtnNodes()
public org.onlab.packet.MacAddress privateGatewayMac()
public Map<org.onlab.packet.IpAddress,org.onlab.packet.MacAddress> publicGateways()
public org.onosproject.xosclient.api.XosAccess xosAccess()
public org.onosproject.xosclient.api.OpenStackAccess openstackAccess()
Copyright © 2016. All rights reserved.