Reference documentation and code samples for the Compute V1 Client class Type.
The type of packets for which inter-packet intervals were computed.
Protobuf type google.cloud.compute.v1.PacketIntervals.Type
Namespace
Google \ Cloud \ Compute \ V1 \ PacketIntervalsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
LOOPBACK
Value: 356174219
Only applies to Echo packets. This shows the intervals between sending and receiving the same packet.
Generated from protobuf enum LOOPBACK = 356174219;
RECEIVE
Value: 189660867
Intervals between received packets.
Generated from protobuf enum RECEIVE = 189660867;
TRANSMIT
Value: 452903600
Intervals between transmitted packets.
Generated from protobuf enum TRANSMIT = 452903600;
TYPE_UNSPECIFIED
Value: 437714322
Generated from protobuf enum TYPE_UNSPECIFIED = 437714322;