DbInstancePlanPlanConfigArgs

data class DbInstancePlanPlanConfigArgs(val pause: Output<DbInstancePlanPlanConfigPauseArgs>? = null, val resume: Output<DbInstancePlanPlanConfigResumeArgs>? = null, val scaleIn: Output<DbInstancePlanPlanConfigScaleInArgs>? = null, val scaleOut: Output<DbInstancePlanPlanConfigScaleOutArgs>? = null) : ConvertibleToJava<DbInstancePlanPlanConfigArgs>

Constructors

Link copied to clipboard

Functions

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

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.