InstanceGroupManagerUpdatePolicyType

enum InstanceGroupManagerUpdatePolicyType : Enum<InstanceGroupManagerUpdatePolicyType> , ConvertibleToJava<InstanceGroupManagerUpdatePolicyType>

The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).

Entries

Link copied to clipboard

No action is being proactively performed in order to bring this IGM to its target version distribution (regardless of whether this distribution is expressed using instanceTemplate or versions field).

Link copied to clipboard

This IGM will actively converge to its target version distribution (regardless of whether this distribution is expressed using instanceTemplate or versions field).

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: InstanceGroupManagerUpdatePolicyType
Link copied to clipboard
Link copied to clipboard