ListInventoriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request message for listing inventory data for all VMs in the specified location.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource name. Format: projects/{project}/locations/{location}/instances/-
For {project} , either project-number or
project-id can be provided.
|
view |
google.cloud.osconfig_v1alpha.types.InventoryView
Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC. |
page_size |
int
The maximum number of results to return. |
page_token |
str
A pagination token returned from a previous call to ListInventories that indicates where this listing should
continue from.
|
filter |
str
If provided, this field specifies the criteria that must be met by a Inventory API resource to be included in the
response.
|