BgpMessageStatistics class

Retrieves the statistics of a Border Gateway Protocol (BGP) message.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class BgpMessageStatistics
{
  datetime LastSent;
  datetime LastReceived;
  uint64   SentCount;
  uint64   ReceivedCount;
};

Members

The BgpMessageStatistics class has these types of members:

Properties

The BgpMessageStatistics class has these properties.

LastReceived

Data type: datetime

Access type: Read-only

The timestamp of the last BGP message received from the peer.

LastSent

Data type: datetime

Access type: Read-only

The timestamp of the last BGP message that was sent to the peer.

ReceivedCount

Data type: uint64

Access type: Read-only

The total number of BGP messages received from the peer.

SentCount

Data type: uint64

Access type: Read-only

The total number of the BGP messages that were sent to the peer.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

RAMgmtPSProvider Provider Classes