Interface MorpheusSynchronousCloudPoolService
- All Superinterfaces:
MorpheusSynchronousDataService<CloudPool,
,CloudPoolIdentity> MorpheusSynchronousIdentityService<CloudPoolIdentity>
public interface MorpheusSynchronousCloudPoolService
extends MorpheusSynchronousDataService<CloudPool,CloudPoolIdentity>, MorpheusSynchronousIdentityService<CloudPoolIdentity>
-
Method Summary
Methods 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
-
get
Returns a pool from a pool ID string (usually starts with pool- or poolGroup-) obtained from user inputs. In the case of a pool group ID a pool will be selected based on the group's selection mode- Parameters:
poolId
-accountId
-siteId
-zoneId
-- Returns:
- a cloud pool or null
-