Show / Hide Table of Contents

Class QuotaExceededInfo

Additional details for quota exceeded error for resource quota.

Inheritance
object
QuotaExceededInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX