DbInstancePlanPlanConfig

data class DbInstancePlanPlanConfig(val pause: DbInstancePlanPlanConfigPause? = null, val resume: DbInstancePlanPlanConfigResume? = null, val scaleIn: DbInstancePlanPlanConfigScaleIn? = null, val scaleOut: DbInstancePlanPlanConfigScaleOut? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Pause instance plan config. See the following Block pause.

Link copied to clipboard

Resume instance plan config. See the following Block resume.

Link copied to clipboard

Scale In instance plan config. See the following Block scale_in.

Link copied to clipboard

Scale out instance plan config. See the following Block scale_out.