Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.23 KB

File metadata and controls

16 lines (12 loc) · 1.23 KB

ApplianceBackupPolicy

BackupPolicy stores the Intersight Appliance's backup policy. There will be only one BackupPolicy managed object in the Intersight Appliance. Default backup policy managed object is created during the Intersight Appliance setup, and it is configured in the manual backup mode.

Properties

Name Type Description Notes
backup_time datetime The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field. [optional] [readonly]
is_password_set bool [optional]
manual_backup bool Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored. [optional]
password str Password to authenticate the file server. [optional]
schedule OnpremSchedule [optional]
account IamAccount [optional]

[Back to Model list] [Back to API list] [Back to README]