AddonAutoscaling Class

public final class AddonAutoscaling
extends ExpandableStringEnum<AddonAutoscaling>

Whether VPA add-on is enabled and configured to scale AKS-managed add-ons.

Field Summary

Modifier and Type Field and Description
static final AddonAutoscaling DISABLED

Feature to autoscale AKS-managed add-ons is disabled.

static final AddonAutoscaling ENABLED

Feature to autoscale AKS-managed add-ons is enabled.

Constructor Summary

Constructor Description
AddonAutoscaling()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AddonAutoscaling value.

Method Summary

Modifier and Type Method and Description
static AddonAutoscaling fromString(String name)

Creates or finds a AddonAutoscaling from its string representation.

static Collection<AddonAutoscaling> values()

Gets known AddonAutoscaling values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final AddonAutoscaling DISABLED

Feature to autoscale AKS-managed add-ons is disabled.

ENABLED

public static final AddonAutoscaling ENABLED

Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode.

Constructor Details

AddonAutoscaling

@Deprecated
public AddonAutoscaling()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AddonAutoscaling value.

Method Details

fromString

public static AddonAutoscaling fromString(String name)

Creates or finds a AddonAutoscaling from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AddonAutoscaling.

values

public static Collection<AddonAutoscaling> values()

Gets known AddonAutoscaling values.

Returns:

known AddonAutoscaling values.

Applies to