Google Cloud OS Config v1 API - Class ListInventoriesRequest (2.3.0)

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.

Inheritance

object > ListInventoriesRequest

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListInventoriesRequest()

public ListInventoriesRequest()

ListInventoriesRequest(ListInventoriesRequest)

public ListInventoriesRequest(ListInventoriesRequest other)
Parameter
NameDescription
otherListInventoriesRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of results to return.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
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
TypeDescription
InventoryView