Interface MacAutoGeneratedCase

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

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

     case mac-auto-generated-case {
       container mac-auto-generated {
         leaf system-mac-address {
           type yang:mac-address;
         }
         leaf local-discriminator {
           type uint24:uint24;
         }
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpn/esi/esi/mac-auto-generated-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable MacAutoGenerated getMacAutoGenerated()
        Type 3 indicates a MAC-based ESI Value that can be auto-generated or configured by the operator.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.esi.esi.mac.auto.generated._case.MacAutoGenerated macAutoGenerated, or null if not present