Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

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

destroy()

Destroys the Cloud monitor.

pause()

Pauses the Cloud monitor.

resume()

Resumes the Cloud monitor.

set_pause_on_connect(pause_on_connect)

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:

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) –
×