Get Nas Backup Plans Plan
data class GetNasBackupPlansPlan(val backupType: String, val createTime: String, val createdTime: String, val disabled: Boolean, val fileSystemId: String, val id: String, val nasBackupPlanId: String, val nasBackupPlanName: String, val options: String, val paths: List<String>, val retention: String, val schedule: String, val updatedTime: String, val vaultId: String)
Properties
Link copied to clipboard
Backup type. Valid values: COMPLETE
.
Link copied to clipboard
The creation time of the backup plan. UNIX time in seconds.
Link copied to clipboard
File System Creation Time. Note The time format of the API adopts the ISO 8601 format, such as 2021-07-09T15:45:30CST
.
Link copied to clipboard
The File System ID of Nas.
Link copied to clipboard
The ID of Nas backup plan.
Link copied to clipboard
The name of the resource.
Link copied to clipboard
Backup strategy. Optional format: I|{startTime}|{interval}
. It means to execute a backup task every {interval}
starting from {startTime}
. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
Link copied to clipboard
The update time of the backup plan. UNIX time in seconds.