VpnS2SInterfaceStatistics class
Represents the VPN S2S interface statistics
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 VpnS2SInterfaceStatistics
{
uint64 BytesTransmitted;
uint64 CumulativeBytesReceived;
uint64 CumulativeBytesTransmitted;
uint64 BytesReceived;
uint32 FramesTransmitted;
uint32 FramesReceived;
uint32 CrcErrors;
uint32 TimeoutErrors;
uint32 AlignmentErrors;
uint32 HardwareOverrunErrors;
uint32 FramingErrors;
uint32 BufferOverrunErrors;
uint32 RxRateKbps;
uint32 TxRateKbps;
uint32 RxRateLimitedPacketsDropped;
uint32 TxRateLimitedPacketsDropped;
uint32 RxTotalPacketsDropped;
uint32 TxTotalPacketsDropped;
datetime LastClearedTime;
uint32 ConnectionUpTime;
string Name;
string RoutingDomain;
};
Members
The VpnS2SInterfaceStatistics class has these types of members:
Properties
The VpnS2SInterfaceStatistics class has these properties.
-
AlignmentErrors
-
-
Data type: uint32
-
Access type: Read-only
The alignment errors on the port
-
-
BufferOverrunErrors
-
-
Data type: uint32
-
Access type: Read-only
The buffer overrun errors on the port
-
-
BytesReceived
-
-
Data type: uint64
-
Access type: Read-only
The bytes of compressed data received on the port
-
-
BytesTransmitted
-
-
Data type: uint64
-
Access type: Read-only
The bytes of compressed data transmitted on the port
-
-
ConnectionUpTime
-
-
Data type: uint32
-
Access type: Read-only
The time the interface has been in the connected state, in seconds
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
-
CrcErrors
-
-
Data type: uint32
-
Access type: Read-only
The cyclic redundancy check (CRC) errors on the port
-
-
CumulativeBytesReceived
-
-
Data type: uint64
-
Access type: Read-only
The bytes of data received by the interface since it was created
Windows Server 2012: This property is not available before Windows Server 2012 R2.
-
-
CumulativeBytesTransmitted
-
-
Data type: uint64
-
Access type: Read-only
The amount of data transmitted by the interface since it was created, in bytes
Windows Server 2012: This property is not available before Windows Server 2012 R2.
-
-
FramesReceived
-
-
Data type: uint32
-
Access type: Read-only
The frames received on the port
-
-
FramesTransmitted
-
-
Data type: uint32
-
Access type: Read-only
The frames transmitted on the port
-
-
FramingErrors
-
-
Data type: uint32
-
Access type: Read-only
The framing errors on the port
-
-
HardwareOverrunErrors
-
-
Data type: uint32
-
Access type: Read-only
The hardware overrun errors on the port
-
-
LastClearedTime
-
-
Data type: datetime
-
Access type: Read-only
The last time that the statistics were reset
Windows Server 2012: This property is not available before Windows Server 2012 R2.
-
-
Name
-
-
Data type: string
-
Access type: Read-only
The alias of the interface
Windows Server 2012: This property is not available before Windows Server 2012 R2.
-
-
RoutingDomain
-
-
Data type: string
-
Access type: Read-only
The name of the routing domain
Windows Server 2012: This property is not available before Windows Server 2012 R2.
-
-
RxRateKbps
-
-
Data type: uint32
-
Access type: Read-only
The rate of received bytes, in Kbps
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
-
RxRateLimitedPacketsDropped
-
-
Data type: uint32
-
Access type: Read-only
The total number of receive packets dropped due to rate limiting
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
-
RxTotalPacketsDropped
-
-
Data type: uint32
-
Access type: Read-only
The total number of receive packets dropped
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
-
TimeoutErrors
-
-
Data type: uint32
-
Access type: Read-only
The time-out errors on the port
-
-
TxRateKbps
-
-
Data type: uint32
-
Access type: Read-only
The rate of transmitted bytes, in Kbps
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
-
TxRateLimitedPacketsDropped
-
-
Data type: uint32
-
Access type: Read-only
The total number of transmit packets dropped due to rate limiting
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
-
TxTotalPacketsDropped
-
-
Data type: uint32
-
Access type: Read-only
The total number of transmit packets dropped
Windows Server 2012 R2 and Windows Server 2012: This property is not available before Windows Server 2016.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|