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.
Implements
IMessageListInventoriesResponse, IEquatableListInventoriesResponse, IDeepCloneableListInventoriesResponse, IBufferMessage, IMessage, IPageResponseInventory, IEnumerableInventory, IEnumerableNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
ListInventoriesResponse()
public ListInventoriesResponse()
ListInventoriesResponse(ListInventoriesResponse)
public ListInventoriesResponse(ListInventoriesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInventoriesResponse |
Properties
Inventories
public RepeatedField<Inventory> Inventories { get; }
List of inventory objects.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInventory |
NextPageToken
public string NextPageToken { get; set; }
The pagination token to retrieve the next page of inventory objects.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Inventory> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInventory |