Uses of Class
com.softlayer.api.service.scale.Asset
-
-
Uses of Asset in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Asset Modifier and Type Field Description protected List<Asset>
Hardware. scaleAssets
Collection of scale assets this hardware corresponds to.Methods in com.softlayer.api.service that return types with arguments of type Asset Modifier and Type Method Description List<Asset>
Hardware. getScaleAssets()
List<Asset>
Hardware.Service. getScaleAssets()
Collection of scale assets this hardware corresponds to.Future<List<Asset>>
Hardware.ServiceAsync. getScaleAssets()
Async version ofHardware.Service.getScaleAssets()
Method parameters in com.softlayer.api.service with type arguments of type Asset Modifier and Type Method Description Future<?>
Hardware.ServiceAsync. getScaleAssets(ResponseHandler<List<Asset>> callback)
Async callback version ofHardware.Service.getScaleAssets()
-
Uses of Asset in com.softlayer.api.service.scale
Methods in com.softlayer.api.service.scale that return Asset Modifier and Type Method Description Asset
Asset.Service. getObject()
Methods in com.softlayer.api.service.scale that return types with arguments of type Asset Modifier and Type Method Description Future<Asset>
Asset.ServiceAsync. getObject()
Async version ofAsset.Service.getObject()
Method parameters in com.softlayer.api.service.scale with type arguments of type Asset Modifier and Type Method Description Future<?>
Asset.ServiceAsync. getObject(ResponseHandler<Asset> callback)
-
Uses of Asset in com.softlayer.api.service.scale.asset
Subclasses of Asset in com.softlayer.api.service.scale.asset Modifier and Type Class Description class
Hardware
A hardware asset is a fixed asset of scale group. -
Uses of Asset in com.softlayer.api.service.scale.asset.virtual
Subclasses of Asset in com.softlayer.api.service.scale.asset.virtual Modifier and Type Class Description class
Guest
A guest asset is a fixed asset of scale group. -
Uses of Asset in com.softlayer.api.service.virtual
Fields in com.softlayer.api.service.virtual with type parameters of type Asset Modifier and Type Field Description protected List<Asset>
Guest. scaleAssets
Collection of scale assets this guest corresponds to.Methods in com.softlayer.api.service.virtual that return types with arguments of type Asset Modifier and Type Method Description List<Asset>
Guest. getScaleAssets()
List<Asset>
Guest.Service. getScaleAssets()
Collection of scale assets this guest corresponds to.Future<List<Asset>>
Guest.ServiceAsync. getScaleAssets()
Async version ofGuest.Service.getScaleAssets()
Method parameters in com.softlayer.api.service.virtual with type arguments of type Asset Modifier and Type Method Description Future<?>
Guest.ServiceAsync. getScaleAssets(ResponseHandler<List<Asset>> callback)
Async callback version ofGuest.Service.getScaleAssets()
-