Class NeutronPool

  • All Implemented Interfaces:
    Serializable, ModelEntity, Pool

    public class NeutronPool
    extends Object
    implements Pool
    An IP Address Pool which has a starting network and a ending network which becomes a pool of addresses
    Author:
    Jeremy Unruh
    See Also:
    Serialized Form
    • Constructor Detail

      • NeutronPool

        public NeutronPool()
      • NeutronPool

        public NeutronPool​(String start,
                           String end)