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