Class QuotaExceededInfo
Additional details for quota exceeded error for resource quota.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class QuotaExceededInfo : IDirectResponseSchema
Properties
Dimensions
The map holding related quota dimensions.
Declaration
[JsonProperty("dimensions")]
public virtual IDictionary<string, string> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FutureLimit
Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
Declaration
[JsonProperty("futureLimit")]
public virtual double? FutureLimit { get; set; }
Property Value
Type | Description |
---|---|
double? |
Limit
Current effective quota limit. The limit's unit depends on the quota type or metric.
Declaration
[JsonProperty("limit")]
public virtual double? Limit { get; set; }
Property Value
Type | Description |
---|---|
double? |
LimitName
The name of the quota limit.
Declaration
[JsonProperty("limitName")]
public virtual string LimitName { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricName
The Compute Engine quota metric name.
Declaration
[JsonProperty("metricName")]
public virtual string MetricName { get; set; }
Property Value
Type | Description |
---|---|
string |
RolloutStatus
Rollout status of the future quota limit.
Declaration
[JsonProperty("rolloutStatus")]
public virtual string RolloutStatus { get; set; }
Property Value
Type | Description |
---|---|
string |