Compute V1 Client - Class SecurityPolicyRuleRateLimitOptionsThreshold (1.14.0)

Reference documentation and code samples for the Compute V1 Client class SecurityPolicyRuleRateLimitOptionsThreshold.

Generated from protobuf message google.cloud.compute.v1.SecurityPolicyRuleRateLimitOptionsThreshold

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ count int

Number of HTTP(S) requests for calculating the threshold.

↳ interval_sec int

Interval over which the threshold is computed.

getCount

Number of HTTP(S) requests for calculating the threshold.

Returns
TypeDescription
int

hasCount

clearCount

setCount

Number of HTTP(S) requests for calculating the threshold.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getIntervalSec

Interval over which the threshold is computed.

Returns
TypeDescription
int

hasIntervalSec

clearIntervalSec

setIntervalSec

Interval over which the threshold is computed.

Parameter
NameDescription
var int
Returns
TypeDescription
$this