Backup Policy Migration State Args
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)