public sealed class Requests : IMessage<Requests>, IEquatable<Requests>, IDeepCloneable<Requests>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Requests.
Information about the requests relevant to the finding.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Requests()
public Requests()
Requests(Requests)
public Requests(Requests other)
Parameter | |
---|---|
Name | Description |
other |
Requests |
Properties
LongTermAllowed
public int LongTermAllowed { get; set; }
Allowed RPS (requests per second) over the long term.
Property Value | |
---|---|
Type | Description |
int |
LongTermDenied
public int LongTermDenied { get; set; }
Denied RPS (requests per second) over the long term.
Property Value | |
---|---|
Type | Description |
int |
Ratio
public double Ratio { get; set; }
For 'Increasing deny ratio', the ratio is the denied traffic divided by the allowed traffic. For 'Allowed traffic spike', the ratio is the allowed traffic in the short term divided by allowed traffic in the long term.
Property Value | |
---|---|
Type | Description |
double |
ShortTermAllowed
public int ShortTermAllowed { get; set; }
Allowed RPS (requests per second) in the short term.
Property Value | |
---|---|
Type | Description |
int |