BackupPolicy interface
The backup policy.
- Extends
Properties
backup |
The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The time of the last backup for the backup policy. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The time of the next backup for the backup policy. NOTE: This property will not be serialized. It can only be populated by the server. |
scheduled |
Indicates whether at least one of the schedules in the backup policy is active or not. NOTE: This property will not be serialized. It can only be populated by the server. |
schedules |
The count of schedules the backup policy contains. NOTE: This property will not be serialized. It can only be populated by the server. |
ssm |
If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager. NOTE: This property will not be serialized. It can only be populated by the server. |
volume |
The path IDs of the volumes which are part of the backup policy. |
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
backupPolicyCreationType
The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager. NOTE: This property will not be serialized. It can only be populated by the server.
backupPolicyCreationType?: BackupPolicyCreationType
Property Value
lastBackupTime
The time of the last backup for the backup policy. NOTE: This property will not be serialized. It can only be populated by the server.
lastBackupTime?: Date
Property Value
Date
nextBackupTime
The time of the next backup for the backup policy. NOTE: This property will not be serialized. It can only be populated by the server.
nextBackupTime?: Date
Property Value
Date
scheduledBackupStatus
Indicates whether at least one of the schedules in the backup policy is active or not. NOTE: This property will not be serialized. It can only be populated by the server.
scheduledBackupStatus?: ScheduledBackupStatus
Property Value
schedulesCount
The count of schedules the backup policy contains. NOTE: This property will not be serialized. It can only be populated by the server.
schedulesCount?: number
Property Value
number
ssmHostName
If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager. NOTE: This property will not be serialized. It can only be populated by the server.
ssmHostName?: string
Property Value
string
volumeIds
The path IDs of the volumes which are part of the backup policy.
volumeIds: string[]
Property Value
string[]
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
Azure SDK for JavaScript