Class UrlMapQuotaUsage
Message representing the quota usage for a UrlMap.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class UrlMapQuotaUsage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForwardingRules
Output only. The number of forwarding rules that uses this UrlMap.
Declaration
[JsonProperty("forwardingRules")]
public virtual int? ForwardingRules { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Units
Output only. The number of quota units calculated for this UrlMap.
Declaration
[JsonProperty("units")]
public virtual long? Units { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |