Interface PeDistinguisherLabelAttribute

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PeDistinguisherLabelAttribute>, 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 PeDistinguisherLabelAttribute
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PeDistinguisherLabelsAttribute>, org.opendaylight.yangtools.yang.binding.Augmentable<PeDistinguisherLabelAttribute>

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

     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/pe-distinguisher-label-attribute

    To create instances of this class use PeDistinguisherLabelAttributeBuilder.

    See Also:
    PeDistinguisherLabelAttributeBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getPeAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone peAddress, or null if not present
      • getMplsLabel

        @Nullable MplsLabel getMplsLabel()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.MplsLabel mplsLabel, or null if not present