BackupPolicyMigrationStateArgs

data class BackupPolicyMigrationStateArgs(val startTime: Output<String>? = null, val status: Output<Either<String, BackupPolicyMigrationStatus>>? = null, val targetType: Output<Either<String, BackupPolicyType>>? = null) : ConvertibleToJava<BackupPolicyMigrationStateArgs>

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

Constructors

Link copied to clipboard
constructor(startTime: Output<String>? = null, status: Output<Either<String, BackupPolicyMigrationStatus>>? = null, targetType: Output<Either<String, BackupPolicyType>>? = null)

Properties

Link copied to clipboard
val startTime: Output<String>? = null

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

Link copied to clipboard
val status: Output<Either<String, BackupPolicyMigrationStatus>>? = null

Describes the status of migration between backup policy types.

Link copied to clipboard
val targetType: Output<Either<String, BackupPolicyType>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BackupPolicyMigrationStateArgs