GetBackupPolicyResult

data class GetBackupPolicyResult(val azureApiVersion: String, 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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, backupPolicyCreationType: String, id: String, kind: String? = null, lastBackupTime: String, name: String, nextBackupTime: String, scheduledBackupStatus: String, schedulesCount: Double, ssmHostName: String, type: String, volumeIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The time of the last backup for the backup policy.

Link copied to clipboard

The name of the object.

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.

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

The path IDs of the volumes which are part of the backup policy.