AutoscalingPolicyMode

enum AutoscalingPolicyMode : Enum<AutoscalingPolicyMode> , ConvertibleToJava<AutoscalingPolicyMode>

Defines operating mode for this policy.

Entries

Link copied to clipboard

Do not automatically scale the MIG in or out. The recommended_size field contains the size of MIG that would be set if the actuation mode was enabled.

Link copied to clipboard

Automatically scale the MIG in and out according to the policy.

Link copied to clipboard

Automatically create VMs according to the policy, but do not scale the MIG in.

Link copied to clipboard

Automatically create VMs according to the policy, but do not scale the MIG in.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): AutoscalingPolicyMode
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: AutoscalingPolicyMode
Link copied to clipboard
Link copied to clipboard