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