Distributed Cloud Edge Network v1 API - Class InterconnectDiagnostics.Types.PacketCounts (1.0.0)

public sealed class InterconnectDiagnostics.Types.PacketCounts : IMessage<InterconnectDiagnostics.Types.PacketCounts>, IEquatable<InterconnectDiagnostics.Types.PacketCounts>, IDeepCloneable<InterconnectDiagnostics.Types.PacketCounts>, IBufferMessage, IMessage

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class InterconnectDiagnostics.Types.PacketCounts.

Containing a collection of interface-related statistics objects.

Inheritance

object > InterconnectDiagnostics.Types.PacketCounts

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

PacketCounts()

public PacketCounts()

PacketCounts(PacketCounts)

public PacketCounts(InterconnectDiagnostics.Types.PacketCounts other)
Parameter
NameDescription
otherInterconnectDiagnosticsTypesPacketCounts

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
TypeDescription
long

InboundErrors

public long InboundErrors { get; set; }

The number of inbound packets that contained errors.

Property Value
TypeDescription
long

InboundUnicast

public long InboundUnicast { get; set; }

The number of packets that are delivered.

Property Value
TypeDescription
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
TypeDescription
long

OutboundErrors

public long OutboundErrors { get; set; }

The number of outbound packets that could not be transmitted because of errors.

Property Value
TypeDescription
long

OutboundUnicast

public long OutboundUnicast { get; set; }

The total number of packets that are requested be transmitted.

Property Value
TypeDescription
long