public sealed class QuotaExceededInfo : IMessage<QuotaExceededInfo>, IEquatable<QuotaExceededInfo>, IDeepCloneable<QuotaExceededInfo>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class QuotaExceededInfo.
Additional details for quota exceeded error for resource quota.
Implements
IMessage<QuotaExceededInfo>, IEquatable<QuotaExceededInfo>, IDeepCloneable<QuotaExceededInfo>, 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 |
MapField<String, String> |
|
HasLimit
public bool HasLimit { get; }Gets whether the "limit" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasLimitName
public bool HasLimitName { get; }Gets whether the "limit_name" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasMetricName
public bool HasMetricName { get; }Gets whether the "metric_name" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
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 |
|