Cloud Quotas v1 API - Class QuotaIncreaseEligibility (1.0.0-beta03)

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.

Inheritance

object > QuotaIncreaseEligibility

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

QuotaIncreaseEligibility()

public QuotaIncreaseEligibility()

QuotaIncreaseEligibility(QuotaIncreaseEligibility)

public QuotaIncreaseEligibility(QuotaIncreaseEligibility other)
Parameter
NameDescription
otherQuotaIncreaseEligibility

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

IsEligible

public bool IsEligible { get; set; }

Whether a higher quota value can be requested for the quota.

Property Value
TypeDescription
bool