public sealed class PacketIntervals : IMessage<PacketIntervals>, IEquatable<PacketIntervals>, IDeepCloneable<PacketIntervals>, IBufferMessage, IMessageNext free: 7
Implements
IMessage<PacketIntervals>, IEquatable<PacketIntervals>, IDeepCloneable<PacketIntervals>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PacketIntervals()
public PacketIntervals()PacketIntervals(PacketIntervals)
public PacketIntervals(PacketIntervals other)| Parameter | |
|---|---|
| Name | Description |
other |
PacketIntervals |
Properties
AvgMs
public long AvgMs { get; set; }Average observed inter-packet interval in milliseconds.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
HasAvgMs
public bool HasAvgMs { get; }Gets whether the "avg_ms" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasDuration
public bool HasDuration { get; }Gets whether the "duration" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasMaxMs
public bool HasMaxMs { get; }Gets whether the "max_ms" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasMinMs
public bool HasMinMs { get; }Gets whether the "min_ms" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasNumIntervals
public bool HasNumIntervals { get; }Gets whether the "num_intervals" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
MaxMs
public long MaxMs { get; set; }Maximum observed inter-packet interval in milliseconds.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
MinMs
public long MinMs { get; set; }Minimum observed inter-packet interval in milliseconds.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
NumIntervals
public long NumIntervals { get; set; }Number of inter-packet intervals from which these statistics were derived.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|