Item(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A single piece of inventory on a VM. .. attribute:: id
Identifier for this item, unique across items for this VM.
:type: str
Attributes | |
---|---|
Name | Description |
origin_type |
google.cloud.osconfig_v1alpha.types.Inventory.Item.OriginType
The origin of this inventory item. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
When this inventory item was first detected. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
When this inventory item was last modified. |
type_ |
google.cloud.osconfig_v1alpha.types.Inventory.Item.Type
The specific type of inventory, correlating to its specific details. |
installed_package |
google.cloud.osconfig_v1alpha.types.Inventory.SoftwarePackage
Software package present on the VM instance. |
available_package |
google.cloud.osconfig_v1alpha.types.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.