Replication Cycle Response
data class ReplicationCycleResponse(val cycleNumber: Int, val endTime: String, val error: StatusResponse, val name: String, val progressPercent: Int, val startTime: String, val state: String, val steps: List<CycleStepResponse>, val totalPauseDuration: String, val warnings: List<MigrationWarningResponse>)
ReplicationCycle contains information about the current replication cycle status.
Constructors
Link copied to clipboard
fun ReplicationCycleResponse(cycleNumber: Int, endTime: String, error: StatusResponse, name: String, progressPercent: Int, startTime: String, state: String, steps: List<CycleStepResponse>, totalPauseDuration: String, warnings: List<MigrationWarningResponse>)