public sealed class ListStoragePoolsResponse : IPageResponse<StoragePool>, IEnumerable<StoragePool>, IEnumerable, IMessage<ListStoragePoolsResponse>, IEquatable<ListStoragePoolsResponse>, IDeepCloneable<ListStoragePoolsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class ListStoragePoolsResponse.
ListStoragePoolsResponse is the response to a ListStoragePoolsRequest.
Implements
IPageResponseStoragePool, IEnumerableStoragePool, IEnumerable, IMessageListStoragePoolsResponse, IEquatableListStoragePoolsResponse, IDeepCloneableListStoragePoolsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ListStoragePoolsResponse()
public ListStoragePoolsResponse()
ListStoragePoolsResponse(ListStoragePoolsResponse)
public ListStoragePoolsResponse(ListStoragePoolsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListStoragePoolsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
StoragePools
public RepeatedField<StoragePool> StoragePools { get; }
The list of StoragePools
Property Value | |
---|---|
Type | Description |
RepeatedFieldStoragePool |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<StoragePool> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorStoragePool |