DbInstancePlanPlanConfigScaleDown

data class DbInstancePlanPlanConfigScaleDown(val executeTime: String? = null, val instanceSpec: String? = null, val planCronTime: String? = null, val planTaskStatus: String? = null)

Constructors

Link copied to clipboard
constructor(executeTime: String? = null, instanceSpec: String? = null, planCronTime: String? = null, planTaskStatus: 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 instanceSpec: String? = null

The specification of segment nodes of the Plan.

Link copied to clipboard
val planCronTime: String? = null

The Cron Time of the plan.

Link copied to clipboard
val planTaskStatus: String? = null

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