Uses of Interface
org.openstack4j.model.network.Pool
-
Packages that use Pool Package Description org.openstack4j.model.network org.openstack4j.openstack.networking.domain -
-
Uses of Pool in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return types with arguments of type Pool Modifier and Type Method Description List<? extends Pool>Subnet. getAllocationPools() -
Uses of Pool in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement Pool Modifier and Type Class Description classNeutronPoolAn IP Address Pool which has a starting network and a ending network which becomes a pool of addressesMethods in org.openstack4j.openstack.networking.domain that return types with arguments of type Pool Modifier and Type Method Description List<? extends Pool>NeutronSubnet. getAllocationPools()
-