Reference documentation and code samples for the Google Cloud OsConfig V1 Client class OriginType.
The origin of a specific inventory item.
Protobuf type google.cloud.osconfig.v1.Inventory.Item.OriginType
Namespace
Google \ Cloud \ OsConfig \ V1 \ Inventory \ ItemMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ORIGIN_TYPE_UNSPECIFIED
Value: 0
Invalid. An origin type must be specified.
Generated from protobuf enum ORIGIN_TYPE_UNSPECIFIED = 0;
INVENTORY_REPORT
Value: 1
This inventory item was discovered as the result of the agent reporting inventory via the reporting API.
Generated from protobuf enum INVENTORY_REPORT = 1;