public sealed class ListProvisioningQuotasResponse : IPageResponse<ProvisioningQuota>, IEnumerable<ProvisioningQuota>, IEnumerable, IMessage<ListProvisioningQuotasResponse>, IEquatable<ListProvisioningQuotasResponse>, IDeepCloneable<ListProvisioningQuotasResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ListProvisioningQuotasResponse.
Response message for the list of provisioning quotas.
Implements
IPageResponseProvisioningQuota, IEnumerableProvisioningQuota, IEnumerable, IMessageListProvisioningQuotasResponse, IEquatableListProvisioningQuotasResponse, IDeepCloneableListProvisioningQuotasResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
ListProvisioningQuotasResponse()
public ListProvisioningQuotasResponse()
ListProvisioningQuotasResponse(ListProvisioningQuotasResponse)
public ListProvisioningQuotasResponse(ListProvisioningQuotasResponse other)
Parameter | |
---|---|
Name | Description |
other | ListProvisioningQuotasResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
ProvisioningQuotas
public RepeatedField<ProvisioningQuota> ProvisioningQuotas { get; }
The provisioning quotas registered in this project.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProvisioningQuota |
Methods
GetEnumerator()
public IEnumerator<ProvisioningQuota> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorProvisioningQuota |