Reference documentation and code samples for the Compute V1 Client class TrafficDuration.
Protobuf type google.cloud.compute.v1.Backend.TrafficDuration
Namespace
Google \ Cloud \ Compute \ V1 \ BackendMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_TRAFFIC_DURATION
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TRAFFIC_DURATION = 0;
LONG
Value: 2342524Most of the requests are expected to take more than multiple seconds to finish.
Generated from protobuf enum LONG = 2342524;
SHORT
Value: 78875740Most requests are expected to finish with a sub-second latency.
Generated from protobuf enum SHORT = 78875740;
TRAFFIC_DURATION_UNSPECIFIED
Value: 265201166Traffic duration is unspecified.
Generated from protobuf enum TRAFFIC_DURATION_UNSPECIFIED = 265201166;