Device Settings

class py42.clients.settings.device_settings.IncydrDeviceSettings(settings_dict)

Bases: collections.UserDict

Class used to manage individual Incydr devices. These devices have no backup settings and only the notes and external reference fields are modifiable.

property computer_id

Identifier of this device. Read-only.

property device_id

Identifier of this device (alias of .computer_id). Read only.

external_reference

External reference field for this device.

property guid

Globally unique identifier of this device. Read-only.

property name

Name of this device. Read-only.

notes

Notes field for this device.

property org_id

Identifier of the organization this device belongs to. Read-only.

property user_id

Identifier of the user this device belongs to. Read-only.

property version

Latest reported Code42 client version number for this device. Read-only.

class py42.clients.settings.device_settings.DeviceSettings(device_dict)

Bases: py42.clients.settings.device_settings.DeviceSettingsDefaults

Class used to manage an individual device’s settings.

property available_destinations

Returns a dict of destinations available to be used by devices. Dict keys are destination guids and values are destination names.

backup_sets

List of BackupSet objects used to manage this device’s backup set configurations.

backup_status_email_enabled

Determines if the regularly scheduled backup status email is enabled.

backup_status_email_frequency_days

Determines the frequency of the regularly scheduled backup status email.

property computer_id

Identifier of this device. Read-only.

critical_alert_days

The number of days a device can go without any backup activity before “warning” alert threshold is passed.

critical_email_enabled

Determines if backup “critical” threshold email alerts are configured for this device.

property device_id

Identifier of this device (alias of .computer_id). Read only.

external_reference

External reference field for this device.

property guid

Globally unique identifier of this device. Read-only.

property java_memory_heap_max

The maximum memory the client will use on its system

name

Name for this device.

notes

Notes field for this device.

property org_id

Identifier of the organization this device belongs to. Read-only.

property user_id

Identifier of the user this device belongs to. Read-only.

property version

Latest reported Code42 client version number for this device. Read-only.

warning_alert_days

The number of days a device can go without any backup activity before “warning” alert threshold is passed.

warning_email_enabled

Determines if backup “warning” threshold email alerts are configured for this device.