DbInstancePlanPlanConfigScaleUpArgs

data class DbInstancePlanPlanConfigScaleUpArgs(val executeTime: Output<String>? = null, val instanceSpec: Output<String>? = null, val planCronTime: Output<String>? = null, val planTaskStatus: Output<String>? = null) : ConvertibleToJava<DbInstancePlanPlanConfigScaleUpArgs>

Constructors

Link copied to clipboard
constructor(executeTime: Output<String>? = null, instanceSpec: Output<String>? = null, planCronTime: Output<String>? = null, planTaskStatus: Output<String>? = null)

Properties

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

The executed time of the Plan.

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

The specification of segment nodes of the Plan.

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

The Cron Time of the plan.

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

(Available since v1.231.0) The status of the plan task.

Functions

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