GetBackupScheduleResult

data class GetBackupScheduleResult(val backupType: String, val id: String, val kind: String? = null, val lastSuccessfulRun: String, val name: String, val retentionCount: Double, val scheduleRecurrence: ScheduleRecurrenceResponse, val scheduleStatus: String, val startTime: String, val type: String)

The backup schedule.

Constructors

Link copied to clipboard
constructor(backupType: String, id: String, kind: String? = null, lastSuccessfulRun: String, name: String, retentionCount: Double, scheduleRecurrence: ScheduleRecurrenceResponse, scheduleStatus: String, startTime: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of backup which needs to be taken.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The last successful backup run which was triggered for the schedule.

Link copied to clipboard

The name of the object.

Link copied to clipboard

The number of backups to be retained.

Link copied to clipboard

The schedule recurrence.

Link copied to clipboard

The schedule status.

Link copied to clipboard

The start time of the schedule.

Link copied to clipboard

The hierarchical type of the object.