Uses of Class
org.onosproject.segmentrouting.xconnect.api.XconnectDesc
-
Packages that use XconnectDesc Package Description org.onosproject.segmentrouting.xconnect.api VLAN cross connect API.org.onosproject.segmentrouting.xconnect.impl VLAN cross connect implementation. -
-
Uses of XconnectDesc in org.onosproject.segmentrouting.xconnect.api
Methods in org.onosproject.segmentrouting.xconnect.api that return XconnectDesc Modifier and Type Method Description XconnectDescXconnectCodec. decode(com.fasterxml.jackson.databind.node.ObjectNode json, org.onosproject.codec.CodecContext context)Methods in org.onosproject.segmentrouting.xconnect.api that return types with arguments of type XconnectDesc Modifier and Type Method Description Set<XconnectDesc>XconnectService. getXconnects()Gets Xconnects.Methods in org.onosproject.segmentrouting.xconnect.api with parameters of type XconnectDesc Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeXconnectCodec. encode(XconnectDesc desc, org.onosproject.codec.CodecContext context) -
Uses of XconnectDesc in org.onosproject.segmentrouting.xconnect.impl
Methods in org.onosproject.segmentrouting.xconnect.impl that return types with arguments of type XconnectDesc Modifier and Type Method Description Set<XconnectDesc>XconnectManager. getXconnects()
-