Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.37 KB

ApplianceRecoveryBackupSchedulesCreateSpec.md

File metadata and controls

15 lines (12 loc) · 1.37 KB

VSphereAutomation::Appliance::ApplianceRecoveryBackupSchedulesCreateSpec

Properties

Name Type Description Notes
parts Array<String> List of optional parts to be backed up. Use the {@link appliance.recovery.backup.Parts#list} {@term operation} to get information about the supported parts. [optional]
backup_password String Password for a backup piece. The backupPassword must adhere to the following password requirements: At least 8 characters, cannot be more than 20 characters in length. At least 1 uppercase letter. At least 1 lowercase letter. At least 1 numeric digit. At least 1 special character (i.e. any character not in [0-9,a-z,A-Z]). Only visible ASCII characters (for example, no space). [optional]
location String URL of the backup location.
location_user String Username for the given location. [optional]
location_password String Password for the given location. [optional]
enable Boolean Enable or disable a schedule. [optional]
recurrence_info ApplianceRecoveryBackupSchedulesRecurrenceInfo [optional]
retention_info ApplianceRecoveryBackupSchedulesRetentionInfo [optional]