Home | Trees | Indices | Help |
|
---|
|
The DiscoveryFilter class represents the specifications needed to register for a service set discovery event from the root network element and/or its neighbors.
The application has to be connected to the root network element to receive service state change notifications from the root network element and its neighbors. The application can use the default constructor to define the service discovery filter or can refine the filter by selectively setting fields of interest in the service discovery filter object. When the default service set discovery filter is used, the application receives all service set change notifications for all the service sets on root network element and its directly connected neighbors. The service set discovery filter can also be defined for the filter events based on additional criteria such as the network element IP address, service set name, version, and service set state.
The DiscoveryFilter is passed into the add_discovery_listener method. A single DiscoveryFilter object can be used in multiple calls
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
DiscoveryType = enum('ONEP_DISCOVERY_ALL', 'ONEP_DISCOVERY_LOC Service set type that needs to be filtered. |
|
ServiceSetState = enum('ONEP_SERVICE_SET_STATE_ALL', 'ONEP_SER Service set state, either enabled or disabled |
|
state = property(_get_state, _set_state, None, _doc)
|
|
name = property(_get_name, _set_name, None, _doc)
|
|
type = property(_get_type, _set_type, None, _doc)
|
Properties | |
Inherited from |
Method Details |
The default ServiceDiscoveryFilter constructor without specifying any filter criteria. Default constructor does not set any filter on the service discovery notifications, and the application will receive all service change notifications from the root NE and its neighbors
|
Class Variable Details |
DiscoveryTypeService set type that needs to be filtered. The application can select individual service set types or use ONEP_SERVICE_SET_ALL to set the filter for all the available service sets. 'ONEP_DISCOVERY_ALL' - Local and neighbor service set discovery 'ONEP_DISCOVERY_LOCAL' - Discover service sets on root network element 'ONEP_DISCOVERY_NEIGHBOR' - Service set discovery for directly connected neighbors of root network element
|
ServiceSetStateService set state, either enabled or disabled
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:27 2014 | http://epydoc.sourceforge.net |