Class ListInventoriesResponse (1.7.0)

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

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
RepeatedField<Inventory>

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
IEnumerator<Inventory>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator