Interface MacPool

  • All Superinterfaces:
    Identified
    All Known Implementing Classes:
    MacPoolContainer

    public interface MacPool
    extends Identified
    Represents a MAC address pool. Example of an XML representation of a MAC address pool: [source,xml] ---- Default Default MAC pool false true 00:1A:4A:16:01:51 00:1A:4A:16:01:E6 ----
    • Method Detail

      • allowDuplicates

        boolean allowDuplicates()
      • allowDuplicatesPresent

        boolean allowDuplicatesPresent()
      • defaultPool

        boolean defaultPool()
      • defaultPoolPresent

        boolean defaultPoolPresent()
      • rangesPresent

        boolean rangesPresent()
      • permissionsPresent

        boolean permissionsPresent()