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 |
|---|---|
List<org.onosproject.net.behaviour.ControllerInfo> |
controllers()
Returns controllers for the integration bridge.
|
Set<CordVtnNode> |
cordVtnNodes()
Returns the set of nodes read from network config.
|
boolean |
isValid() |
Map<org.onlab.packet.IpAddress,org.onlab.packet.MacAddress> |
publicGateways()
Returns public network gateway IP and MAC address pairs.
|
apply, clear, get, get, get, get, get, get, getList, getList, hasField, hasField, 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, isValidLength, key, node, setList, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, subject, toStringpublic boolean isValid()
isValid in class org.onosproject.net.config.Config<org.onosproject.core.ApplicationId>public Set<CordVtnNode> cordVtnNodes()
public Map<org.onlab.packet.IpAddress,org.onlab.packet.MacAddress> publicGateways()
public List<org.onosproject.net.behaviour.ControllerInfo> controllers()
Copyright © 2018. All rights reserved.