NetApp v1 API - Class ListQuotaRulesResponse (1.8.0)

public sealed class ListQuotaRulesResponse : IPageResponse<QuotaRule>, IEnumerable<QuotaRule>, IEnumerable, IMessage<ListQuotaRulesResponse>, IEquatable<ListQuotaRulesResponse>, IDeepCloneable<ListQuotaRulesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class ListQuotaRulesResponse.

ListQuotaRulesResponse is the response to a ListQuotaRulesRequest.

Inheritance

object > ListQuotaRulesResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListQuotaRulesResponse()

public ListQuotaRulesResponse()

ListQuotaRulesResponse(ListQuotaRulesResponse)

public ListQuotaRulesResponse(ListQuotaRulesResponse other)
Parameter
Name Description
other ListQuotaRulesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

QuotaRules

public RepeatedField<QuotaRule> QuotaRules { get; }

List of quota rules

Property Value
Type Description
RepeatedFieldQuotaRule

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<QuotaRule> GetEnumerator()

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

Returns
Type Description
IEnumeratorQuotaRule