Google Cloud OsConfig V1 Client - Class Type (1.3.4)

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

Namespace

Google \ Cloud \ OsConfig \ V1 \ Inventory \ Item

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;