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