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.
|
public static final LogSetupForUpdateClusterConfigInput.LogTypeEnum AUDIT
public static final LogSetupForUpdateClusterConfigInput.LogTypeEnum CLOUDCONTROLLERMANAGER
public static final LogSetupForUpdateClusterConfigInput.LogTypeEnum ETCD
public static final LogSetupForUpdateClusterConfigInput.LogTypeEnum KUBEAPISERVER
public static final LogSetupForUpdateClusterConfigInput.LogTypeEnum KUBECONTROLLERMANAGER
public static final LogSetupForUpdateClusterConfigInput.LogTypeEnum KUBESCHEDULER
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 © 2024. All rights reserved.