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