Interface Pool

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    NeutronPool

    public interface Pool
    extends ModelEntity
    An IP Address Pool which has a starting network and a ending network which becomes a pool of addresses
    Author:
    Jeremy Unruh
    • Method Detail

      • getStart

        String getStart()
        Returns:
        the starting IP
      • getEnd

        String getEnd()
        Returns:
        the ending IP