Get Backup Policy Result
data class GetBackupPolicyResult(val backupPolicyCreationType: String, val id: String, val kind: String? = null, val lastBackupTime: String, val name: String, val nextBackupTime: String, val scheduledBackupStatus: String, val schedulesCount: Double, val ssmHostName: String, val type: String, val volumeIds: List<String>)
The backup policy.
Properties
Link copied to clipboard
The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager.
Link copied to clipboard
The time of the last backup for the backup policy.
Link copied to clipboard
The time of the next backup for the backup policy.
Link copied to clipboard
Indicates whether at least one of the schedules in the backup policy is active or not.
Link copied to clipboard
The count of schedules the backup policy contains.
Link copied to clipboard
If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager.