Share via


RemoteAccessAccountingConnectionLocal class

Remote Access Accounting Connection Record.

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("RAServerPSProvider"), AMENDMENT]
class RemoteAccessAccountingConnectionLocal : RemoteAccessConnectionLocal
{
  string   ClientIPv4Address;
  string   ClientIPv6Address;
  string   HostName;
  string   ClientExternalAddress;
  string   TunnelType;
  string   TransitionTechnology;
  datetime ConnectionStartTime;
  uint32   ConnectionDuration;
  uint64   TotalBytesIn;
  uint64   TotalBytesOut;
  string   ConnectionType;
  string   HealthStatus;
  string   AuthMethod;
  string   UserName;
  uint64   SessionId;
};

Members

The RemoteAccessAccountingConnectionLocal class has these types of members:

Properties

The RemoteAccessAccountingConnectionLocal class has these properties.

AuthMethod

Data type: string

Access type: Read-only

negotiated Encryption Type

This property is inherited from RemoteAccessConnectionLocal.

Unknown ("Unknown")

MSChapv2 ("MSChapv2")

Eap MSChapv2 ("Eap MSChapv2")

Eap Tls ("Eap Tls")

Eap Peap ("Eap Peap")

Eap Unknown ("Eap Unknown")

Machine Certificate ("Machine Certificate")

Pap ("Pap")

Chap ("Chap")

Psk MSChapv2 ("Psk MSChapv2")

Psk Eap MSChapv2 ("Psk Eap MSChapv2")

Psk Eap Tls ("Psk Eap Tls")

Psk Eap Peap ("Psk Eap Peap")

Psk Pap ("Psk Pap")

Psk Chap ("Psk Chap")

Machine Kerberos ("Machine Kerberos")

User Kerberos ("User Kerberos")

User Ntlm ("User Ntlm")

Machine Certificate & User Ntlm ("Machine Certificate & User Ntlm")

Machine Kerberos & User Ntlm ("Machine Kerberos & User Ntlm")

Machine Certificate & User Kerberos ("Machine Certificate & User Kerberos")

Machine Kerberos & User Kerberos ("Machine Kerberos & User Kerberos")

Machine Kerberos & User Kerberos ("Machine Kerberos & User Kerberos")

Machine Certificate, User Ntlm, & User Kerberos ("Machine Certificate, User Ntlm, & User Kerberos")

Machine Kerberos, User Ntlm, & User Kerberos ("Machine Kerberos, User Ntlm, & User Kerberos")

ClientExternalAddress

Data type: string

Access type: Read-only

Remote Machine's IP Address

This property is inherited from RemoteAccessConnectionLocal.

ClientIPv4Address

Data type: string

Access type: Read-only

Client inner IPv4 Address

This property is inherited from RemoteAccessConnectionLocal.

ClientIPv6Address

Data type: string

Access type: Read-only

Client inner IPv6 Address

This property is inherited from RemoteAccessConnectionLocal.

ConnectionDuration

Data type: uint32

Access type: Read-only

Connection duration in seconds

This property is inherited from RemoteAccessConnectionLocal.

ConnectionStartTime

Data type: datetime

Access type: Read-only

Connection start time

This property is inherited from RemoteAccessConnectionLocal.

ConnectionType

Data type: string

Access type: Read-only

Connection Type

This property is inherited from RemoteAccessConnectionLocal.

Unknown ("Unknown")

Vpn ("Vpn")

DirectAccess ("DirectAccess")

HealthStatus

Data type: string

Access type: Read-only

health status

This property is inherited from RemoteAccessConnectionLocal.

Unknown ("Unknown")

- ("-")

Healthy ("Healthy")

Limited Access ("Limited Access")

Probation ("Probation")

HostName

Data type: string

Access type: Read-only

Remote client Hostname

This property is inherited from RemoteAccessConnectionLocal.

SessionId

Data type: uint64

Access type: Read-only

The session identifier corresponding to this connection.

TotalBytesIn

Data type: uint64

Access type: Read-only

TotalBytes in for this connection

This property is inherited from RemoteAccessConnectionLocal.

TotalBytesOut

Data type: uint64

Access type: Read-only

TotalBytes out for this connection

This property is inherited from RemoteAccessConnectionLocal.

TransitionTechnology

Data type: string

Access type: Read-only

Transition technology used for DA connection

This property is inherited from RemoteAccessConnectionLocal.

None ("None")

Other ("Other")

Native IPv6 ("Native IPv6")

6to4 ("6to4")

Isatap ("Isatap")

Teredo ("Teredo")

IPHttps ("IPHttps")

TunnelType

Data type: string

Access type: Read-only

Tunnel type

This property is inherited from RemoteAccessConnectionLocal.

Unknown ("Unknown")

Pptp ("Pptp")

L2tp ("L2tp")

Sstp ("Sstp")

Ikev2 ("Ikev2")

Esp ("Esp")

UserName

Data type: string

Access type: Read-only

User Name

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\microsoft\windows\remoteaccess\server
MOF
RAServerPSProvider.mof
DLL
RAServerPSProvider.dll