GroupInstanceMaintenancePolicyArgs

data class GroupInstanceMaintenancePolicyArgs(val maxHealthyPercentage: Output<Int>, val minHealthyPercentage: Output<Int>) : ConvertibleToJava<GroupInstanceMaintenancePolicyArgs>

Constructors

Link copied to clipboard
constructor(maxHealthyPercentage: Output<Int>, minHealthyPercentage: Output<Int>)

Properties

Link copied to clipboard

Specifies the upper limit on the number of instances that are in the InService or Pending state with a healthy status during an instance replacement activity.

Link copied to clipboard

Specifies the lower limit on the number of instances that must be in the InService state with a healthy status during an instance replacement activity.

Functions

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