Interface PeDistinguisherLabelsAttribute

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

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

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

     container pe-distinguisher-labels-attribute {
       list pe-distinguisher-label-attribute {
         leaf pe-address {
           type inet:ip-address-no-zone;
         }
         leaf mpls-label {
           type netc:mpls-label;
         }
       }
     }
     
    The schema path to identify an instance is bgp-mvpn/pe-distinguisher-labels-attribute/pe-distinguisher-labels-attribute

    To create instances of this class use PeDistinguisherLabelsAttributeBuilder.

    See Also:
    PeDistinguisherLabelsAttributeBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<PeDistinguisherLabelAttribute> getPeDistinguisherLabelAttribute()
        Returns:
        java.util.List peDistinguisherLabelAttribute, or null if not present
      • nonnullPeDistinguisherLabelAttribute

        default @NonNull List<PeDistinguisherLabelAttribute> nonnullPeDistinguisherLabelAttribute()
        Returns:
        java.util.List peDistinguisherLabelAttribute, or an empty list if it is not present