Module: Google::Cloud::OsConfig::V1::Inventory::Item::Type

Defined in:
proto_docs/google/cloud/osconfig/v1/inventory.rb

Overview

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

Constant Summary collapse

TYPE_UNSPECIFIED =

Invalid. An type must be specified.

0
INSTALLED_PACKAGE =

This represents a package that is installed on the VM.

1
AVAILABLE_PACKAGE =

This represents an update that is available for a package.

2