|
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Retrieve an instance of EndPointToSecGroupRSrc from the managed object store.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > | resolve (const opflex::modb::URI &uri) |
| | Retrieve an instance of EndPointToSecGroupRSrc from the managed object store using the default framework instance.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > | resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL2EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Retrieve an instance of EndPointToSecGroupRSrc from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > | resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep (const std::string &epdrLocalL2EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Retrieve an instance of EndPointToSecGroupRSrc from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > | resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL3EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Retrieve an instance of EndPointToSecGroupRSrc from the managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > | resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep (const std::string &epdrLocalL3EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Retrieve an instance of EndPointToSecGroupRSrc from the default managed object store by constructing its URI from the path elements that lead to it.
|
| |
| static void | remove (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| | Remove the EndPointToSecGroupRSrc object with the specified URI using the currently-active mutator.
|
| |
| static void | remove (const opflex::modb::URI &uri) |
| | Remove the EndPointToSecGroupRSrc object with the specified URI using the currently-active mutator and the default framework instance.
|
| |
| static void | removeUnderEpdrL2DiscoveredEpdrLocalL2Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL2EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store.
|
| |
| static void | removeUnderEpdrL2DiscoveredEpdrLocalL2Ep (const std::string &epdrLocalL2EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | removeUnderEpdrL3DiscoveredEpdrLocalL3Ep (opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL3EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store.
|
| |
| static void | removeUnderEpdrL3DiscoveredEpdrLocalL3Ep (const std::string &epdrLocalL3EpUuid, uint16_t epdrEndPointToSecGroupRSrcTargetClass, const std::string &epdrEndPointToSecGroupRSrcTargetName) |
| | Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store using the default framework instance.
|
| |
| static void | registerListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class.
|
| |
| static void | registerListener (opflex::modb::ObjectListener *listener) |
| | Register a listener that will get called for changes related to this class with the default framework instance.
|
| |
| static void | unregisterListener (opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class.
|
| |
| static void | unregisterListener (opflex::modb::ObjectListener *listener) |
| | Unregister a listener from updates to this class from the default framework instance.
|
| |
| static void modelgbp::epdr::EndPointToSecGroupRSrc::registerListener |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
opflex::modb::ObjectListener * | listener ) |
|
inlinestatic |
Register a listener that will get called for changes related to this class.
This listener will be called for any modifications of this class or any transitive children of this class.
- Parameters
-
| framework | the framework instance |
| listener | the listener functional object that should be called when changes occur related to the class. This memory is owned by the caller and should be freed only after it has been unregistered. |
References CLASS_ID, and resolve().
Referenced by registerListener().
| static void modelgbp::epdr::EndPointToSecGroupRSrc::removeUnderEpdrL2DiscoveredEpdrLocalL2Ep |
( |
const std::string & | epdrLocalL2EpUuid, |
|
|
uint16_t | epdrEndPointToSecGroupRSrcTargetClass, |
|
|
const std::string & | epdrEndPointToSecGroupRSrcTargetName ) |
|
inlinestatic |
Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Exceptions
-
| std::logic_error | if no mutator is active |
References removeUnderEpdrL2DiscoveredEpdrLocalL2Ep(), and resolve().
| static void modelgbp::epdr::EndPointToSecGroupRSrc::removeUnderEpdrL2DiscoveredEpdrLocalL2Ep |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | epdrLocalL2EpUuid, |
|
|
uint16_t | epdrEndPointToSecGroupRSrcTargetClass, |
|
|
const std::string & | epdrEndPointToSecGroupRSrcTargetName ) |
|
inlinestatic |
Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| framework | the framework instance to use |
| epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by removeUnderEpdrL2DiscoveredEpdrLocalL2Ep().
| static void modelgbp::epdr::EndPointToSecGroupRSrc::removeUnderEpdrL3DiscoveredEpdrLocalL3Ep |
( |
const std::string & | epdrLocalL3EpUuid, |
|
|
uint16_t | epdrEndPointToSecGroupRSrcTargetClass, |
|
|
const std::string & | epdrEndPointToSecGroupRSrcTargetName ) |
|
inlinestatic |
Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store using the default framework instance.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Exceptions
-
| std::logic_error | if no mutator is active |
References removeUnderEpdrL3DiscoveredEpdrLocalL3Ep(), and resolve().
| static void modelgbp::epdr::EndPointToSecGroupRSrc::removeUnderEpdrL3DiscoveredEpdrLocalL3Ep |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | epdrLocalL3EpUuid, |
|
|
uint16_t | epdrEndPointToSecGroupRSrcTargetClass, |
|
|
const std::string & | epdrEndPointToSecGroupRSrcTargetName ) |
|
inlinestatic |
Remove the EndPointToSecGroupRSrc object with the specified path elements from the managed object store.
If the object does not exist, then this will be a no-op. If this object has any children, they will be garbage-collected at some future time.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| framework | the framework instance to use |
| epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Exceptions
-
| std::logic_error | if no mutator is active |
References CLASS_ID, and resolve().
Referenced by removeUnderEpdrL3DiscoveredEpdrLocalL3Ep().
| static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToSecGroupRSrc > > modelgbp::epdr::EndPointToSecGroupRSrc::resolve |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const opflex::modb::URI & | uri ) |
|
inlinestatic |
Retrieve an instance of EndPointToSecGroupRSrc from the managed object store.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
- Parameters
-
| framework | the framework instance to use |
| uri | the URI of the object to retrieve |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References CLASS_ID, and resolve().
Referenced by getRole(), getRole(), getTargetClass(), getTargetClass(), getTargetURI(), getTargetURI(), getType(), getType(), isRoleSet(), isTargetSet(), isTypeSet(), registerListener(), registerListener(), remove(), remove(), remove(), removeUnderEpdrL2DiscoveredEpdrLocalL2Ep(), removeUnderEpdrL2DiscoveredEpdrLocalL2Ep(), removeUnderEpdrL3DiscoveredEpdrLocalL3Ep(), removeUnderEpdrL3DiscoveredEpdrLocalL3Ep(), resolve(), resolve(), modelgbp::epdr::LocalL2Ep::resolveEpdrEndPointToSecGroupRSrc(), modelgbp::epdr::LocalL3Ep::resolveEpdrEndPointToSecGroupRSrc(), resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep(), resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep(), resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep(), resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep(), setRole(), setTargetSecGroup(), setTargetSecGroup(), setType(), unregisterListener(), unregisterListener(), unsetRole(), unsetTarget(), and unsetType().
Retrieve an instance of EndPointToSecGroupRSrc from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve(), and resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep().
Retrieve an instance of EndPointToSecGroupRSrc from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL2Discovered/EpdrLocalL2Ep/[epdrLocalL2EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| framework | the framework instance to use |
| epdrLocalL2EpUuid | the value of epdrLocalL2EpUuid, a naming property for LocalL2Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep().
Retrieve an instance of EndPointToSecGroupRSrc from the default managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve(), and resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep().
Retrieve an instance of EndPointToSecGroupRSrc from the managed object store by constructing its URI from the path elements that lead to it.
If the object does not exist in the local store, returns boost::none. Note that even though it may not exist locally, it may still exist remotely.
The object URI generated by this function will take the form: /EpdrL3Discovered/EpdrLocalL3Ep/[epdrLocalL3EpUuid]/EpdrEndPointToSecGroupRSrc/[epdrEndPointToSecGroupRSrcTargetClass]/[epdrEndPointToSecGroupRSrcTargetName]
- Parameters
-
| framework | the framework instance to use |
| epdrLocalL3EpUuid | the value of epdrLocalL3EpUuid, a naming property for LocalL3Ep |
| epdrEndPointToSecGroupRSrcTargetClass | the value of epdrEndPointToSecGroupRSrcTargetClass, a naming property for EndPointToSecGroupRSrc |
| epdrEndPointToSecGroupRSrcTargetName | the value of epdrEndPointToSecGroupRSrcTargetName, a naming property for EndPointToSecGroupRSrc |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
Referenced by resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep().