Package prlsdkapi :: Class VmUserStat
[hide private]
[frames] | no frames]

Class VmUserStat

  object --+        
           |        
 prlsdk.Base --+    
               |    
prlsdk.BaseAsync --+
                   |
                  VmUserStat

Contains user session statistics.

Instance Methods [hide private]

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'statuser'
  __ht__ = 268435491
Properties [hide private]
  user_name
The name of the session owner.
  service_name
The name of the system service of the host OS that created the session
  host_name
The host name of the client machine from which the session was initiated.
  session_time
The session duration, in seconds.

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

user_name

The name of the session owner.

Get Method:
unreachable.statuser__get_user_name(statuser, StatUser) - Returns session user name.

service_name

The name of the system service of the host OS that created the session

Get Method:
unreachable.statuser__get_service_name(statuser, StatUser) - Returns session user name.

host_name

The host name of the client machine from which the session was initiated.

Get Method:
unreachable.statuser__get_host_name(statuser, StatUser) - Returns session user name.

session_time

The session duration, in seconds.

Get Method:
unreachable.statuser__get_session_time(statuser, StatUser) - Returns input net iface transmitted data in bytes.