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

Class StatNetIface

object --+    
         |    
   _Handle --+
             |
            StatNetIface

Provides methods for obtaining network interface statistics from the host or a virtual machine.

Instance Methods [hide private]
 
get_system_name(self)
 
get_in_data_size(self)
 
get_out_data_size(self)
 
get_in_pkgs_count(self)
 
get_out_pkgs_count(self)

Inherited from _Handle: __del__, __init__, add_ref, free, get_handle_type, get_type

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__