VpnS2SMultiTenantInterfaceStatistics class

Retrieves statistics for a site-to-site (S2S) VPN interface to a multi-tenant gateway.

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 VpnS2SMultiTenantInterfaceStatistics : 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;
  uint64   Bandwidth;
};

Members

The VpnS2SMultiTenantInterfaceStatistics class has these types of members:

Properties

The VpnS2SMultiTenantInterfaceStatistics class has these properties.

AlignmentErrors

Data type: uint32

Access type: Read-only

The alignment errors on the port

This property is inherited from VpnS2SInterfaceStatistics.

Bandwidth

Data type: uint64

Access type: Read-only

Gets the bandwidth consumption, in kbps.

BufferOverrunErrors

Data type: uint32

Access type: Read-only

The buffer overrun errors on the port

This property is inherited from VpnS2SInterfaceStatistics.

BytesReceived

Data type: uint64

Access type: Read-only

The bytes of compressed data received on the port

This property is inherited from VpnS2SInterfaceStatistics.

BytesTransmitted

Data type: uint64

Access type: Read-only

The bytes of compressed data transmitted on the port

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

CrcErrors

Data type: uint32

Access type: Read-only

The cyclic redundancy check (CRC) errors on the port

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

FramesReceived

Data type: uint32

Access type: Read-only

The frames received on the port

This property is inherited from VpnS2SInterfaceStatistics.

FramesTransmitted

Data type: uint32

Access type: Read-only

The frames transmitted on the port

This property is inherited from VpnS2SInterfaceStatistics.

FramingErrors

Data type: uint32

Access type: Read-only

The framing errors on the port

This property is inherited from VpnS2SInterfaceStatistics.

HardwareOverrunErrors

Data type: uint32

Access type: Read-only

The hardware overrun errors on the port

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

TimeoutErrors

Data type: uint32

Access type: Read-only

The time-out errors on the port

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

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.

This property is inherited from VpnS2SInterfaceStatistics.

Requirements

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

See also

VpnS2SInterfaceStatistics

RAMgmtPSProvider Provider Classes