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) |
|