RegionInstanceGroupManagerVersionTargetSizeArgs

data class RegionInstanceGroupManagerVersionTargetSizeArgs(val fixed: Output<Int>? = null, val percent: Output<Int>? = null) : ConvertibleToJava<RegionInstanceGroupManagerVersionTargetSizeArgs>

Constructors

constructor(fixed: Output<Int>? = null, percent: Output<Int>? = null)

Properties

Link copied to clipboard
val fixed: Output<Int>? = null

, The number of instances which are managed for this version. Conflicts with percent.

Link copied to clipboard
val percent: Output<Int>? = null

, The number of instances (calculated as percentage) which are managed for this version. Conflicts with fixed. Note that when using percent, rounding will be in favor of explicitly set target_size values; a managed instance group with 2 instances and 2 versions, one of which has a target_size.percent of 60 will create 2 instances of that version.

Functions

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