Compute Engine v1 API - Class QuotaExceededInfo (2.4.0)

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.

Inheritance

Object > QuotaExceededInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

QuotaExceededInfo()

public QuotaExceededInfo()

QuotaExceededInfo(QuotaExceededInfo)

public QuotaExceededInfo(QuotaExceededInfo other)
Parameter
NameDescription
otherQuotaExceededInfo

Properties

Dimensions

public MapField<string, string> Dimensions { get; }

The map holding related quota dimensions.

Property Value
TypeDescription
MapField<String, String>

HasLimit

public bool HasLimit { get; }

Gets whether the "limit" field is set

Property Value
TypeDescription
Boolean

HasLimitName

public bool HasLimitName { get; }

Gets whether the "limit_name" field is set

Property Value
TypeDescription
Boolean

HasMetricName

public bool HasMetricName { get; }

Gets whether the "metric_name" field is set

Property Value
TypeDescription
Boolean

Limit

public double Limit { get; set; }

Current effective quota limit. The limit's unit depends on the quota type or metric.

Property Value
TypeDescription
Double

LimitName

public string LimitName { get; set; }

The name of the quota limit.

Property Value
TypeDescription
String

MetricName

public string MetricName { get; set; }

The Compute Engine quota metric name.

Property Value
TypeDescription
String