Uses of Class
org.onosproject.segmentrouting.xconnect.api.XconnectEndpoint.Type
-
Packages that use XconnectEndpoint.Type Package Description org.onosproject.segmentrouting.xconnect.api VLAN cross connect API. -
-
Uses of XconnectEndpoint.Type in org.onosproject.segmentrouting.xconnect.api
Methods in org.onosproject.segmentrouting.xconnect.api that return XconnectEndpoint.Type Modifier and Type Method Description abstract XconnectEndpoint.TypeXconnectEndpoint. type()Type of this endpoint.XconnectEndpoint.TypeXconnectLoadBalancerEndpoint. type()XconnectEndpoint.TypeXconnectPortEndpoint. type()static XconnectEndpoint.TypeXconnectEndpoint.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static XconnectEndpoint.Type[]XconnectEndpoint.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-