Uses of Class
com.softlayer.api.service.software.component.ControlPanel
| Package | Description |
|---|---|
| com.softlayer.api.service.hardware |
-
Uses of ControlPanel in com.softlayer.api.service.hardware
Fields in com.softlayer.api.service.hardware declared as ControlPanel Modifier and Type Field Description protected ControlPanelServer. controlPanelA server's control panel.Methods in com.softlayer.api.service.hardware that return ControlPanel Modifier and Type Method Description ControlPanelServer. getControlPanel()ControlPanelServer.Service. getControlPanel()A server's control panel.Methods in com.softlayer.api.service.hardware that return types with arguments of type ControlPanel Modifier and Type Method Description Future<ControlPanel>Server.ServiceAsync. getControlPanel()Async version ofServer.Service.getControlPanel()Methods in com.softlayer.api.service.hardware with parameters of type ControlPanel Modifier and Type Method Description voidServer. setControlPanel(ControlPanel controlPanel)Method parameters in com.softlayer.api.service.hardware with type arguments of type ControlPanel Modifier and Type Method Description Future<?>Server.ServiceAsync. getControlPanel(ResponseHandler<ControlPanel> callback)Async callback version ofServer.Service.getControlPanel()