Interface LanAutoGenerated

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

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

     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/lan-auto-generated

    To create instances of this class use LanAutoGeneratedBuilder.

    See Also:
    LanAutoGeneratedBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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

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