GetDbInstancePlansPlan

data class GetDbInstancePlansPlan(val dbInstancePlanName: String, val id: String, val planConfigs: List<GetDbInstancePlansPlanPlanConfig>, val planDesc: String, val planEndDate: String, val planId: String, val planScheduleType: String, val planStartDate: String, val planType: String, val status: String)

Constructors

Link copied to clipboard
constructor(dbInstancePlanName: String, id: String, planConfigs: List<GetDbInstancePlansPlanPlanConfig>, planDesc: String, planEndDate: String, planId: String, planScheduleType: String, planStartDate: String, planType: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Plan.

Link copied to clipboard
val id: String

The ID of the resource. The value formats as <db_instance_id>:<plan_id>.

Link copied to clipboard

Plan configuration information.

Link copied to clipboard
Link copied to clipboard

The end time of the Plan.

Link copied to clipboard

The ID of DB Instance Plan.

Link copied to clipboard

Plan scheduling type. Valid values: Postpone, Regular.

Link copied to clipboard

The start time of the Plan.

Link copied to clipboard

The type of the Plan. Valid values: PauseResume, Resize.

Link copied to clipboard

The Status of the Plan.