Package com.morpheusdata.core.network
Interface MorpheusNetworkFloatingIpService
- All Superinterfaces:
MorpheusDataQueryService<NetworkFloatingIp>
,MorpheusDataService<NetworkFloatingIp,
,NetworkFloatingIpIdentityProjection> MorpheusIdentityService<NetworkFloatingIpIdentityProjection>
public interface MorpheusNetworkFloatingIpService
extends MorpheusDataService<NetworkFloatingIp,NetworkFloatingIpIdentityProjection>, MorpheusIdentityService<NetworkFloatingIpIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptiongetPool()
Returns the Network Floating IP Pool Context used for performing updates or queries onNetworkFloatingIp
related assets within MorpheusMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
Methods inherited from interface com.morpheusdata.core.MorpheusIdentityService
getIdentityProperties, listIdentityProjections
-
Method Details
-
getPool
MorpheusNetworkFloatingIpPoolService getPool()Returns the Network Floating IP Pool Context used for performing updates or queries onNetworkFloatingIp
related assets within Morpheus- Returns:
- the Network Floating IP Pool Context to use for calls by various floating ip providers.
-