Db Instance Plan Plan Config Args
data class DbInstancePlanPlanConfigArgs(val pause: Output<DbInstancePlanPlanConfigPauseArgs>? = null, val resume: Output<DbInstancePlanPlanConfigResumeArgs>? = null, val scaleDown: Output<DbInstancePlanPlanConfigScaleDownArgs>? = null, val scaleIn: Output<DbInstancePlanPlanConfigScaleInArgs>? = null, val scaleOut: Output<DbInstancePlanPlanConfigScaleOutArgs>? = null, val scaleUp: Output<DbInstancePlanPlanConfigScaleUpArgs>? = null) : ConvertibleToJava<DbInstancePlanPlanConfigArgs>
Constructors
Link copied to clipboard
constructor(pause: Output<DbInstancePlanPlanConfigPauseArgs>? = null, resume: Output<DbInstancePlanPlanConfigResumeArgs>? = null, scaleDown: Output<DbInstancePlanPlanConfigScaleDownArgs>? = null, scaleIn: Output<DbInstancePlanPlanConfigScaleInArgs>? = null, scaleOut: Output<DbInstancePlanPlanConfigScaleOutArgs>? = null, scaleUp: Output<DbInstancePlanPlanConfigScaleUpArgs>? = null)
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 down instance plan config. See scale_down 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.
Link copied to clipboard
Scale up instance plan config. See scale_up below.