Class BfdStatusPacketCounts
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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? |