Google Cloud Security Command Center v1 API - Class Requests (3.21.0)

public sealed class Requests : IMessage<Requests>, IEquatable<Requests>, IDeepCloneable<Requests>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Requests.

Information about the requests relevant to the finding.

Inheritance

object > Requests

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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