Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Backup

Package version

interface

An interface representing Backup. The backup.

extends

BaseModel

Hierarchy

Index

Properties

Optional createdTime

createdTime: Date
member

{Date} [createdTime] The time when the backup was created.

deviceId

deviceId: string
member

{string} deviceId The Device Identifier.

elements

elements: BackupElement[]
member

{BackupElement[]} elements The backup elements.

Optional expirationTime

expirationTime: Date
member

{Date} [expirationTime] The time when the backup will expire.

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

initiatedBy

initiatedBy: InitiatedBy
member

{InitiatedBy} initiatedBy Indicates how the backup was initiated "Manual | Scheduled". Possible values include: 'Manual', 'Scheduled'

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

sizeInBytes

sizeInBytes: number
member

{number} sizeInBytes The backup size in bytes.

Optional targetId

targetId: undefined | string
member

{string} [targetId] The path id of the target FileServer or IscsiServer for which the backup was taken.

Optional targetType

targetType: undefined | string
member

{string} [targetType] Type of target, FileServer or IscsiServer

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc