Cloud Quotas v1beta API - Class QuotaIncreaseEligibility (1.0.0-beta01)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class QuotaIncreaseEligibility : IMessage<QuotaIncreaseEligibility>, IEquatable<QuotaIncreaseEligibility>, IDeepCloneable<QuotaIncreaseEligibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1beta 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-04-09 UTC."],[[["The `QuotaIncreaseEligibility` class provides information about the eligibility for requesting an increase in quota values within the Cloud Quotas v1beta API."],["This class indicates whether a quota increase can be requested using the `IsEligible` property, which is a boolean value."],["If a quota increase is not eligible, the `IneligibilityReason` property provides details about the cause of ineligibility."],["`QuotaIncreaseEligibility` has two constructors, one of which is a default constructor, and the other can be used to set values based on an existing `QuotaIncreaseEligibility` instance."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, offering functionalities such as message handling, equality checks, and deep cloning."]]],[]]