Reference documentation and code samples for the Compute V1 Client class HttpFaultDelay.
Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.
Generated from protobuf message google.cloud.compute.v1.HttpFaultDelay
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ fixed_delay
↳ percentage
float
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
getFixedDelay
Specifies the value of the fixed delay interval.
Generated from protobuf field optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
hasFixedDelay
clearFixedDelay
setFixedDelay
Specifies the value of the fixed delay interval.
Generated from protobuf field optional .google.cloud.compute.v1.Duration fixed_delay = 317037816;
$this
getPercentage
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
Generated from protobuf field optional double percentage = 151909018;
float
hasPercentage
clearPercentage
setPercentage
The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
Generated from protobuf field optional double percentage = 151909018;
var
float
$this

