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

Class VmVNCConfig

object --+        
         |        
 PrlObject --+    
             |    
VmObjEmulation --+
                 |
                VmVNCConfig

Contains VNC properties of a virtual machine.

Instance Methods [hide private]

Inherited from VmObjEmulation: __ensure_attr__, __init__, call_vm, inderect_self, safe_call

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

Class Variables [hide private]
  __prefix__ = 'vm_vnc'
Properties [hide private]
  mode
The VNC mode.
  host_name
The VNC hostname.
  port
The VNC port number.
  password
The VNC password.

Inherited from object: __class__

Property Details [hide private]

mode

The VNC mode. See consts.PRD_xxx for available modes.

Get Method:
unreachable(s)
Set Method:
unreachable(s, v)

host_name

The VNC hostname.

Get Method:
unreachable(s)
Set Method:
unreachable(s, v)

port

The VNC port number.

Get Method:
unreachable(s)
Set Method:
unreachable(s, v)

password

The VNC password.

Get Method:
unreachable(s)
Set Method:
unreachable(s, v)