Class: IControl::Management::EventSubscription::EventType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management/event_subscription.rb,
lib/icontrol/base/predeclarations.rb,
lib/icontrol/management/event_subscription.rb

Overview

The category event that a given subscription is listening on. when the subscription sees an event occur that fits one of these flags, a notification is triggered.

Constant Summary collapse

EVENTTYPE_NONE =

Non event based message.

:EVENTTYPE_NONE
EVENTTYPE_TEST =

A test nofitication message.

:EVENTTYPE_TEST
EVENTTYPE_ALL =

All possible EventTypes .

:EVENTTYPE_ALL
EVENTTYPE_SYSTEM_STARTUP =

A system startup has occurred.

:EVENTTYPE_SYSTEM_STARTUP
EVENTTYPE_SYSTEM_SHUTDOWN =

A system shutdown has occurred.

:EVENTTYPE_SYSTEM_SHUTDOWN
EVENTTYPE_SYSTEM_CONFIG_LOAD =

A configuration load has occurred.

:EVENTTYPE_SYSTEM_CONFIG_LOAD
EVENTTYPE_CREATE =

An object was created.

:EVENTTYPE_CREATE
EVENTTYPE_MODIFY =

An object was modified.

:EVENTTYPE_MODIFY
EVENTTYPE_DELETE =

An object was deleted.

:EVENTTYPE_DELETE
EVENTTYPE_ADMIN_IP =

An admin ip address has been changed.

:EVENTTYPE_ADMIN_IP
EVENTTYPE_ARP_ENTRY =

An entry in the arp table has been changed.

:EVENTTYPE_ARP_ENTRY
EVENTTYPE_DAEMON_HA =

A change has been made to the high availablity state of a daemon.

:EVENTTYPE_DAEMON_HA
EVENTTYPE_DB_VARIABLE =

A database variable has been changed.

:EVENTTYPE_DB_VARIABLE
EVENTTYPE_FEATURE_FLAGS =

One or more of the feature flags have been modified.

:EVENTTYPE_FEATURE_FLAGS
EVENTTYPE_FILTER_PROFILE =

A profile filter has changed.

:EVENTTYPE_FILTER_PROFILE
EVENTTYPE_GTMD =

A change has occurred in the global traffic manager.

:EVENTTYPE_GTMD
EVENTTYPE_INTERFACE =

A change has occurred to a system interface.

:EVENTTYPE_INTERFACE
EVENTTYPE_LCDWARN =

A LCD panel warning message has changed.

:EVENTTYPE_LCDWARN
EVENTTYPE_L2_FORWARD =

A layer 2 forwarding has occurred.

:EVENTTYPE_L2_FORWARD
EVENTTYPE_MIRROR_PORT_MEMBER =

A change has occurred with a member of a mirror port.

:EVENTTYPE_MIRROR_PORT_MEMBER
EVENTTYPE_MIRROR_PORT =

A change has occurred with a member of a mirror port.

:EVENTTYPE_MIRROR_PORT
EVENTTYPE_MIRROR_VLAN =

A change has occurred with a mirror VLAN.

:EVENTTYPE_MIRROR_VLAN
EVENTTYPE_MONITOR =

A monitor has changed.

:EVENTTYPE_MONITOR
EVENTTYPE_NAT =

A change has occurred to a network address translation.

:EVENTTYPE_NAT
EVENTTYPE_NODE_ADDRESS =

A change has occurred to a node address.

:EVENTTYPE_NODE_ADDRESS
EVENTTYPE_PACKET_FILTER =

A change has occurred to a packet filter.

:EVENTTYPE_PACKET_FILTER
EVENTTYPE_PCI_DEVICE =

A change has been made to a system level PCI hardware device.

:EVENTTYPE_PCI_DEVICE
EVENTTYPE_POOL =

A change has occured to a load balancing pool.

:EVENTTYPE_POOL
EVENTTYPE_POOL_MEMBER =

A change has occurred to a member in a load balancing pool.

:EVENTTYPE_POOL_MEMBER
EVENTTYPE_RATE_FILTER =

A change has occurred to a rate filter.

:EVENTTYPE_RATE_FILTER
EVENTTYPE_ROUTE_MGMT =

A The management routing table has been updated.

:EVENTTYPE_ROUTE_MGMT
EVENTTYPE_ROUTE_UPDATE =

The routing table has been updated.

:EVENTTYPE_ROUTE_UPDATE
EVENTTYPE_RULE =

A Rule has been changed.

:EVENTTYPE_RULE
EVENTTYPE_SELF_IP =

A change has occured to a self ip address.

:EVENTTYPE_SELF_IP
EVENTTYPE_SENSOR =

A change has occured with a sensor.

:EVENTTYPE_SENSOR
EVENTTYPE_SNAT_ADDRESS =

A SNAT address has changed.

:EVENTTYPE_SNAT_ADDRESS
EVENTTYPE_SNAT_POOL =

A SNAT pool has changed.

:EVENTTYPE_SNAT_POOL
EVENTTYPE_SNAT_POOL_MEMBER =

A SNAT pool member has changed.

:EVENTTYPE_SNAT_POOL_MEMBER
EVENTTYPE_STP =

A change was made to the spanning tree protocol (STP) configuration.

:EVENTTYPE_STP
EVENTTYPE_SWITCH_DOMAIN =

A domain switch occurred.

:EVENTTYPE_SWITCH_DOMAIN
EVENTTYPE_SWITCH_EDGE =

A edge switch occurred.

:EVENTTYPE_SWITCH_EDGE
EVENTTYPE_TAMD_AUTH =

A change occured with the tamd authorization.

:EVENTTYPE_TAMD_AUTH
EVENTTYPE_TRUNK =

A change associated with a link aggregation trunk.

:EVENTTYPE_TRUNK
EVENTTYPE_TRUNK_CONFIG_MEMBER =

A change occured with a link aggretaion trunk configuration member.

:EVENTTYPE_TRUNK_CONFIG_MEMBER
EVENTTYPE_TRUNK_WORKING_MEMBER =

A change occured with a link aggretaion trunk working member.

:EVENTTYPE_TRUNK_WORKING_MEMBER
EVENTTYPE_VALUE_LIST =

A change has occurred with a member of a value list.

:EVENTTYPE_VALUE_LIST
EVENTTYPE_VIRTUAL_ADDRESS =

A change occured with a virtual address.

:EVENTTYPE_VIRTUAL_ADDRESS
EVENTTYPE_VIRTUAL_SERVER =

A change occurred with a virtual server.

:EVENTTYPE_VIRTUAL_SERVER
EVENTTYPE_VIRTUAL_SERVER_PROFILE =

A change occurred with a virtual server profile.

:EVENTTYPE_VIRTUAL_SERVER_PROFILE
EVENTTYPE_VLAN =

A change occurred with a VLAN.

:EVENTTYPE_VLAN
EVENTTYPE_VLAN_MEMBER =

A change occurred with a VLAN member.

:EVENTTYPE_VLAN_MEMBER
EVENTTYPE_VLANGROUP =

A change occurred with a VLAN group.

:EVENTTYPE_VLANGROUP