public enum DefenderCloudBlockLevelType extends java.lang.Enum<DefenderCloudBlockLevelType>
| Enum Constant and Description |
|---|
HIGH
high
|
HIGH_PLUS
high Plus
|
NOT_CONFIGURED
not Configured
|
UNEXPECTED_VALUE
For DefenderCloudBlockLevelType values that were not expected from the service
|
ZERO_TOLERANCE
zero Tolerance
|
| Modifier and Type | Method and Description |
|---|---|
static DefenderCloudBlockLevelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefenderCloudBlockLevelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefenderCloudBlockLevelType NOT_CONFIGURED
public static final DefenderCloudBlockLevelType HIGH
public static final DefenderCloudBlockLevelType HIGH_PLUS
public static final DefenderCloudBlockLevelType ZERO_TOLERANCE
public static final DefenderCloudBlockLevelType UNEXPECTED_VALUE
public static DefenderCloudBlockLevelType[] values()
for (DefenderCloudBlockLevelType c : DefenderCloudBlockLevelType.values()) System.out.println(c);
public static DefenderCloudBlockLevelType 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