public static enum ConnectorConfigForListClustersOutput.ProviderEnum extends Enum<ConnectorConfigForListClustersOutput.ProviderEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectorConfigForListClustersOutput.ProviderEnum.Adapter |
| Enum Constant and Description |
|---|
ACK |
BAIDUCCE |
CCE |
EKS |
GKE |
NONE |
TKE |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorConfigForListClustersOutput.ProviderEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ConnectorConfigForListClustersOutput.ProviderEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorConfigForListClustersOutput.ProviderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Ack") public static final ConnectorConfigForListClustersOutput.ProviderEnum ACK
@SerializedName(value="Tke") public static final ConnectorConfigForListClustersOutput.ProviderEnum TKE
@SerializedName(value="Cce") public static final ConnectorConfigForListClustersOutput.ProviderEnum CCE
@SerializedName(value="Gke") public static final ConnectorConfigForListClustersOutput.ProviderEnum GKE
@SerializedName(value="Eks") public static final ConnectorConfigForListClustersOutput.ProviderEnum EKS
@SerializedName(value="BaiduCce") public static final ConnectorConfigForListClustersOutput.ProviderEnum BAIDUCCE
@SerializedName(value="None") public static final ConnectorConfigForListClustersOutput.ProviderEnum NONE
public static ConnectorConfigForListClustersOutput.ProviderEnum[] values()
for (ConnectorConfigForListClustersOutput.ProviderEnum c : ConnectorConfigForListClustersOutput.ProviderEnum.values()) System.out.println(c);
public static ConnectorConfigForListClustersOutput.ProviderEnum 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<ConnectorConfigForListClustersOutput.ProviderEnum>public static ConnectorConfigForListClustersOutput.ProviderEnum fromValue(String input)
Copyright © 2026. All rights reserved.