Class SecurityPolicyRuleRateLimitOptionsThreshold
Inheritance
System.Object
SecurityPolicyRuleRateLimitOptionsThreshold
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SecurityPolicyRuleRateLimitOptionsThreshold : IDirectResponseSchema
Properties
Count
Number of HTTP(S) requests for calculating the threshold.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IntervalSec
Interval over which the threshold is computed.
Declaration
[JsonProperty("intervalSec")]
public virtual int? IntervalSec { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |