BackupServerConfig#

class BackupServerConfig(expiry_in_secs=86400, backup_client_access_configs=None, *args, **kwargs)#

Bases: object

Configuration for partner server of type BACKUP.

Parameters:
  • expiry_in_secs – (expiry_in_secs) The expiry time in seconds for the backup client to access the shares. The default value is 24 hours. (Default 86400)

  • backup_client_access_configs – (backup_client_access_configs) List of backup client details along with request access permissions.

property backup_client_access_configs#

List of backup client details along with request access permissions.

Type:

list[ BackupServerAccessControlBlock ]

property expiry_in_secs#

The expiry time in seconds for the backup client to access the shares. The default value is 24 hours.

Type:

int

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model