public final class XmlStaticSwitchLinks extends XmlStaticTopologyConfig<StaticSwitchLinks>
XmlStaticSwitchLinks provides XML binding to a set of static
inter-switch link configurations.| Constructor and Description |
|---|
XmlStaticSwitchLinks()
Construct an empty instance.
|
XmlStaticSwitchLinks(StaticSwitchLinks swlinks)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Determine whether the given object is identical to this object.
|
StaticSwitchLinks |
getConfig()
Return a MD-SAL container which contains the configuration in this
instance.
|
Class<StaticSwitchLinks> |
getContainerType()
Return a class which indicates the type of MD-SAL container associated
with this class.
|
String |
getXmlConfigKey()
Return a string which represents the configuration file key associated
with this class.
|
Class<XmlStaticSwitchLinks> |
getXmlType()
Return a class which indicates the type of this class.
|
int |
hashCode()
Return the hash code of this object.
|
XmlStaticSwitchLinks |
newInstance(StaticSwitchLinks conf)
Construct a new instance that contains the given configuration.
|
void |
setConfig(VtnStaticTopologyBuilder builder,
StaticSwitchLinks conf)
Set the given configuration into the given MD-SAL container builder
instance.
|
load, savepublic XmlStaticSwitchLinks()
public XmlStaticSwitchLinks(StaticSwitchLinks swlinks)
swlinks - A StaticSwitchLinks instance.public Class<StaticSwitchLinks> getContainerType()
getContainerType in class XmlStaticTopologyConfig<StaticSwitchLinks>public Class<XmlStaticSwitchLinks> getXmlType()
getXmlType in class XmlStaticTopologyConfig<StaticSwitchLinks>public String getXmlConfigKey()
getXmlConfigKey in class XmlStaticTopologyConfig<StaticSwitchLinks>public void setConfig(VtnStaticTopologyBuilder builder, StaticSwitchLinks conf)
setConfig in class XmlStaticTopologyConfig<StaticSwitchLinks>builder - A VtnStaticTopologyBuilder instance.conf - A MD-SAL container which contains the configuration.public StaticSwitchLinks getConfig()
getConfig in class XmlStaticTopologyConfig<StaticSwitchLinks>public XmlStaticSwitchLinks newInstance(StaticSwitchLinks conf)
newInstance in class XmlStaticTopologyConfig<StaticSwitchLinks>conf - A MD-SAL container which contains the configuration.public boolean equals(Object o)
Copyright © 2018 OpenDaylight. All rights reserved.