BackupPolicyMigrationStateResponse

data class BackupPolicyMigrationStateResponse(val startTime: String? = null, val status: String? = null, val targetType: String? = null)

The object representing the state of the migration between the backup policies.

Constructors

Link copied to clipboard
constructor(startTime: String? = null, status: String? = null, targetType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val startTime: String? = null

Time at which the backup policy migration started (ISO-8601 format).

Link copied to clipboard
val status: String? = null

Describes the status of migration between backup policy types.

Link copied to clipboard
val targetType: String? = null

Describes the target backup policy type of the backup policy migration.