public enum CloudAppSecuritySessionControlType extends java.lang.Enum<CloudAppSecuritySessionControlType>
| Enum Constant and Description |
|---|
BLOCK_DOWNLOADS
block Downloads
|
MCAS_CONFIGURED
mcas Configured
|
MONITOR_ONLY
monitor Only
|
UNEXPECTED_VALUE
For CloudAppSecuritySessionControlType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static CloudAppSecuritySessionControlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloudAppSecuritySessionControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudAppSecuritySessionControlType MCAS_CONFIGURED
public static final CloudAppSecuritySessionControlType MONITOR_ONLY
public static final CloudAppSecuritySessionControlType BLOCK_DOWNLOADS
public static final CloudAppSecuritySessionControlType UNKNOWN_FUTURE_VALUE
public static final CloudAppSecuritySessionControlType UNEXPECTED_VALUE
public static CloudAppSecuritySessionControlType[] values()
for (CloudAppSecuritySessionControlType c : CloudAppSecuritySessionControlType.values()) System.out.println(c);
public static CloudAppSecuritySessionControlType 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