Device Settings¶
-
class
py42.clients.settings.device_settings.DeviceSettings(device_dict)¶ Bases:
py42.clients.settings.device_settings.DeviceSettingsDefaultsClass used to manage an individual device’s settings.
-
backup_sets= None¶ List of
BackupSetobjects used to manage this device’s backup set configurations.
-
computer_id¶ Identifier of this device. Read-only.
-
device_id¶ Identifier of this device (alias of .computer_id). Read only.
-
external_reference¶ External reference field for this device.
-
guid¶ Globally unique identifier of this device. Read-only.
-
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.
-
org_id¶ Identifier of the organization this device belongs to. Read-only.
-
user_id¶ Identifier of the user this device belongs to. Read-only.
-
version¶ Latest reported Code42 client version number for this device. Read-only.
-