Bare Metal Solution v2 API - Class ListProvisioningQuotasResponse (1.5.0)

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.

Inheritance

object > ListProvisioningQuotasResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListProvisioningQuotasResponse()

public ListProvisioningQuotasResponse()

ListProvisioningQuotasResponse(ListProvisioningQuotasResponse)

public ListProvisioningQuotasResponse(ListProvisioningQuotasResponse other)
Parameter
NameDescription
otherListProvisioningQuotasResponse

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
TypeDescription
string

ProvisioningQuotas

public RepeatedField<ProvisioningQuota> ProvisioningQuotas { get; }

The provisioning quotas registered in this project.

Property Value
TypeDescription
RepeatedFieldProvisioningQuota

Methods

GetEnumerator()

public IEnumerator<ProvisioningQuota> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProvisioningQuota