public enum ManagedDevicePartnerReportedHealthState extends java.lang.Enum<ManagedDevicePartnerReportedHealthState>
Enum Constant and Description |
---|
ACTIVATED
activated
|
COMPROMISED
compromised
|
DEACTIVATED
deactivated
|
HIGH_SEVERITY
high Severity
|
LOW_SEVERITY
low Severity
|
MEDIUM_SEVERITY
medium Severity
|
MISCONFIGURED
misconfigured
|
SECURED
secured
|
UNEXPECTED_VALUE
For ManagedDevicePartnerReportedHealthState values that were not expected from the service
|
UNKNOWN
unknown
|
UNRESPONSIVE
unresponsive
|
Modifier and Type | Method and Description |
---|---|
static ManagedDevicePartnerReportedHealthState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedDevicePartnerReportedHealthState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedDevicePartnerReportedHealthState UNKNOWN
public static final ManagedDevicePartnerReportedHealthState ACTIVATED
public static final ManagedDevicePartnerReportedHealthState DEACTIVATED
public static final ManagedDevicePartnerReportedHealthState SECURED
public static final ManagedDevicePartnerReportedHealthState LOW_SEVERITY
public static final ManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY
public static final ManagedDevicePartnerReportedHealthState HIGH_SEVERITY
public static final ManagedDevicePartnerReportedHealthState UNRESPONSIVE
public static final ManagedDevicePartnerReportedHealthState COMPROMISED
public static final ManagedDevicePartnerReportedHealthState MISCONFIGURED
public static final ManagedDevicePartnerReportedHealthState UNEXPECTED_VALUE
public static ManagedDevicePartnerReportedHealthState[] values()
for (ManagedDevicePartnerReportedHealthState c : ManagedDevicePartnerReportedHealthState.values()) System.out.println(c);
public static ManagedDevicePartnerReportedHealthState 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 null