Compute V1 Client - Class PacketIntervals (1.14.0)

Reference documentation and code samples for the Compute V1 Client class PacketIntervals.

Next free: 7

Generated from protobuf message google.cloud.compute.v1.PacketIntervals

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ avg_msint|string

Average observed inter-packet interval in milliseconds.

↳ durationstring

From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.

↳ max_msint|string

Maximum observed inter-packet interval in milliseconds.

↳ min_msint|string

Minimum observed inter-packet interval in milliseconds.

↳ num_intervalsint|string

Number of inter-packet intervals from which these statistics were derived.

↳ typestring

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.

Returns
TypeDescription
int|string

hasAvgMs

clearAvgMs

setAvgMs

Average observed inter-packet interval in milliseconds.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getDuration

From how long ago in the past these intervals were observed.

Check the Duration enum for the list of possible values.

Returns
TypeDescription
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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getMaxMs

Maximum observed inter-packet interval in milliseconds.

Returns
TypeDescription
int|string

hasMaxMs

clearMaxMs

setMaxMs

Maximum observed inter-packet interval in milliseconds.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getMinMs

Minimum observed inter-packet interval in milliseconds.

Returns
TypeDescription
int|string

hasMinMs

clearMinMs

setMinMs

Minimum observed inter-packet interval in milliseconds.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getNumIntervals

Number of inter-packet intervals from which these statistics were derived.

Returns
TypeDescription
int|string

hasNumIntervals

clearNumIntervals

setNumIntervals

Number of inter-packet intervals from which these statistics were derived.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getType

The type of packets for which inter-packet intervals were computed.

Check the Type enum for the list of possible values.

Returns
TypeDescription
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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this