Home | Trees | Indices | Help |
|
---|
|
ServiceSetDescription defines a collection of service sets that are grouped as an integral unit to provide a collection of services on a network element. A service set collection is a logical grouping of ONE-P network services providing modular access to a set of network functionality.
The ServiceSetDescription class provides information about the service set name and the version and the network element on which this service set is available.
See discover_service_set_list
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
ServiceSetName = enum('ONEP_SERVICE_SET_ALL', 'ONEP_BASE_SERVI Service Set Name |
Properties | |
NetworkElement |
network_element Gets the network element. |
dict
|
service_set_list Gets the HashMap containing the service name and the versions. |
Inherited from |
Method Details |
Constructor
|
Class Variable Details |
ServiceSetNameService Set Name Enum definition for including all service set names. This definition is used only when setting the service set name during service set discovery filter.
|
Property Details |
network_elementGets the network element.
|
service_set_listGets the HashMap containing the service name and the versions. The HashMap key is the service name as defined in ServiceSetName and the HashMap value is the array of available service set versions. Because a particular service set can have multiple versions, the value associated with each key is an array of strings.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:27 2014 | http://epydoc.sourceforge.net |