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
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
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 |
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 |