Show / Hide Table of Contents

Class PacketIntervals

Next free: 7

Inheritance
object
PacketIntervals
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PacketIntervals : IDirectResponseSchema

Properties

AvgMs

Average observed inter-packet interval in milliseconds.

Declaration
[JsonProperty("avgMs")]
public virtual long? AvgMs { get; set; }
Property Value
Type Description
long?

Duration

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

Declaration
[JsonProperty("duration")]
public virtual string Duration { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxMs

Maximum observed inter-packet interval in milliseconds.

Declaration
[JsonProperty("maxMs")]
public virtual long? MaxMs { get; set; }
Property Value
Type Description
long?

MinMs

Minimum observed inter-packet interval in milliseconds.

Declaration
[JsonProperty("minMs")]
public virtual long? MinMs { get; set; }
Property Value
Type Description
long?

NumIntervals

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

Declaration
[JsonProperty("numIntervals")]
public virtual long? NumIntervals { get; set; }
Property Value
Type Description
long?

Type

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

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX