Interface Ipv6Label

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Label>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6MatchFields>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Ipv6Label
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6MatchFields>, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Label>

    This class represents the following YANG schema fragment defined in module opendaylight-match-types

     container ipv6-label {
       leaf ipv6-flabel {
         type inet:ipv6-flow-label;
       }
       leaf flabel-mask {
         type inet:ipv6-flow-label;
       }
     }
     
    The schema path to identify an instance is opendaylight-match-types/ipv6-match-fields/ipv6-label

    To create instances of this class use Ipv6LabelBuilder.

    See Also:
    Ipv6LabelBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6FlowLabel getIpv6Flabel()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6FlowLabel ipv6Flabel, or null if not present
      • getFlabelMask

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6FlowLabel getFlabelMask()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6FlowLabel flabelMask, or null if not present