Show / Hide Table of Contents

Class UrlMapQuotaUsage

Message representing the quota usage for a UrlMap.

Inheritance
object
UrlMapQuotaUsage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX