Reference documentation and code samples for the Compute V1 Client class PacketIntervals.
Next free: 7
Generated from protobuf message google.cloud.compute.v1.PacketIntervals
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ avg_ms |
int|string
Average observed inter-packet interval in milliseconds. |
↳ duration |
string
From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values. |
↳ max_ms |
int|string
Maximum observed inter-packet interval in milliseconds. |
↳ min_ms |
int|string
Minimum observed inter-packet interval in milliseconds. |
↳ num_intervals |
int|string
Number of inter-packet intervals from which these statistics were derived. |
↳ type |
string
The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values. |
getAvgMs
Average observed inter-packet interval in milliseconds.
Generated from protobuf field optional int64 avg_ms = 204811827;
Returns | |
---|---|
Type | Description |
int|string |
hasAvgMs
clearAvgMs
setAvgMs
Average observed inter-packet interval in milliseconds.
Generated from protobuf field optional int64 avg_ms = 204811827;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getDuration
From how long ago in the past these intervals were observed.
Check the Duration enum for the list of possible values.
Generated from protobuf field optional string duration = 155471252;
Returns | |
---|---|
Type | Description |
string |
hasDuration
clearDuration
setDuration
From how long ago in the past these intervals were observed.
Check the Duration enum for the list of possible values.
Generated from protobuf field optional string duration = 155471252;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMaxMs
Maximum observed inter-packet interval in milliseconds.
Generated from protobuf field optional int64 max_ms = 529474145;
Returns | |
---|---|
Type | Description |
int|string |
hasMaxMs
clearMaxMs
setMaxMs
Maximum observed inter-packet interval in milliseconds.
Generated from protobuf field optional int64 max_ms = 529474145;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMinMs
Minimum observed inter-packet interval in milliseconds.
Generated from protobuf field optional int64 min_ms = 536564403;
Returns | |
---|---|
Type | Description |
int|string |
hasMinMs
clearMinMs
setMinMs
Minimum observed inter-packet interval in milliseconds.
Generated from protobuf field optional int64 min_ms = 536564403;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getNumIntervals
Number of inter-packet intervals from which these statistics were derived.
Generated from protobuf field optional int64 num_intervals = 186329813;
Returns | |
---|---|
Type | Description |
int|string |
hasNumIntervals
clearNumIntervals
setNumIntervals
Number of inter-packet intervals from which these statistics were derived.
Generated from protobuf field optional int64 num_intervals = 186329813;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getType
The type of packets for which inter-packet intervals were computed.
Check the Type enum for the list of possible values.
Generated from protobuf field optional string type = 3575610;
Returns | |
---|---|
Type | Description |
string |
hasType
clearType
setType
The type of packets for which inter-packet intervals were computed.
Check the Type enum for the list of possible values.
Generated from protobuf field optional string type = 3575610;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |