public sealed class QuotaIncreaseEligibility : IMessage<QuotaIncreaseEligibility>, IEquatable<QuotaIncreaseEligibility>, IDeepCloneable<QuotaIncreaseEligibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1 API class QuotaIncreaseEligibility.
Eligibility information regarding requesting increase adjustment of a quota.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `QuotaIncreaseEligibility` class within the Cloud Quotas v1 API."],["The `QuotaIncreaseEligibility` class is used to determine if a quota increase can be requested."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties include `IneligibilityReason`, which explains why a quota increase may be ineligible, and `IsEligible`, which indicates whether an increase can be requested."],["There are two constructors for the `QuotaIncreaseEligibility` class, one being a parameterless constructor, and the other requiring a `QuotaIncreaseEligibility` parameter."]]],[]]