Class SecurityDevice
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.Component
com.softlayer.api.service.hardware.component.SecurityDevice
- Direct Known Subclasses:
Infineon
@ApiType("SoftLayer_Hardware_Component_SecurityDevice") public class SecurityDevice extends Component
The SoftLayer_Hardware_Component_SecurityDevice is used to determine the security devices attached to the hardware component.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecurityDevice.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 SecurityDevice()
-
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
-
SecurityDevice
public SecurityDevice()
-