Interface Ipv6PrefixSidTlvCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6PrefixSidTlvCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<RangeSubTlvs>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RangeSubTlv

    public interface Ipv6PrefixSidTlvCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6PrefixSidTlvCase>, RangeSubTlv

    This class represents the following YANG schema fragment defined in module bgp-segment-routing

     case ipv6-prefix-sid-tlv-case {
       container ipv6-prefix-sid-tlv {
         uses ipv6-prefix-sid-tlv;
       }
     }
     
    The schema path to identify an instance is bgp-segment-routing/range-sub-tlvs/range-sub-tlv/ipv6-prefix-sid-tlv-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Ipv6PrefixSidTlvCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIpv6PrefixSidTlv

        @Nullable Ipv6PrefixSidTlv getIpv6PrefixSidTlv()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120.range.sub.tlvs.range.sub.tlv.ipv6.prefix.sid.tlv._case.Ipv6PrefixSidTlv ipv6PrefixSidTlv, or null if not present