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

public sealed class ListInventoriesResponse : IMessage<ListInventoriesResponse>, IEquatable<ListInventoriesResponse>, IDeepCloneable<ListInventoriesResponse>, IBufferMessage, IMessage, IPageResponse<Inventory>, IEnumerable<Inventory>, IEnumerable

Reference documentation and code samples for the Google Cloud OS Config v1 API class ListInventoriesResponse.

A response message for listing inventory data for all VMs in a specified location.

Inheritance

object > ListInventoriesResponse

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ListInventoriesResponse()

public ListInventoriesResponse()

ListInventoriesResponse(ListInventoriesResponse)

public ListInventoriesResponse(ListInventoriesResponse other)
Parameter
NameDescription
otherListInventoriesResponse

Properties

Inventories

public RepeatedField<Inventory> Inventories { get; }

List of inventory objects.

Property Value
TypeDescription
RepeatedFieldInventory

NextPageToken

public string NextPageToken { get; set; }

The pagination token to retrieve the next page of inventory objects.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Inventory> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorInventory