public static enum AutoScalingForCreateNodePoolInput.SubnetPolicyEnum extends Enum<AutoScalingForCreateNodePoolInput.SubnetPolicyEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoScalingForCreateNodePoolInput.SubnetPolicyEnum.Adapter |
| Enum Constant and Description |
|---|
PRIORITY |
ZONEBALANCE |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingForCreateNodePoolInput.SubnetPolicyEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static AutoScalingForCreateNodePoolInput.SubnetPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoScalingForCreateNodePoolInput.SubnetPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoScalingForCreateNodePoolInput.SubnetPolicyEnum ZONEBALANCE
public static final AutoScalingForCreateNodePoolInput.SubnetPolicyEnum PRIORITY
public static AutoScalingForCreateNodePoolInput.SubnetPolicyEnum[] values()
for (AutoScalingForCreateNodePoolInput.SubnetPolicyEnum c : AutoScalingForCreateNodePoolInput.SubnetPolicyEnum.values()) System.out.println(c);
public static AutoScalingForCreateNodePoolInput.SubnetPolicyEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<AutoScalingForCreateNodePoolInput.SubnetPolicyEnum>public static AutoScalingForCreateNodePoolInput.SubnetPolicyEnum fromValue(String input)
Copyright © 2024. All rights reserved.