public sealed class QuotaIncreaseEligibility : IMessage<QuotaIncreaseEligibility>, IEquatable<QuotaIncreaseEligibility>, IDeepCloneable<QuotaIncreaseEligibility>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Quotas v1 API class QuotaIncreaseEligibility.
Eligibility information regarding requesting increase adjustment of a quota.
Implements
IMessageQuotaIncreaseEligibility, IEquatableQuotaIncreaseEligibility, IDeepCloneableQuotaIncreaseEligibility, IBufferMessage, IMessageNamespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Constructors
QuotaIncreaseEligibility()
public QuotaIncreaseEligibility()QuotaIncreaseEligibility(QuotaIncreaseEligibility)
public QuotaIncreaseEligibility(QuotaIncreaseEligibility other)| Parameter | |
|---|---|
| Name | Description |
other |
QuotaIncreaseEligibility |
Properties
IneligibilityReason
public QuotaIncreaseEligibility.Types.IneligibilityReason IneligibilityReason { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
QuotaIncreaseEligibilityTypesIneligibilityReason |
|
IsEligible
public bool IsEligible { get; set; }Whether a higher quota value can be requested for the quota.
| Property Value | |
|---|---|
| Type | Description |
bool |
|