Compute Engine v1 API - Class PacketIntervals (2.13.0)

public sealed class PacketIntervals : IMessage<PacketIntervals>, IEquatable<PacketIntervals>, IDeepCloneable<PacketIntervals>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class PacketIntervals.

Next free: 7

Inheritance

object > PacketIntervals

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PacketIntervals()

public PacketIntervals()

PacketIntervals(PacketIntervals)

public PacketIntervals(PacketIntervals other)
Parameter
NameDescription
otherPacketIntervals

Properties

AvgMs

public long AvgMs { get; set; }

Average observed inter-packet interval in milliseconds.

Property Value
TypeDescription
long

Duration

public string Duration { get; set; }

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

Property Value
TypeDescription
string

HasAvgMs

public bool HasAvgMs { get; }

Gets whether the "avg_ms" field is set

Property Value
TypeDescription
bool

HasDuration

public bool HasDuration { get; }

Gets whether the "duration" field is set

Property Value
TypeDescription
bool

HasMaxMs

public bool HasMaxMs { get; }

Gets whether the "max_ms" field is set

Property Value
TypeDescription
bool

HasMinMs

public bool HasMinMs { get; }

Gets whether the "min_ms" field is set

Property Value
TypeDescription
bool

HasNumIntervals

public bool HasNumIntervals { get; }

Gets whether the "num_intervals" field is set

Property Value
TypeDescription
bool

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
TypeDescription
bool

MaxMs

public long MaxMs { get; set; }

Maximum observed inter-packet interval in milliseconds.

Property Value
TypeDescription
long

MinMs

public long MinMs { get; set; }

Minimum observed inter-packet interval in milliseconds.

Property Value
TypeDescription
long

NumIntervals

public long NumIntervals { get; set; }

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

Property Value
TypeDescription
long

Type

public string Type { get; set; }

The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.

Property Value
TypeDescription
string