Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120
Interface RangeSubTlvs
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
SubTlvs
@Generated("mdsal-binding-generator")
public interface RangeSubTlvs
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-segment-routing
grouping range-sub-tlvs { choice range-sub-tlv { case binding-sid-tlv-case { uses binding-sid-tlv; } case prefix-sid-tlv-case { container prefix-sid-tlv { uses prefix-sid-tlv; } } case ipv6-prefix-sid-tlv-case { container ipv6-prefix-sid-tlv { uses ipv6-prefix-sid-tlv; } } case sid-label-tlv-case { uses sid-label-index; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn rangeSubTlv, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getRangeSubTlv
RangeSubTlv getRangeSubTlv()Return rangeSubTlv, ornull
if it is not present.- Returns:
RangeSubTlv
rangeSubTlv, ornull
if it is not present.
-