Uses of Class
com.softlayer.api.service.hardware.component.Firmware
Package | Description |
---|---|
com.softlayer.api.service.hardware.component | |
com.softlayer.api.service.hardware.component.firmware |
-
Uses of Firmware in com.softlayer.api.service.hardware.component
Fields in com.softlayer.api.service.hardware.component declared as Firmware Modifier and Type Field Description protected Firmware
Revision. firmware
The Firmware installed on this record's Hardware Component.Fields in com.softlayer.api.service.hardware.component with type parameters of type Firmware Modifier and Type Field Description protected List<Firmware>
Model. firmwares
Methods in com.softlayer.api.service.hardware.component that return Firmware Modifier and Type Method Description Firmware
Revision. getFirmware()
Methods in com.softlayer.api.service.hardware.component that return types with arguments of type Firmware Modifier and Type Method Description List<Firmware>
Model. getFirmwares()
List<Firmware>
Model.Service. getFirmwares()
Future<List<Firmware>>
Model.ServiceAsync. getFirmwares()
Async version ofModel.Service.getFirmwares()
Methods in com.softlayer.api.service.hardware.component with parameters of type Firmware Modifier and Type Method Description void
Revision. setFirmware(Firmware firmware)
Method parameters in com.softlayer.api.service.hardware.component with type arguments of type Firmware Modifier and Type Method Description Future<?>
Model.ServiceAsync. getFirmwares(ResponseHandler<List<Firmware>> callback)
Async callback version ofModel.Service.getFirmwares()
-
Uses of Firmware in com.softlayer.api.service.hardware.component.firmware
Fields in com.softlayer.api.service.hardware.component.firmware declared as Firmware Modifier and Type Field Description protected Firmware
Attribute. firmware
A hardware component firmware attribute's associated [[SoftLayer_Hardware_Component_Firmware|firmware]].Methods in com.softlayer.api.service.hardware.component.firmware that return Firmware Modifier and Type Method Description Firmware
Attribute. getFirmware()
Methods in com.softlayer.api.service.hardware.component.firmware with parameters of type Firmware Modifier and Type Method Description void
Attribute. setFirmware(Firmware firmware)