DbInstancePlanPlanConfigScaleOut

data class DbInstancePlanPlanConfigScaleOut(val executeTime: String? = null, val planCronTime: String? = null, val segmentNodeNum: String? = null)

Constructors

Link copied to clipboard
fun DbInstancePlanPlanConfigScaleOut(executeTime: String? = null, planCronTime: String? = null, segmentNodeNum: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val executeTime: String? = null

The executed time of the Plan.

Link copied to clipboard
val planCronTime: String? = null

The Cron Time of the plan.

Link copied to clipboard
val segmentNodeNum: String? = null

The segment Node Num of the Plan.