Google Cloud OsConfig V1 Client - Class Type (1.0.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class Type.

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

Protobuf type google.cloud.osconfig.v1.Inventory.Item.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Invalid. An type must be specified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

INSTALLED_PACKAGE

Value: 1

This represents a package that is installed on the VM.

Generated from protobuf enum INSTALLED_PACKAGE = 1;

AVAILABLE_PACKAGE

Value: 2

This represents an update that is available for a package.

Generated from protobuf enum AVAILABLE_PACKAGE = 2;