Uses of Class
com.morpheusdata.model.NetworkFloatingIpPool
Packages that use NetworkFloatingIpPool
-
Uses of NetworkFloatingIpPool in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkFloatingIpPoolModifier and TypeMethodDescriptionFloatingIpProvider.allocateFloatingIp(NetworkServer networkServer, NetworkFloatingIpPool pool) Allocates a floating ip in external system, the result floating ip should contain the external system object id -
Uses of NetworkFloatingIpPool in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkFloatingIpPoolModifier and TypeFieldDescriptionprotected NetworkFloatingIpPoolNetworkFloatingIpPoolRange.floatingIpPoolprotected NetworkFloatingIpPoolNetworkFloatingIp.floatingPoolMethods in com.morpheusdata.model that return NetworkFloatingIpPoolModifier and TypeMethodDescriptionNetworkFloatingIpPoolRange.getFloatingIpPool()NetworkFloatingIp.getFloatingPool()Methods in com.morpheusdata.model with parameters of type NetworkFloatingIpPoolModifier and TypeMethodDescriptionvoidNetworkFloatingIpPoolRange.setFloatingIpPool(NetworkFloatingIpPool floatingIpPool) voidNetworkFloatingIp.setFloatingPool(NetworkFloatingIpPool floatingPool)