Class Processor
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.Component
com.softlayer.api.service.hardware.component.Processor
@ApiType("SoftLayer_Hardware_Component_Processor") public class Processor extends Component
The SoftLayer_Hardware_Component_Processor data type abstracts information related to a processor.
- See Also:
- SoftLayer_Hardware_Component_Processor
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Processor.Mask
-
Field Summary
Fields inherited from class com.softlayer.api.service.hardware.Component
capacity, children, childrenCount, componentRevision, downlinkHardwareComponentCount, downlinkHardwareComponents, hardware, hardwareComponentModel, hardwareComponentModelId, hardwareComponentModelIdSpecified, hardwareComponentType, hardwareId, hardwareIdSpecified, id, idSpecified, isChildModule, logicalVolumeStorageGroupCount, logicalVolumeStorageGroups, m2SataSlotCapacity, modifyDate, modifyDateSpecified, moduleComponentCount, moduleComponents, moduleCount, moduleHardwareComponentCount, moduleHardwareComponents, moduleNetworkComponentCount, moduleNetworkComponents, modules, name, nameSpecified, networkComponentCount, networkComponents, owner, parent, parentModule, prefixAttribute, raidMode, revision, serialNumber, serialNumberSpecified, serviceProvider, serviceProviderId, serviceProviderIdSpecified, uplinkHardwareComponentCount, uplinkHardwareComponents
-
Constructor Summary
Constructors Constructor Description Processor()
-
Method Summary
Methods inherited from class com.softlayer.api.service.hardware.Component
getCapacity, getChildren, getChildrenCount, getComponentRevision, getDownlinkHardwareComponentCount, getDownlinkHardwareComponents, getHardware, getHardwareComponentModel, getHardwareComponentModelId, getHardwareComponentType, getHardwareId, getId, getIsChildModule, getLogicalVolumeStorageGroupCount, getLogicalVolumeStorageGroups, getM2SataSlotCapacity, getModifyDate, getModuleComponentCount, getModuleComponents, getModuleCount, getModuleHardwareComponentCount, getModuleHardwareComponents, getModuleNetworkComponentCount, getModuleNetworkComponents, getModules, getName, getNetworkComponentCount, getNetworkComponents, getOwner, getParent, getParentModule, getPrefixAttribute, getRaidMode, getRevision, getSerialNumber, getServiceProvider, getServiceProviderId, getUplinkHardwareComponentCount, getUplinkHardwareComponents, isHardwareComponentModelIdSpecified, isHardwareIdSpecified, isIdSpecified, isModifyDateSpecified, isNameSpecified, isSerialNumberSpecified, isServiceProviderIdSpecified, setCapacity, setChildrenCount, setComponentRevision, setDownlinkHardwareComponentCount, setHardware, setHardwareComponentModel, setHardwareComponentModelId, setHardwareComponentType, setHardwareId, setId, setIsChildModule, setLogicalVolumeStorageGroupCount, setM2SataSlotCapacity, setModifyDate, setModuleComponentCount, setModuleCount, setModuleHardwareComponentCount, setModuleNetworkComponentCount, setName, setNetworkComponentCount, setOwner, setParent, setParentModule, setPrefixAttribute, setRaidMode, setRevision, setSerialNumber, setServiceProvider, setServiceProviderId, setUplinkHardwareComponentCount, unsetHardwareComponentModelId, unsetHardwareId, unsetId, unsetModifyDate, unsetName, unsetSerialNumber, unsetServiceProviderId
-
Constructor Details
-
Processor
public Processor()
-