The sushy.resources.updateservice.softwareinventory Module¶
- 
class 
sushy.resources.updateservice.softwareinventory.SoftwareInventory(connector, identity, redfish_version=None, registries=None)¶ Bases:
sushy.resources.base.ResourceBase- 
identity= <sushy.resources.base.Field object>¶ The software inventory identity
- 
lowest_supported_version= <sushy.resources.base.Field object>¶ The lowest supported version of the software
- 
manufacturer= <sushy.resources.base.Field object>¶ The manufacturer of the software
- 
name= <sushy.resources.base.Field object>¶ The software inventory name
The ID(s) of the resources associated with the software inventory item
- 
release_date= <sushy.resources.base.Field object>¶ Release date of the software
- 
software_id= <sushy.resources.base.Field object>¶ The identity of the software
- 
status= <sushy.resources.common.StatusField object>¶ The status of the software inventory
- 
uefi_device_paths= <sushy.resources.base.Field object>¶ Represents the UEFI Device Path(s)
- 
updateable= <sushy.resources.base.Field object>¶ Indicates whether this software can be updated by the update service
- 
version= <sushy.resources.base.Field object>¶ The version of the software
- 
 
- 
class 
sushy.resources.updateservice.softwareinventory.SoftwareInventoryCollection(connector, identity, redfish_version=None, registries=None)¶ Bases:
sushy.resources.base.ResourceCollectionBase- 
description= <sushy.resources.base.Field object>¶ The software inventory collection description
- 
name= <sushy.resources.base.Field object>¶ The software inventory collection name
-