public enum LCSService extends java.lang.Enum<LCSService>
Enum Constant and Description |
---|
CLUSTER_HEALTH |
HARDWARE_SETTINGS |
METRICS |
PATCHES |
PORTAL_PROPERTIES |
SUBSCRIPTION_VALIDATION |
SYSTEM_SETTINGS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
LCSServiceScope |
getLCSServiceScope() |
java.util.List<LCSService> |
getOptional() |
static LCSService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSService CLUSTER_HEALTH
public static final LCSService HARDWARE_SETTINGS
public static final LCSService METRICS
public static final LCSService PATCHES
public static final LCSService PORTAL_PROPERTIES
public static final LCSService SUBSCRIPTION_VALIDATION
public static final LCSService SYSTEM_SETTINGS
public static LCSService[] values()
for (LCSService c : LCSService.values()) System.out.println(c);
public static LCSService valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
public LCSServiceScope getLCSServiceScope()
public java.util.List<LCSService> getOptional()