GetNasBackupPlansPlan

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)

Constructors

Link copied to clipboard
constructor(backupType: String, createTime: String, createdTime: String, disabled: Boolean, fileSystemId: String, id: String, nasBackupPlanId: String, nasBackupPlanName: String, options: String, paths: List<String>, retention: String, schedule: String, updatedTime: String, vaultId: String)

Types

Link copied to clipboard
object Companion

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

Whether to be suspended. Valid values: true, false.

Link copied to clipboard

The File System ID of Nas.

Link copied to clipboard
val id: String

The ID of Nas backup plan.

Link copied to clipboard

The ID of Nas backup plan.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Options field of Nas backup plan.

Link copied to clipboard

List of backup path. Up to 65536 Characters. e.g.["/home", "/var"]

Link copied to clipboard

Backup retention days, the minimum is 1.

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.

Link copied to clipboard

The ID of backup vault.