type property

String? type
getter/setter pair

The specific type of inventory, correlating to its specific details. Possible string values are:

  • "TYPE_UNSPECIFIED" : Invalid. An type must be specified.
  • "INSTALLED_PACKAGE" : This represents a package that is installed on the VM.
  • "AVAILABLE_PACKAGE" : This represents an update that is available for a package.

Implementation

core.String? type;