Uses of Class
com.softlayer.api.service.hardware.component.Revision
Package | Description |
---|---|
com.softlayer.api.service.hardware | |
com.softlayer.api.service.hardware.component |
-
Uses of Revision in com.softlayer.api.service.hardware
Fields in com.softlayer.api.service.hardware declared as Revision Modifier and Type Field Description protected Revision
Component. revision
The component revision designation.Methods in com.softlayer.api.service.hardware that return Revision Modifier and Type Method Description Revision
Component. getRevision()
Methods in com.softlayer.api.service.hardware with parameters of type Revision Modifier and Type Method Description void
Component. setRevision(Revision revision)
-
Uses of Revision in com.softlayer.api.service.hardware.component
Fields in com.softlayer.api.service.hardware.component with type parameters of type Revision Modifier and Type Field Description protected List<Revision>
Firmware. revisions
All revisions of this firmware.Methods in com.softlayer.api.service.hardware.component that return types with arguments of type Revision Modifier and Type Method Description List<Revision>
Firmware. getRevisions()