Backup interface

The backup.

Extends

Properties

createdTime

The time when the backup was created.

deviceId

The Device Identifier.

elements

The backup elements.

expirationTime

The time when the backup will expire.

initiatedBy

Indicates how the backup was initiated "Manual | Scheduled".

sizeInBytes

The backup size in bytes.

targetId

The path id of the target FileServer or IscsiServer for which the backup was taken.

targetType

Type of target, FileServer or IscsiServer

Inherited Properties

id

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

name

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

type

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

Property Details

createdTime

The time when the backup was created.

createdTime?: Date

Property Value

Date

deviceId

The Device Identifier.

deviceId: string

Property Value

string

elements

The backup elements.

elements: BackupElement[]

Property Value

expirationTime

The time when the backup will expire.

expirationTime?: Date

Property Value

Date

initiatedBy

Indicates how the backup was initiated "Manual | Scheduled".

initiatedBy: InitiatedBy

Property Value

sizeInBytes

The backup size in bytes.

sizeInBytes: number

Property Value

number

targetId

The path id of the target FileServer or IscsiServer for which the backup was taken.

targetId?: string

Property Value

string

targetType

Type of target, FileServer or IscsiServer

targetType?: string

Property Value

string

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From BaseModel.id

name

The name. 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 type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type