Uses of Class
org.opendaylight.neutron.spi.NeutronSubnetIpAllocationPool
-
Packages that use NeutronSubnetIpAllocationPool Package Description org.opendaylight.neutron.spi -
-
Uses of NeutronSubnetIpAllocationPool in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi that return types with arguments of type NeutronSubnetIpAllocationPool Modifier and Type Method Description List<NeutronSubnetIpAllocationPool>
NeutronSubnet. getAllocationPools()
List<NeutronSubnetIpAllocationPool>
NeutronSubnetIpAllocationPool. splitPool(String ipAddress)
List<NeutronSubnetIpAllocationPool>
NeutronSubnetIpAllocationPool. splitPoolV6(String ipAddress)
Method parameters in org.opendaylight.neutron.spi with type arguments of type NeutronSubnetIpAllocationPool Modifier and Type Method Description void
NeutronSubnet. setAllocationPools(List<NeutronSubnetIpAllocationPool> allocationPools)
-