public static enum VtnRscEvent.Type extends Enum<VtnRscEvent.Type>
| Enum Constant and Description |
|---|
FLOATINGIP_BIND
Signifies that Floating IP has been bound.
|
FLOATINGIP_DELETE
Signifies that floating IP has delete.
|
FLOATINGIP_PUT
Signifies that floating IP has create.
|
FLOATINGIP_UNBIND
Signifies that Floating IP has been unbound.
|
FLOW_CLASSIFIER_DELETE
Signifies that flow-classifier has remove.
|
FLOW_CLASSIFIER_PUT
Signifies that flow-classifier has add.
|
FLOW_CLASSIFIER_UPDATE
Signifies that flow-classifier has update.
|
PORT_CHAIN_DELETE
Signifies that port-chain has remove.
|
PORT_CHAIN_PUT
Signifies that port-chain has add.
|
PORT_CHAIN_UPDATE
Signifies that port-chain has update.
|
PORT_PAIR_DELETE
Signifies that port-pair has remove.
|
PORT_PAIR_GROUP_DELETE
Signifies that port-pair-group has remove.
|
PORT_PAIR_GROUP_PUT
Signifies that port-pair-group has add.
|
PORT_PAIR_GROUP_UPDATE
Signifies that port-pair-group has update.
|
PORT_PAIR_PUT
Signifies that port-pair has add.
|
PORT_PAIR_UPDATE
Signifies that port-pair has update.
|
ROUTER_DELETE
Signifies that router has delete.
|
ROUTER_INTERFACE_DELETE
Signifies that router interface has remove.
|
ROUTER_INTERFACE_PUT
Signifies that router interface has add.
|
ROUTER_PUT
Signifies that router has create.
|
VIRTUAL_PORT_DELETE
Signifies that virtual-port has removed.
|
VIRTUAL_PORT_PUT
Signifies that virtual-port has created.
|
| Modifier and Type | Method and Description |
|---|---|
static VtnRscEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VtnRscEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VtnRscEvent.Type FLOATINGIP_PUT
public static final VtnRscEvent.Type FLOATINGIP_DELETE
public static final VtnRscEvent.Type FLOATINGIP_BIND
public static final VtnRscEvent.Type FLOATINGIP_UNBIND
public static final VtnRscEvent.Type ROUTER_PUT
public static final VtnRscEvent.Type ROUTER_DELETE
public static final VtnRscEvent.Type ROUTER_INTERFACE_PUT
public static final VtnRscEvent.Type ROUTER_INTERFACE_DELETE
public static final VtnRscEvent.Type PORT_PAIR_PUT
public static final VtnRscEvent.Type PORT_PAIR_DELETE
public static final VtnRscEvent.Type PORT_PAIR_UPDATE
public static final VtnRscEvent.Type PORT_PAIR_GROUP_PUT
public static final VtnRscEvent.Type PORT_PAIR_GROUP_DELETE
public static final VtnRscEvent.Type PORT_PAIR_GROUP_UPDATE
public static final VtnRscEvent.Type FLOW_CLASSIFIER_PUT
public static final VtnRscEvent.Type FLOW_CLASSIFIER_DELETE
public static final VtnRscEvent.Type FLOW_CLASSIFIER_UPDATE
public static final VtnRscEvent.Type PORT_CHAIN_PUT
public static final VtnRscEvent.Type PORT_CHAIN_DELETE
public static final VtnRscEvent.Type PORT_CHAIN_UPDATE
public static final VtnRscEvent.Type VIRTUAL_PORT_PUT
public static final VtnRscEvent.Type VIRTUAL_PORT_DELETE
public static VtnRscEvent.Type[] values()
for (VtnRscEvent.Type c : VtnRscEvent.Type.values()) System.out.println(c);
public static VtnRscEvent.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null