public sealed class ListInventoriesRequest : IMessage<ListInventoriesRequest>, IEquatable<ListInventoriesRequest>, IDeepCloneable<ListInventoriesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud OS Config v1 API class ListInventoriesRequest.
A request message for listing inventory data for all VMs in the specified location.
Implements
IMessageListInventoriesRequest, IEquatableListInventoriesRequest, IDeepCloneableListInventoriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListInventoriesRequest()
public ListInventoriesRequest()
ListInventoriesRequest(ListInventoriesRequest)
public ListInventoriesRequest(ListInventoriesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListInventoriesRequest |
Properties
Filter
public string Filter { get; set; }
If provided, this field specifies the criteria that must be met by a
Inventory
API resource to be included in the response.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of results to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A pagination token returned from a previous call to
ListInventories
that indicates where this listing
should continue from.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource name.
Format: projects/{project}/locations/{location}/instances/-
For {project}
, either project-number
or project-id
can be provided.
Property Value | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |
View
public InventoryView View { get; set; }
Inventory view indicating what information should be included in the inventory resource. If unspecified, the default view is BASIC.
Property Value | |
---|---|
Type | Description |
InventoryView |