Interface Locator.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Locator
@ApiService("SoftLayer_Hardware_Component_Locator") public static interface Locator.Service extends Service
SoftLayer public API to determine the availability of generic hardware component models at data centers- See Also:
- SoftLayer_Hardware_Component_Locator
-
-
Method Summary
Modifier and Type Method Description Locator.ServiceAsyncasAsync()Get an async version of this serviceList<Result>getGenericComponentModelAvailability(List<Long> genericComponentModelIds)List<Result>getPackageItemsAvailability(Long packageId)List<Result>getServerPackageAvailability()voidsetMask(Locator.Mask mask)Locator.MaskwithMask()Use the existing mask on this service or create it if not presentLocator.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Locator.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Locator.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Locator.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Locator.Mask mask)
-
getGenericComponentModelAvailability
@ApiMethod List<Result> getGenericComponentModelAvailability(List<Long> genericComponentModelIds)
-
getPackageItemsAvailability
@ApiMethod List<Result> getPackageItemsAvailability(Long packageId)
-
getServerPackageAvailability
@ApiMethod List<Result> getServerPackageAvailability()
-
-