Interface LacpAutoGeneratedCase

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

    public interface LacpAutoGeneratedCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<LacpAutoGeneratedCase>, Esi

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

     case lacp-auto-generated-case {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable LacpAutoGenerated getLacpAutoGenerated()
        When IEEE 802.1AX LACP is used between the PEs and CEs, ESI type 1 indicates an auto-generated ESI value determined from LACP
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lacp.auto.generated._case.LacpAutoGenerated lacpAutoGenerated, or null if not present