DbInstancePlanPlanConfigScaleOutArgs

data class DbInstancePlanPlanConfigScaleOutArgs(val executeTime: Output<String>? = null, val planCronTime: Output<String>? = null, val segmentNodeNum: Output<String>? = null) : ConvertibleToJava<DbInstancePlanPlanConfigScaleOutArgs>

Constructors

Link copied to clipboard
fun DbInstancePlanPlanConfigScaleOutArgs(executeTime: Output<String>? = null, planCronTime: Output<String>? = null, segmentNodeNum: Output<String>? = null)

Functions

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

Properties

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

The executed time of the Plan.

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

The Cron Time of the plan.

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

The segment Node Num of the Plan.