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