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

Class SrvInfo

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

Contains general information about a host computer. The information includes port number, host name, OS version, product version, and host machine UUID.

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__ = 'srvinfo'
  __ht__ = 268435496
Properties [hide private]
  host_name
Host name.
  os_version
OS version that the host is running.
  cmd_port
CMD port number.
  server_uuid
Host UUID (universally unique ID).
  product_version
The Parallels Service version that the host is running.

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

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

host_name

Host name.

Get Method:
unreachable.srvinfo__get_host_name(srvinfo, SrvInfo) - Returns server hostname

os_version

OS version that the host is running.

Get Method:
unreachable.srvinfo__get_os_version(srvinfo, SrvInfo) - Returns server OS version

cmd_port

CMD port number.

Get Method:
unreachable.srvinfo__get_cmd_port(srvinfo, SrvInfo) - Returns server commands processing port

server_uuid

Host UUID (universally unique ID).

Get Method:
unreachable.srvinfo__get_server_uuid(srvinfo, SrvInfo) - Returns server UUID

product_version

The Parallels Service version that the host is running.

Get Method:
unreachable.srvinfo__get_product_version(srvinfo, SrvInfo) - Returns server product version