public static enum IFlowCacheService.FCQueryEvType extends java.lang.Enum<IFlowCacheService.FCQueryEvType>
Enum Constant and Description |
---|
ACL_ADDED
An ACL was added
|
ACL_CONFIG_CHANGED
ACL configuration was changed
|
ACL_DELETED
An ACL was deleted
|
ACL_RULE_ADDED
An ACL rule was added
|
ACL_RULE_DELETED
An ACL rule was deleted
|
APP_ADDED
A new App was added.
|
APP_CONFIG_CHANGED
Some App configuration was changed
|
APP_DELETED
An App was deleted.
|
APP_INTERFACE_RULE_CHANGED
Interface rule of an app was modified
|
DEVICE_MOVED
device had moved to a different port in the network
|
DEVICE_PROPERTY_CHANGED
device's property had changed, such as tag assignment
|
GET
The GET query.
|
LINK_DOWN
Link down
|
PERIODIC_SCAN
Periodic scan of switch flow table
|
Modifier and Type | Method and Description |
---|---|
static IFlowCacheService.FCQueryEvType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFlowCacheService.FCQueryEvType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFlowCacheService.FCQueryEvType GET
public static final IFlowCacheService.FCQueryEvType APP_ADDED
public static final IFlowCacheService.FCQueryEvType APP_DELETED
public static final IFlowCacheService.FCQueryEvType APP_INTERFACE_RULE_CHANGED
public static final IFlowCacheService.FCQueryEvType APP_CONFIG_CHANGED
public static final IFlowCacheService.FCQueryEvType ACL_ADDED
public static final IFlowCacheService.FCQueryEvType ACL_DELETED
public static final IFlowCacheService.FCQueryEvType ACL_RULE_ADDED
public static final IFlowCacheService.FCQueryEvType ACL_RULE_DELETED
public static final IFlowCacheService.FCQueryEvType ACL_CONFIG_CHANGED
public static final IFlowCacheService.FCQueryEvType DEVICE_MOVED
public static final IFlowCacheService.FCQueryEvType DEVICE_PROPERTY_CHANGED
public static final IFlowCacheService.FCQueryEvType LINK_DOWN
public static final IFlowCacheService.FCQueryEvType PERIODIC_SCAN
public static IFlowCacheService.FCQueryEvType[] values()
for (IFlowCacheService.FCQueryEvType c : IFlowCacheService.FCQueryEvType.values()) System.out.println(c);
public static IFlowCacheService.FCQueryEvType 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