public static enum ComponentConfigForUpdateClusterConfigInput.NameEnum extends Enum<ComponentConfigForUpdateClusterConfigInput.NameEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentConfigForUpdateClusterConfigInput.NameEnum.Adapter |
| Enum Constant and Description |
|---|
CLUSTERAUTOSCALER |
ETCD |
GODELBINDER |
GODELDISPATCHER |
GODELSCHEDULER |
KUBEAPISERVER |
KUBEBRAIN |
KUBECONTROLLERMANAGER |
KUBELET |
KUBESCHEDULER |
| Modifier and Type | Method and Description |
|---|---|
static ComponentConfigForUpdateClusterConfigInput.NameEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ComponentConfigForUpdateClusterConfigInput.NameEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentConfigForUpdateClusterConfigInput.NameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Kubelet") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum KUBELET
@SerializedName(value="KubeApiServer") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum KUBEAPISERVER
@SerializedName(value="KubeControllerManager") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum KUBECONTROLLERMANAGER
@SerializedName(value="KubeScheduler") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum KUBESCHEDULER
@SerializedName(value="Etcd") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum ETCD
@SerializedName(value="ClusterAutoscaler") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum CLUSTERAUTOSCALER
@SerializedName(value="KubeBrain") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum KUBEBRAIN
@SerializedName(value="GodelScheduler") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum GODELSCHEDULER
@SerializedName(value="GodelDispatcher") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum GODELDISPATCHER
@SerializedName(value="GodelBinder") public static final ComponentConfigForUpdateClusterConfigInput.NameEnum GODELBINDER
public static ComponentConfigForUpdateClusterConfigInput.NameEnum[] values()
for (ComponentConfigForUpdateClusterConfigInput.NameEnum c : ComponentConfigForUpdateClusterConfigInput.NameEnum.values()) System.out.println(c);
public static ComponentConfigForUpdateClusterConfigInput.NameEnum 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<ComponentConfigForUpdateClusterConfigInput.NameEnum>public static ComponentConfigForUpdateClusterConfigInput.NameEnum fromValue(String input)
Copyright © 2026. All rights reserved.