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
All Methods Instance Methods Abstract Methods 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 it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
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
void setMask(Model.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Model getObject()
getObject retrieves the SoftLayer_Hardware_Component_Model object.
-
getArchitectureType
@ApiMethod(instanceRequired=true) Type getArchitectureType()
-
getAttributes
@ApiMethod(instanceRequired=true) List<Attribute> getAttributes()
-
getCompatibleArrayTypes
@ApiMethod(instanceRequired=true) List<Type> getCompatibleArrayTypes()
-
getCompatibleChildComponentModels
@ApiMethod(instanceRequired=true) List<Model> getCompatibleChildComponentModels()
All the component models that are compatible with a hardware component model.
-
getCompatibleParentComponentModels
@ApiMethod(instanceRequired=true) List<Model> getCompatibleParentComponentModels()
All the component models that a hardware component model is compatible with.
-
getFirmwareQuantity
@ApiMethod(instanceRequired=true) Long getFirmwareQuantity()
-
getFirmwares
@ApiMethod(instanceRequired=true) List<Firmware> getFirmwares()
-
getHardwareComponents
@ApiMethod(instanceRequired=true) List<Component> getHardwareComponents()
A hardware component model's physical components in inventory.
-
getHardwareGenericComponentModel
@ApiMethod(instanceRequired=true) Generic getHardwareGenericComponentModel()
The non-vendor specific generic component model for a hardware component model.
-
getInfinibandCompatibleAttribute
@ApiMethod(instanceRequired=true) Attribute getInfinibandCompatibleAttribute()
-
getIsFlexSkuCompatible
@ApiMethod(instanceRequired=true) Boolean getIsFlexSkuCompatible()
-
getIsInfinibandCompatible
@ApiMethod(instanceRequired=true) Boolean getIsInfinibandCompatible()
-
getRebootTime
@ApiMethod(instanceRequired=true) Time getRebootTime()
A motherboard's average reboot time.
-
getType
@ApiMethod(instanceRequired=true) String getType()
A hardware component model's type.
-
getValidAttributeTypes
@ApiMethod(instanceRequired=true) List<Type> getValidAttributeTypes()
The types of attributes that are allowed for a given hardware component model.
-
-