Interface Model.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Model
@ApiService("SoftLayer_Hardware_Component_Model") public static interface Model.Service extends Service
Every hardware component is associated with a model. A hardware component model defines the type of hardware component to which it is associated. The '''SoftLayer_Hardware_Component_Model''' class provides detailed information regarding the hardware component.
- See Also:
- SoftLayer_Hardware_Component_Model
-
Method Summary
Modifier and Type Method Description Model.ServiceAsyncasAsync()Get an async version of this serviceTypegetArchitectureType()List<Attribute>getAttributes()List<Type>getCompatibleArrayTypes()List<Model>getCompatibleChildComponentModels()All the component models that are compatible with a hardware component model.List<Model>getCompatibleParentComponentModels()All the component models that a hardware component model is compatible with.LonggetFirmwareQuantity()List<Firmware>getFirmwares()List<Component>getHardwareComponents()A hardware component model's physical components in inventory.GenericgetHardwareGenericComponentModel()The non-vendor specific generic component model for a hardware component model.AttributegetInfinibandCompatibleAttribute()BooleangetIsFlexSkuCompatible()BooleangetIsInfinibandCompatible()ModelgetObject()getObject retrieves the SoftLayer_Hardware_Component_Model object.TimegetRebootTime()A motherboard's average reboot time.StringgetType()A hardware component model's type.List<Type>getValidAttributeTypes()The types of attributes that are allowed for a given hardware component model.voidsetMask(Model.Mask mask)Model.MaskwithMask()Use the existing mask on this service or create it if not presentModel.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
asAsync
Model.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
withNewMask
Model.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Model.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getObject
getObject retrieves the SoftLayer_Hardware_Component_Model object. -
getArchitectureType
-
getAttributes
-
getCompatibleArrayTypes
-
getCompatibleChildComponentModels
All the component models that are compatible with a hardware component model. -
getCompatibleParentComponentModels
All the component models that a hardware component model is compatible with. -
getFirmwareQuantity
-
getFirmwares
-
getHardwareComponents
A hardware component model's physical components in inventory. -
getHardwareGenericComponentModel
The non-vendor specific generic component model for a hardware component model. -
getInfinibandCompatibleAttribute
-
getIsFlexSkuCompatible
-
getIsInfinibandCompatible
-
getRebootTime
A motherboard's average reboot time. -
getType
A hardware component model's type. -
getValidAttributeTypes
The types of attributes that are allowed for a given hardware component model.
-