public sealed class QuotaExceededInfo : IMessage<QuotaExceededInfo>, IEquatable<QuotaExceededInfo>, IDeepCloneable<QuotaExceededInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class QuotaExceededInfo.
Additional details for quota exceeded error for resource quota.
Implements
IMessageQuotaExceededInfo, IEquatableQuotaExceededInfo, IDeepCloneableQuotaExceededInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
QuotaExceededInfo()
public QuotaExceededInfo()
QuotaExceededInfo(QuotaExceededInfo)
public QuotaExceededInfo(QuotaExceededInfo other)
Parameter | |
---|---|
Name | Description |
other | QuotaExceededInfo |
Properties
Dimensions
public MapField<string, string> Dimensions { get; }
The map holding related quota dimensions.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
FutureLimit
public double FutureLimit { get; set; }
Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
Property Value | |
---|---|
Type | Description |
double |
HasFutureLimit
public bool HasFutureLimit { get; }
Gets whether the "future_limit" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLimit
public bool HasLimit { get; }
Gets whether the "limit" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLimitName
public bool HasLimitName { get; }
Gets whether the "limit_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasMetricName
public bool HasMetricName { get; }
Gets whether the "metric_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasRolloutStatus
public bool HasRolloutStatus { get; }
Gets whether the "rollout_status" field is set
Property Value | |
---|---|
Type | Description |
bool |
Limit
public double Limit { get; set; }
Current effective quota limit. The limit's unit depends on the quota type or metric.
Property Value | |
---|---|
Type | Description |
double |
LimitName
public string LimitName { get; set; }
The name of the quota limit.
Property Value | |
---|---|
Type | Description |
string |
MetricName
public string MetricName { get; set; }
The Compute Engine quota metric name.
Property Value | |
---|---|
Type | Description |
string |
RolloutStatus
public string RolloutStatus { get; set; }
Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |