BackupSchedule interface

The backup schedule.

Extends

Properties

backupType

The type of backup which needs to be taken.

lastSuccessfulRun

The last successful backup run which was triggered for the schedule. NOTE: This property will not be serialized. It can only be populated by the server.

retentionCount

The number of backups to be retained.

scheduleRecurrence

The schedule recurrence.

scheduleStatus

The schedule status.

startTime

The start time of the schedule.

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

kind

The Kind of the object. Currently only Series8000 is supported

name

The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

backupType

The type of backup which needs to be taken.

backupType: BackupType

Property Value

lastSuccessfulRun

The last successful backup run which was triggered for the schedule. NOTE: This property will not be serialized. It can only be populated by the server.

lastSuccessfulRun?: Date

Property Value

Date

retentionCount

The number of backups to be retained.

retentionCount: number

Property Value

number

scheduleRecurrence

The schedule recurrence.

scheduleRecurrence: ScheduleRecurrence

Property Value

scheduleStatus

The schedule status.

scheduleStatus: ScheduleStatus

Property Value

startTime

The start time of the schedule.

startTime: Date

Property Value

Date

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

kind

The Kind of the object. Currently only Series8000 is supported

kind?: "Series8000"

Property Value

"Series8000"

Inherited From BaseModel.kind

name

The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From BaseModel.name

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type