Compute V1 Client - Class TrafficDuration (2.9.0)

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 \ Backend

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TRAFFIC_DURATION

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TRAFFIC_DURATION = 0;

LONG

Value: 2342524

Most of the requests are expected to take more than multiple seconds to finish.

Generated from protobuf enum LONG = 2342524;

SHORT

Value: 78875740

Most requests are expected to finish with a sub-second latency.

Generated from protobuf enum SHORT = 78875740;

TRAFFIC_DURATION_UNSPECIFIED

Value: 265201166

Traffic duration is unspecified.

Generated from protobuf enum TRAFFIC_DURATION_UNSPECIFIED = 265201166;