public enum ServiceType extends Enum<ServiceType>
Enum Constant and Description |
---|
APP_CATALOG |
ARTIFACT |
BARBICAN |
BLOCK_STORAGE |
CLUSTERING |
COMPUTE |
DATABASE |
DNS |
EC2 |
IDENTITY |
IMAGE |
MAGNUM |
NETWORK |
OBJECT_STORAGE |
ORCHESTRATION |
SAHARA |
SHARE |
TACKER |
TELEMETRY |
TELEMETRY_AODH |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ServiceType |
forName(String name) |
String |
getServiceName() |
String |
getType() |
static ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceType IDENTITY
public static final ServiceType APP_CATALOG
public static final ServiceType COMPUTE
public static final ServiceType IMAGE
public static final ServiceType BLOCK_STORAGE
public static final ServiceType OBJECT_STORAGE
public static final ServiceType NETWORK
public static final ServiceType EC2
public static final ServiceType TELEMETRY
public static final ServiceType TELEMETRY_AODH
public static final ServiceType ORCHESTRATION
public static final ServiceType CLUSTERING
public static final ServiceType SAHARA
public static final ServiceType SHARE
public static final ServiceType DATABASE
public static final ServiceType BARBICAN
public static final ServiceType TACKER
public static final ServiceType ARTIFACT
public static final ServiceType MAGNUM
public static final ServiceType DNS
public static final ServiceType UNKNOWN
public static ServiceType[] values()
for (ServiceType c : ServiceType.values()) System.out.println(c);
public static ServiceType 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 getServiceName()
public String getType()
public static ServiceType forName(String name)
Copyright © 2017. All rights reserved.