Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor¶
-
class
vncsdk.
CloudAddressMonitor
¶ Monitor used to query the availability of VNC Cloud addresses.
Constructor Summary¶
Modifier and Type | Method and Description |
---|---|
__init__(connector, cloud_addresses, callback) Creates a monitor, which queries whether a list of cloud addresses is available. |
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Destroys the Cloud monitor. |
|
Pauses the Cloud monitor. |
|
Resumes the Cloud monitor. |
|
Sets whether or not the Cloud monitor pauses automatically when a connection is established. |
Constructor¶
-
vncsdk.CloudAddressMonitor.
__init__
(connector, cloud_addresses, callback)¶ Creates a monitor, which queries whether a list of cloud addresses is available.
For more information, see
vnc_CloudAddressMonitor_create()
.Parameters: - connector (
vncsdk.CloudConnector
) – - cloud_addresses ([str]) –
- callback (
vncsdk.CloudAddressMonitor.Callback
) –
- connector (
Methods¶
-
CloudAddressMonitor.
destroy
()¶ Destroys the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_destroy()
.
-
CloudAddressMonitor.
pause
()¶ Pauses the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_pause()
.
-
CloudAddressMonitor.
resume
()¶ Resumes the Cloud monitor.
For more information, see
vnc_CloudAddressMonitor_resume()
.
-
CloudAddressMonitor.
set_pause_on_connect
(pause_on_connect)¶ Sets whether or not the Cloud monitor pauses automatically when a connection is established.
For more information, see
vnc_CloudAddressMonitor_setPauseOnConnect()
.Parameters: pause_on_connect (bool) –