public abstract class XmlAbstractBridge extends XmlVNode
XmlAbstractBridge provides XML binding to the data model for the
virtual node that contains a list of virtual interfaces.| Modifier | Constructor and Description |
|---|---|
protected |
XmlAbstractBridge()
Constructor only for JAXB.
|
protected |
XmlAbstractBridge(VnodeName vname,
List<Vinterface> ifList)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
List<XmlVInterface> |
getInterfaces()
Return a list of virtual interface configurations.
|
int |
hashCode()
Return the hash code of this object.
|
getDescription, getNameprotected XmlAbstractBridge()
protected XmlAbstractBridge(VnodeName vname, List<Vinterface> ifList) throws RpcException
vname - A VnodeName instance that contains the name of
the virtual node.ifList - A list of Vinterface instances.RpcException - The given argument is invalid.public final List<XmlVInterface> getInterfaces()
XmlVInterface instances or null.public boolean equals(Object o)
Copyright © 2018 OpenDaylight. All rights reserved.