Class PacketIntervals (2.1.0)

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

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
Int64

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
Boolean

HasDuration

public bool HasDuration { get; }

Gets whether the "duration" field is set

Property Value
TypeDescription
Boolean

HasMaxMs

public bool HasMaxMs { get; }

Gets whether the "max_ms" field is set

Property Value
TypeDescription
Boolean

HasMinMs

public bool HasMinMs { get; }

Gets whether the "min_ms" field is set

Property Value
TypeDescription
Boolean

HasNumIntervals

public bool HasNumIntervals { get; }

Gets whether the "num_intervals" field is set

Property Value
TypeDescription
Boolean

HasType

public bool HasType { get; }

Gets whether the "type" field is set

Property Value
TypeDescription
Boolean

MaxMs

public long MaxMs { get; set; }

Maximum observed inter-packet interval in milliseconds.

Property Value
TypeDescription
Int64

MinMs

public long MinMs { get; set; }

Minimum observed inter-packet interval in milliseconds.

Property Value
TypeDescription
Int64

NumIntervals

public long NumIntervals { get; set; }

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

Property Value
TypeDescription
Int64

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