Interface MorpheusSynchronousNetworkPoolService
- All Superinterfaces:
 MorpheusSynchronousDataService<NetworkPool,,NetworkPoolIdentityProjection> MorpheusSynchronousIdentityService<NetworkPoolIdentityProjection>
public interface MorpheusSynchronousNetworkPoolService
extends MorpheusSynchronousDataService<NetworkPool,NetworkPoolIdentityProjection>, MorpheusSynchronousIdentityService<NetworkPoolIdentityProjection> 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the Pool IP Context for dealing with managing IP Allocations regarding Host Records within aNetworkPoolReturns the Pool Range ContextMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, searchMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections 
- 
Method Details
- 
getPoolIp
MorpheusSynchronousNetworkPoolIpService getPoolIp()Returns the Pool IP Context for dealing with managing IP Allocations regarding Host Records within aNetworkPool- Returns:
 - the Pool IP Context to use for performing IPAM operations within Morpheus.
 
 - 
getPoolRange
MorpheusSynchronousNetworkPoolRangeService getPoolRange()Returns the Pool Range Context- Returns:
 - the Pool Range Context to use for listing 
NetworkPoolIpon a range 
 
 -