Class Item (1.0.0)

Item(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single piece of inventory on a VM.

Attributes

NameDescription
id str
Identifier for this item, unique across items for this VM.
origin_type .inventory.Inventory.Item.OriginType
The origin of this inventory item.
create_time .timestamp.Timestamp
When this inventory item was first detected.
update_time .timestamp.Timestamp
When this inventory item was last modified.
type_ .inventory.Inventory.Item.Type
The specific type of inventory, correlating to its specific details.
installed_package .inventory.Inventory.SoftwarePackage
Software package present on the VM instance.
available_package .inventory.Inventory.SoftwarePackage
Software package available to be installed on the VM instance.

Classes

OriginType

OriginType(value)

The origin of a specific inventory item.

Type

Type(value)

The different types of inventory that are tracked on a VM.