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 pause below.

Link copied to clipboard

Resume instance plan config. See resume below.

Link copied to clipboard

Scale In instance plan config. See scale_in below.

Link copied to clipboard

Scale out instance plan config. See scale_out below.