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