NetApp v1 API - Class ListStoragePoolsResponse (1.0.0)

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.

Inheritance

object > ListStoragePoolsResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListStoragePoolsResponse()

public ListStoragePoolsResponse()

ListStoragePoolsResponse(ListStoragePoolsResponse)

public ListStoragePoolsResponse(ListStoragePoolsResponse other)
Parameter
NameDescription
otherListStoragePoolsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

StoragePools

public RepeatedField<StoragePool> StoragePools { get; }

The list of StoragePools

Property Value
TypeDescription
RepeatedFieldStoragePool

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<StoragePool> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorStoragePool