public static enum AutoScalingForListNodePoolsOutput.SubnetPolicyEnum extends Enum<AutoScalingForListNodePoolsOutput.SubnetPolicyEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoScalingForListNodePoolsOutput.SubnetPolicyEnum.Adapter |
| Enum Constant and Description |
|---|
PRIORITY |
ZONEBALANCE |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingForListNodePoolsOutput.SubnetPolicyEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static AutoScalingForListNodePoolsOutput.SubnetPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoScalingForListNodePoolsOutput.SubnetPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ZoneBalance") public static final AutoScalingForListNodePoolsOutput.SubnetPolicyEnum ZONEBALANCE
@SerializedName(value="Priority") public static final AutoScalingForListNodePoolsOutput.SubnetPolicyEnum PRIORITY
public static AutoScalingForListNodePoolsOutput.SubnetPolicyEnum[] values()
for (AutoScalingForListNodePoolsOutput.SubnetPolicyEnum c : AutoScalingForListNodePoolsOutput.SubnetPolicyEnum.values()) System.out.println(c);
public static AutoScalingForListNodePoolsOutput.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<AutoScalingForListNodePoolsOutput.SubnetPolicyEnum>public static AutoScalingForListNodePoolsOutput.SubnetPolicyEnum fromValue(String input)
Copyright © 2026. All rights reserved.