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

Class ServerInfo

object --+    
         |    
   _Handle --+
             |
            ServerInfo

Provides methods for obtaining the Virtuozzo Service information.

Instance Methods [hide private]
 
get_host_name(self)
Return the name of the machine hosting the specified Virtuozzo Service.
 
get_os_version(self)
Returns the version of the host operating system.
 
get_product_version(self)
Return the Virtuozzo product version number.
 
get_cmd_port(self)
Return the port number at which the Virtuozzo Service is listening for requests.
 
get_application_mode(self)
 
get_server_uuid(self)
Return the host machine UUID (universally unique ID).
 
get_start_time(self)
 
get_start_time_monotonic(self)

Inherited from _Handle: __del__, __init__, add_ref, free, from_string, get_handle_type, get_package_id, get_type, reg_event_handler, unreg_event_handler

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

Properties [hide private]

Inherited from object: __class__