Interface BasicExplicitRouteSubobjects
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
ExcludeRouteSubobjects,ExplicitRouteSubobjects,Exrs,SecondaryExplicitRouteSubobjects,SubobjectContainer,SubobjectContainer,SubobjectContainer
@Generated("mdsal-binding-generator") public interface BasicExplicitRouteSubobjects extends org.opendaylight.yangtools.yang.binding.DataObject
Subobjects shared between XRO and EROThis class represents the following YANG schema fragment defined in module rsvp
grouping basic-explicit-route-subobjects { choice subobject-type { case as-number-case { container as-number { uses as-number-subobject; } } case ip-prefix-case { container ip-prefix { uses ip-prefix-subobject; } } case label-case { container label { uses label-subobject; } } case srlg-case { container srlg { uses srlg-subobject; } } case unnumbered-case { container unnumbered { uses unnumbered-subobject; } } } }The schema path to identify an instance is rsvpbasic-explicit-route-subobjects
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubobjectTypegetSubobjectType()Return subobjectType, ornullif it is not present.Class<? extends BasicExplicitRouteSubobjects>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends BasicExplicitRouteSubobjects> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSubobjectType
SubobjectType getSubobjectType()
Return subobjectType, ornullif it is not present.- Returns:
SubobjectTypesubobjectType, ornullif it is not present.
-
-