public static enum BdsInstance.ClusterProfile extends Enum<BdsInstance.ClusterProfile> implements BmcEnum
Profile of the Big Data Service cluster.
Enum Constant and Description |
---|
Hadoop |
HadoopExtended |
Hbase |
Hive |
Kafka |
Spark |
Trino |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static BdsInstance.ClusterProfile |
create(String key) |
String |
getValue() |
static BdsInstance.ClusterProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BdsInstance.ClusterProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BdsInstance.ClusterProfile HadoopExtended
public static final BdsInstance.ClusterProfile Hadoop
public static final BdsInstance.ClusterProfile Hive
public static final BdsInstance.ClusterProfile Spark
public static final BdsInstance.ClusterProfile Hbase
public static final BdsInstance.ClusterProfile Trino
public static final BdsInstance.ClusterProfile Kafka
public static final BdsInstance.ClusterProfile UnknownEnumValue
public static BdsInstance.ClusterProfile[] values()
for (BdsInstance.ClusterProfile c : BdsInstance.ClusterProfile.values()) System.out.println(c);
public static BdsInstance.ClusterProfile 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 static BdsInstance.ClusterProfile create(String key)
Copyright © 2016–2024. All rights reserved.