Reference documentation and code samples for the Google Cloud OsConfig V1 Client class InventoryView.
The view for inventory objects.
Protobuf type google.cloud.osconfig.v1.InventoryView
Namespace
Google \ Cloud \ OsConfig \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
INVENTORY_VIEW_UNSPECIFIED
Value: 0
The default value.
The API defaults to the BASIC view.
Generated from protobuf enum INVENTORY_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1
Returns the basic inventory information that includes os_info
.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2
Returns all fields.
Generated from protobuf enum FULL = 2;