Package com.oracle.bmc.bds.model
Enum CertificateServiceInfoSummary.Service
- java.lang.Object
-
- java.lang.Enum<CertificateServiceInfoSummary.Service>
-
- com.oracle.bmc.bds.model.CertificateServiceInfoSummary.Service
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<CertificateServiceInfoSummary.Service>
- Enclosing class:
- CertificateServiceInfoSummary
public static enum CertificateServiceInfoSummary.Service extends Enum<CertificateServiceInfoSummary.Service> implements BmcEnum
Name of the service
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertificateServiceInfoSummary.Service
create(String key)
String
getValue()
static CertificateServiceInfoSummary.Service
valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateServiceInfoSummary.Service[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Zookeeper
public static final CertificateServiceInfoSummary.Service Zookeeper
-
Ams
public static final CertificateServiceInfoSummary.Service Ams
-
Hdfs
public static final CertificateServiceInfoSummary.Service Hdfs
-
Yarn
public static final CertificateServiceInfoSummary.Service Yarn
-
Mapreduce
public static final CertificateServiceInfoSummary.Service Mapreduce
-
Oozie
public static final CertificateServiceInfoSummary.Service Oozie
-
Hbase
public static final CertificateServiceInfoSummary.Service Hbase
-
Spark
public static final CertificateServiceInfoSummary.Service Spark
-
Hive
public static final CertificateServiceInfoSummary.Service Hive
-
Kafka
public static final CertificateServiceInfoSummary.Service Kafka
-
Flink
public static final CertificateServiceInfoSummary.Service Flink
-
Registry
public static final CertificateServiceInfoSummary.Service Registry
-
UnknownEnumValue
public static final CertificateServiceInfoSummary.Service UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static CertificateServiceInfoSummary.Service[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CertificateServiceInfoSummary.Service c : CertificateServiceInfoSummary.Service.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CertificateServiceInfoSummary.Service valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static CertificateServiceInfoSummary.Service create(String key)
-
-