Interface LanAutoGeneratedCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LanAutoGeneratedCase>, 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 LanAutoGeneratedCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<LanAutoGeneratedCase>, Esi

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

     case lan-auto-generated-case {
       container lan-auto-generated {
         leaf root-bridge-mac-address {
           type yang:mac-address;
         }
         leaf root-bridge-priority {
           type uint16;
         }
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpn/esi/esi/lan-auto-generated-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable LanAutoGenerated getLanAutoGenerated()
        Type 2 is used in the case of indirectly connected hosts via a bridged LAN between the CEs and the PEs. The ESI Value is auto-generated and determined based on the Layer 2 bridge protocol
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.lan.auto.generated._case.LanAutoGenerated lanAutoGenerated, or null if not present