Class NeutronPool
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.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 Summary
Constructors Constructor Description NeutronPool()NeutronPool(String start, String end)
-