public sealed class InterconnectDiagnostics.Types.PacketCounts : IMessage<InterconnectDiagnostics.Types.PacketCounts>, IEquatable<InterconnectDiagnostics.Types.PacketCounts>, IDeepCloneable<InterconnectDiagnostics.Types.PacketCounts>, IBufferMessage, IMessageReference documentation and code samples for the Distributed Cloud Edge Network v1 API class InterconnectDiagnostics.Types.PacketCounts.
Containing a collection of interface-related statistics objects.
Implements
IMessageInterconnectDiagnosticsTypesPacketCounts, IEquatableInterconnectDiagnosticsTypesPacketCounts, IDeepCloneableInterconnectDiagnosticsTypesPacketCounts, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
PacketCounts()
public PacketCounts()PacketCounts(PacketCounts)
public PacketCounts(InterconnectDiagnostics.Types.PacketCounts other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectDiagnosticsTypesPacketCounts |
Properties
InboundDiscards
public long InboundDiscards { get; set; }The number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable.
| Property Value | |
|---|---|
| Type | Description |
long |
|
InboundErrors
public long InboundErrors { get; set; }The number of inbound packets that contained errors.
| Property Value | |
|---|---|
| Type | Description |
long |
|
InboundUnicast
public long InboundUnicast { get; set; }The number of packets that are delivered.
| Property Value | |
|---|---|
| Type | Description |
long |
|
OutboundDiscards
public long OutboundDiscards { get; set; }The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted.
| Property Value | |
|---|---|
| Type | Description |
long |
|
OutboundErrors
public long OutboundErrors { get; set; }The number of outbound packets that could not be transmitted because of errors.
| Property Value | |
|---|---|
| Type | Description |
long |
|
OutboundUnicast
public long OutboundUnicast { get; set; }The total number of packets that are requested be transmitted.
| Property Value | |
|---|---|
| Type | Description |
long |
|