Interface LacpAutoGenerated

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

    public interface LacpAutoGenerated
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Esi>, org.opendaylight.yangtools.yang.binding.Augmentable<LacpAutoGenerated>
    When IEEE 802.1AX LACP is used between the PEs and CEs, ESI type 1 indicates an auto-generated ESI value determined from LACP

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

     container lacp-auto-generated {
       leaf ce-lacp-mac-address {
         type yang:mac-address;
       }
       leaf ce-lacp-port-key {
         type uint16;
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpn/esi/esi/lacp-auto-generated-case/lacp-auto-generated

    To create instances of this class use LacpAutoGeneratedBuilder.

    See Also:
    LacpAutoGeneratedBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getCeLacpMacAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress ceLacpMacAddress, or null if not present
      • getCeLacpPortKey

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getCeLacpPortKey()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 ceLacpPortKey, or null if not present