Interface MorpheusSynchronousNetworkFloatingIpService
- All Superinterfaces:
MorpheusSynchronousDataService<NetworkFloatingIp,
,NetworkFloatingIpIdentityProjection> MorpheusSynchronousIdentityService<NetworkFloatingIpIdentityProjection>
public interface MorpheusSynchronousNetworkFloatingIpService
extends MorpheusSynchronousDataService<NetworkFloatingIp,NetworkFloatingIpIdentityProjection>, MorpheusSynchronousIdentityService<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.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
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.
-