QuotaIncreaseEligibility(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Eligibility information regarding requesting increase adjustment of a quota.
Attributes | |
---|---|
Name | Description |
is_eligible |
bool
Whether a higher quota value can be requested for the quota. |
ineligibility_reason |
google.cloud.cloudquotas_v1.types.QuotaIncreaseEligibility.IneligibilityReason
The reason of why it is ineligible to request increased value of the quota. If the is_eligible field is true, it defaults to INELIGIBILITY_REASON_UNSPECIFIED. |
Classes
IneligibilityReason
IneligibilityReason(value)
The enumeration of reasons when it is ineligible to request increase adjustment.
Values: INELIGIBILITY_REASON_UNSPECIFIED (0): Default value when is_eligible is true. NO_VALID_BILLING_ACCOUNT (1): The container is not linked with a valid billing account. OTHER (2): Other reasons.