Uses of Class
com.softlayer.api.service.hardware.component.remotemanagement.command.Request
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.hardware | |
com.softlayer.api.service.hardware.component.remotemanagement | |
com.softlayer.api.service.network |
-
Uses of Request in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Request Modifier and Type Field Description protected List<Request>
Account. remoteManagementCommandRequests
Remote management command requests for an accountMethods in com.softlayer.api.service that return types with arguments of type Request Modifier and Type Method Description List<Request>
Account. getRemoteManagementCommandRequests()
List<Request>
Account.Service. getRemoteManagementCommandRequests()
Remote management command requests for an accountFuture<List<Request>>
Account.ServiceAsync. getRemoteManagementCommandRequests()
Async version ofAccount.Service.getRemoteManagementCommandRequests()
Method parameters in com.softlayer.api.service with type arguments of type Request Modifier and Type Method Description Future<?>
Account.ServiceAsync. getRemoteManagementCommandRequests(ResponseHandler<List<Request>> callback)
Async callback version ofAccount.Service.getRemoteManagementCommandRequests()
-
Uses of Request in com.softlayer.api.service.hardware
Fields in com.softlayer.api.service.hardware with type parameters of type Request Modifier and Type Field Description protected List<Request>
Server. recentRemoteManagementCommands
The last five commands issued to the server's remote management card.Methods in com.softlayer.api.service.hardware that return types with arguments of type Request Modifier and Type Method Description List<Request>
Server. getRecentRemoteManagementCommands()
List<Request>
Server.Service. getRecentRemoteManagementCommands()
The last five commands issued to the server's remote management card.Future<List<Request>>
Server.ServiceAsync. getRecentRemoteManagementCommands()
Async version ofServer.Service.getRecentRemoteManagementCommands()
Method parameters in com.softlayer.api.service.hardware with type arguments of type Request Modifier and Type Method Description Future<?>
Server.ServiceAsync. getRecentRemoteManagementCommands(ResponseHandler<List<Request>> callback)
Async callback version ofServer.Service.getRecentRemoteManagementCommands()
-
Uses of Request in com.softlayer.api.service.hardware.component.remotemanagement
Fields in com.softlayer.api.service.hardware.component.remotemanagement with type parameters of type Request Modifier and Type Field Description protected List<Request>
Command. requests
All requests issued for the remote management command.Methods in com.softlayer.api.service.hardware.component.remotemanagement that return types with arguments of type Request Modifier and Type Method Description List<Request>
Command. getRequests()
-
Uses of Request in com.softlayer.api.service.network
Fields in com.softlayer.api.service.network declared as Request Modifier and Type Field Description protected Request
Component. activeCommand
Reboot/power (rebootDefault, rebootSoft, rebootHard, powerOn, powerOff and powerCycle) command currently executing by the server's remote management card.protected Request
Component. lastCommand
Last reboot/power (rebootDefault, rebootSoft, rebootHard, powerOn, powerOff and powerCycle) command issued to the server's remote management card.Fields in com.softlayer.api.service.network with type parameters of type Request Modifier and Type Field Description protected List<Request>
Component. recentCommands
The last five reboot/power (rebootDefault, rebootSoft, rebootHard, powerOn, powerOff and powerCycle) commands issued to the server's remote management card.Methods in com.softlayer.api.service.network that return Request Modifier and Type Method Description Request
Component. getActiveCommand()
Request
Component.Service. getActiveCommand()
Reboot/power (rebootDefault, rebootSoft, rebootHard, powerOn, powerOff and powerCycle) command currently executing by the server's remote management card.Request
Component. getLastCommand()
Request
Component.Service. getLastCommand()
Last reboot/power (rebootDefault, rebootSoft, rebootHard, powerOn, powerOff and powerCycle) command issued to the server's remote management card.Methods in com.softlayer.api.service.network that return types with arguments of type Request Modifier and Type Method Description Future<Request>
Component.ServiceAsync. getActiveCommand()
Async version ofComponent.Service.getActiveCommand()
Future<Request>
Component.ServiceAsync. getLastCommand()
Async version ofComponent.Service.getLastCommand()
List<Request>
Component. getRecentCommands()
List<Request>
Component.Service. getRecentCommands()
The last five reboot/power (rebootDefault, rebootSoft, rebootHard, powerOn, powerOff and powerCycle) commands issued to the server's remote management card.Future<List<Request>>
Component.ServiceAsync. getRecentCommands()
Async version ofComponent.Service.getRecentCommands()
Methods in com.softlayer.api.service.network with parameters of type Request Modifier and Type Method Description void
Component. setActiveCommand(Request activeCommand)
void
Component. setLastCommand(Request lastCommand)
Method parameters in com.softlayer.api.service.network with type arguments of type Request Modifier and Type Method Description Future<?>
Component.ServiceAsync. getActiveCommand(ResponseHandler<Request> callback)
Async callback version ofComponent.Service.getActiveCommand()
Future<?>
Component.ServiceAsync. getLastCommand(ResponseHandler<Request> callback)
Async callback version ofComponent.Service.getLastCommand()
Future<?>
Component.ServiceAsync. getRecentCommands(ResponseHandler<List<Request>> callback)
Async callback version ofComponent.Service.getRecentCommands()