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

Class VmIFaceStat

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

Contains network interface 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__ = 'statiface'
  __ht__ = 268435490
Properties [hide private]
  system_name
The network interface system name.
  in_data_size
The total number of bytes the network interface has received since the Parallels Service was last started.
  out_data_size
The total number of bytes the network interface has sent since the Parallels Service was last started.
  in_pkgs_count
The total number of packets the network interface has received since the Parallels Service was last started.
  out_pkgs_count
The total number of packets the network interface has sent since the Parallels Service was last started.

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

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

system_name

The network interface system name.

Get Method:
unreachable.statiface__get_system_name(statiface, StatIface) - Returns net iface system name.

in_data_size

The total number of bytes the network interface has received since the Parallels Service was last started.

Get Method:
unreachable.statiface__get_in_data_size(statiface, StatIface) - Returns input net iface transmitted data in bytes.

out_data_size

The total number of bytes the network interface has sent since the Parallels Service was last started.

Get Method:
unreachable.statiface__get_out_data_size(statiface, StatIface) - Returns output net iface transmitted data in bytes.

in_pkgs_count

The total number of packets the network interface has received since the Parallels Service was last started.

Get Method:
unreachable.statiface__get_in_pkgs_count(statiface, StatIface) - Returns in packages count

out_pkgs_count

The total number of packets the network interface has sent since the Parallels Service was last started.

Get Method:
unreachable.statiface__get_out_pkgs_count(statiface, StatIface) - Returns out packages count