Class Quota
A quotas entry.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class Quota : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Limit
[Output Only] Quota limit for this metric.
Declaration
[JsonProperty("limit")]
public virtual double? Limit { get; set; }
Property Value
Type | Description |
---|---|
double? |
Metric
[Output Only] Name of the quota metric.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
[Output Only] Owning resource. This is the resource on which this quota is applied.
Declaration
[JsonProperty("owner")]
public virtual string Owner { get; set; }
Property Value
Type | Description |
---|---|
string |
Usage
[Output Only] Current usage of this metric.
Declaration
[JsonProperty("usage")]
public virtual double? Usage { get; set; }
Property Value
Type | Description |
---|---|
double? |