Show / Hide Table of Contents

Class BfdStatusPacketCounts

Inheritance
object
BfdStatusPacketCounts
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 BfdStatusPacketCounts : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NumRx

Number of packets received since the beginning of the current BFD session.

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

NumRxRejected

Number of packets received that were rejected because of errors since the beginning of the current BFD session.

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

NumRxSuccessful

Number of packets received that were successfully processed since the beginning of the current BFD session.

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

NumTx

Number of packets transmitted since the beginning of the current BFD session.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX