public sealed class ListInventoriesResponse : IMessage<ListInventoriesResponse>, IEquatable<ListInventoriesResponse>, IDeepCloneable<ListInventoriesResponse>, IBufferMessage, IMessage, IPageResponse<Inventory>, IEnumerable<Inventory>, IEnumerableA response message for listing inventory data for all VMs in a specified location.
Implements
IMessage<ListInventoriesResponse>, IEquatable<ListInventoriesResponse>, IDeepCloneable<ListInventoriesResponse>, IBufferMessage, IMessage, IPageResponse<Inventory>, IEnumerable<Inventory>, 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 |
RepeatedField<Inventory> |
|
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 |
IEnumerator<Inventory> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|