DbInstancePlanPlanConfigScaleInArgs

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

Constructors

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

Functions

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

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.