Class PacketIntervals
Next free: 7
Implements
Inherited Members
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 |