Google Cloud OS Config v1alpha API - Class ListInventoriesResponse (2.0.0-alpha03)

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 v1alpha API class ListInventoriesResponse.

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

Inheritance

object > ListInventoriesResponse

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.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