Uses of Class
com.softlayer.api.service.hardware.component.Model
-
Uses of Model in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Model Modifier and Type Field Description protected List<Model>
Hardware. nvRamComponentModels
Methods in com.softlayer.api.service that return types with arguments of type Model Modifier and Type Method Description List<Model>
Hardware. getNvRamComponentModels()
List<Model>
Hardware.Service. getNvRamComponentModels()
Future<List<Model>>
Hardware.ServiceAsync. getNvRamComponentModels()
Async version ofHardware.Service.getNvRamComponentModels()
Method parameters in com.softlayer.api.service with type arguments of type Model Modifier and Type Method Description Future<?>
Hardware.ServiceAsync. getNvRamComponentModels(ResponseHandler<List<Model>> callback)
Async callback version ofHardware.Service.getNvRamComponentModels()
-
Uses of Model in com.softlayer.api.service.configuration.storage.group.array
Fields in com.softlayer.api.service.configuration.storage.group.array with type parameters of type Model Modifier and Type Field Description protected List<Model>
Type. hardwareComponentModels
Methods in com.softlayer.api.service.configuration.storage.group.array that return types with arguments of type Model Modifier and Type Method Description List<Model>
Type. getHardwareComponentModels()
List<Model>
Type.Service. getHardwareComponentModels()
Future<List<Model>>
Type.ServiceAsync. getHardwareComponentModels()
Async version ofType.Service.getHardwareComponentModels()
Method parameters in com.softlayer.api.service.configuration.storage.group.array with type arguments of type Model Modifier and Type Method Description Future<?>
Type.ServiceAsync. getHardwareComponentModels(ResponseHandler<List<Model>> callback)
Async callback version ofType.Service.getHardwareComponentModels()
-
Uses of Model in com.softlayer.api.service.hardware
Fields in com.softlayer.api.service.hardware declared as Model Modifier and Type Field Description protected Model
Component. hardwareComponentModel
The general group of component models.Methods in com.softlayer.api.service.hardware that return Model Modifier and Type Method Description Model
Component. getHardwareComponentModel()
Methods in com.softlayer.api.service.hardware with parameters of type Model Modifier and Type Method Description void
Component. setHardwareComponentModel(Model hardwareComponentModel)
-
Uses of Model in com.softlayer.api.service.hardware.component
Fields in com.softlayer.api.service.hardware.component declared as Model Modifier and Type Field Description protected Model
Firmware. hardwareComponentModel
The Hardware Component Model this Firmware applies to.Fields in com.softlayer.api.service.hardware.component with type parameters of type Model Modifier and Type Field Description protected List<Model>
Model. compatibleChildComponentModels
All the component models that are compatible with a hardware component model.protected List<Model>
Model. compatibleParentComponentModels
All the component models that a hardware component model is compatible with.Methods in com.softlayer.api.service.hardware.component that return Model Modifier and Type Method Description Model
Firmware. getHardwareComponentModel()
Model
Model.Service. getObject()
getObject retrieves the SoftLayer_Hardware_Component_Model object.Methods in com.softlayer.api.service.hardware.component that return types with arguments of type Model Modifier and Type Method Description List<Model>
Model. getCompatibleChildComponentModels()
List<Model>
Model.Service. getCompatibleChildComponentModels()
All the component models that are compatible with a hardware component model.Future<List<Model>>
Model.ServiceAsync. getCompatibleChildComponentModels()
Async version ofModel.Service.getCompatibleChildComponentModels()
List<Model>
Model. getCompatibleParentComponentModels()
List<Model>
Model.Service. getCompatibleParentComponentModels()
All the component models that a hardware component model is compatible with.Future<List<Model>>
Model.ServiceAsync. getCompatibleParentComponentModels()
Async version ofModel.Service.getCompatibleParentComponentModels()
Future<Model>
Model.ServiceAsync. getObject()
Async version ofModel.Service.getObject()
Methods in com.softlayer.api.service.hardware.component with parameters of type Model Modifier and Type Method Description void
Firmware. setHardwareComponentModel(Model hardwareComponentModel)
Method parameters in com.softlayer.api.service.hardware.component with type arguments of type Model Modifier and Type Method Description Future<?>
Model.ServiceAsync. getCompatibleChildComponentModels(ResponseHandler<List<Model>> callback)
Async callback version ofModel.Service.getCompatibleChildComponentModels()
Future<?>
Model.ServiceAsync. getCompatibleParentComponentModels(ResponseHandler<List<Model>> callback)
Async callback version ofModel.Service.getCompatibleParentComponentModels()
Future<?>
Model.ServiceAsync. getObject(ResponseHandler<Model> callback)
-
Uses of Model in com.softlayer.api.service.hardware.component.model
Fields in com.softlayer.api.service.hardware.component.model declared as Model Modifier and Type Field Description protected Model
Attribute. hardwareComponent
Fields in com.softlayer.api.service.hardware.component.model with type parameters of type Model Modifier and Type Field Description protected List<Model>
Generic. hardwareComponentModels
A generic component model's hardware component model.Methods in com.softlayer.api.service.hardware.component.model that return Model Modifier and Type Method Description Model
Attribute. getHardwareComponent()
Methods in com.softlayer.api.service.hardware.component.model that return types with arguments of type Model Modifier and Type Method Description List<Model>
Generic. getHardwareComponentModels()
Methods in com.softlayer.api.service.hardware.component.model with parameters of type Model Modifier and Type Method Description void
Attribute. setHardwareComponent(Model hardwareComponent)
-
Uses of Model in com.softlayer.api.service.hardware.component.motherboard.reboot
Fields in com.softlayer.api.service.hardware.component.motherboard.reboot declared as Model Modifier and Type Field Description protected Model
Time. hardwareComponentModel
Motherboard's specifications (manufacturer, version, etc....)Methods in com.softlayer.api.service.hardware.component.motherboard.reboot that return Model Modifier and Type Method Description Model
Time. getHardwareComponentModel()
Methods in com.softlayer.api.service.hardware.component.motherboard.reboot with parameters of type Model Modifier and Type Method Description void
Time. setHardwareComponentModel(Model hardwareComponentModel)
-
Uses of Model in com.softlayer.api.service.virtual.host
Fields in com.softlayer.api.service.virtual.host declared as Model Modifier and Type Field Description protected Model
PciDevice. hardwareComponentModel
Methods in com.softlayer.api.service.virtual.host that return Model Modifier and Type Method Description Model
PciDevice. getHardwareComponentModel()
Methods in com.softlayer.api.service.virtual.host with parameters of type Model Modifier and Type Method Description void
PciDevice. setHardwareComponentModel(Model hardwareComponentModel)