Enum Inventory.Item.Type (2.4.0)

public enum Inventory.Item.Type extends Enum<Inventory.Item.Type> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.osconfig.v1alpha.Inventory.Item.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVAILABLE_PACKAGE

This represents an update that is available for a package.

AVAILABLE_PACKAGE = 2;

AVAILABLE_PACKAGE_VALUE

This represents an update that is available for a package.

AVAILABLE_PACKAGE = 2;

INSTALLED_PACKAGE

This represents a package that is installed on the VM.

INSTALLED_PACKAGE = 1;

INSTALLED_PACKAGE_VALUE

This represents a package that is installed on the VM.

INSTALLED_PACKAGE = 1;

TYPE_UNSPECIFIED

Invalid. An type must be specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Invalid. An type must be specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()