-
Methods in com.softlayer.api.service.hardware that return types with arguments of type Request
Modifier and Type |
Method |
Description |
List<Request> |
Server.Service.massFirmwareReflash(List<Long> hardwareIds,
Boolean ipmi,
Boolean raidController,
Boolean bios) |
You can launch firmware reflashes by selecting from your server list.
|
Future<List<Request>> |
Server.ServiceAsync.massFirmwareReflash(List<Long> hardwareIds,
Boolean ipmi,
Boolean raidController,
Boolean bios) |
|
List<Request> |
Server.Service.massFirmwareUpdate(List<Long> hardwareIds,
Boolean ipmi,
Boolean raidController,
Boolean bios,
Boolean harddrive) |
You can launch firmware updates by selecting from your server list.
|
Future<List<Request>> |
Server.ServiceAsync.massFirmwareUpdate(List<Long> hardwareIds,
Boolean ipmi,
Boolean raidController,
Boolean bios,
Boolean harddrive) |
|
List<Request> |
Server.Service.massHyperThreadingUpdate(List<Long> hardwareIds,
Boolean disableHyperthreading) |
You can launch hyper-threading update by selecting from your server list.
|
Future<List<Request>> |
Server.ServiceAsync.massHyperThreadingUpdate(List<Long> hardwareIds,
Boolean disableHyperthreading) |
|
List<Request> |
Server.Service.massSparePool(List<String> hardwareIds,
String action,
Boolean newOrder) |
The ability to place multiple bare metal servers in a state where they are powered down and ports closed yet still allocated to the customer as a part of the Spare Pool program.
|
Future<List<Request>> |
Server.ServiceAsync.massSparePool(List<String> hardwareIds,
String action,
Boolean newOrder) |
|
Method parameters in com.softlayer.api.service.hardware with type arguments of type Request
Modifier and Type |
Method |
Description |
Future<?> |
Server.ServiceAsync.massFirmwareReflash(List<Long> hardwareIds,
Boolean ipmi,
Boolean raidController,
Boolean bios,
ResponseHandler<List<Request>> callback) |
|
Future<?> |
Server.ServiceAsync.massFirmwareUpdate(List<Long> hardwareIds,
Boolean ipmi,
Boolean raidController,
Boolean bios,
Boolean harddrive,
ResponseHandler<List<Request>> callback) |
|
Future<?> |
Server.ServiceAsync.massHyperThreadingUpdate(List<Long> hardwareIds,
Boolean disableHyperthreading,
ResponseHandler<List<Request>> callback) |
|
Future<?> |
Server.ServiceAsync.massSparePool(List<String> hardwareIds,
String action,
Boolean newOrder,
ResponseHandler<List<Request>> callback) |
|