|
bool | isBpduFilterSet () |
| Check whether bpduFilter has been set.
|
|
boost::optional< const uint8_t > | getBpduFilter () |
| Get the value of bpduFilter if it has been set.
|
|
const uint8_t | getBpduFilter (const uint8_t defaultValue) |
| Get the value of bpduFilter if set, otherwise the value of default passed in.
|
|
modelgbp::stp::Config & | setBpduFilter (const uint8_t newValue) |
| Set bpduFilter to the specified value in the currently-active mutator.
|
|
modelgbp::stp::Config & | unsetBpduFilter () |
| Unset bpduFilter in the currently-active mutator.
|
|
bool | isBpduGuardSet () |
| Check whether bpduGuard has been set.
|
|
boost::optional< const uint8_t > | getBpduGuard () |
| Get the value of bpduGuard if it has been set.
|
|
const uint8_t | getBpduGuard (const uint8_t defaultValue) |
| Get the value of bpduGuard if set, otherwise the value of default passed in.
|
|
modelgbp::stp::Config & | setBpduGuard (const uint8_t newValue) |
| Set bpduGuard to the specified value in the currently-active mutator.
|
|
modelgbp::stp::Config & | unsetBpduGuard () |
| Unset bpduGuard in the currently-active mutator.
|
|
bool | isNameSet () |
| Check whether name has been set.
|
|
boost::optional< const std::string & > | getName () |
| Get the value of name if it has been set.
|
|
const std::string & | getName (const std::string &defaultValue) |
| Get the value of name if set, otherwise the value of default passed in.
|
|
modelgbp::stp::Config & | setName (const std::string &newValue) |
| Set name to the specified value in the currently-active mutator.
|
|
modelgbp::stp::Config & | unsetName () |
| Unset name in the currently-active mutator.
|
|
void | remove () |
| Remove this instance using the currently-active mutator.
|
|
| Config (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi) |
| Construct an instance of Config.
|
|
|
static boost::optional< OF_SHARED_PTR< modelgbp::stp::Config > > | resolve (opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri) |
| Retrieve an instance of Config from the managed object store.
|
|
static boost::optional< OF_SHARED_PTR< modelgbp::stp::Config > > | resolve (const opflex::modb::URI &uri) |
| Retrieve an instance of Config from the managed object store using the default framework instance.
|
|
static boost::optional< OF_SHARED_PTR< modelgbp::stp::Config > > | resolve (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName) |
| Retrieve an instance of Config from the managed object store by constructing its URI from the path elements that lead to it.
|
|
static boost::optional< OF_SHARED_PTR< modelgbp::stp::Config > > | resolve (const std::string &platformConfigName) |
| Retrieve an instance of Config 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 Config object with the specified URI using the currently-active mutator.
|
|
static void | remove (const opflex::modb::URI &uri) |
| Remove the Config object with the specified URI using the currently-active mutator and the default framework instance.
|
|
static void | remove (opflex::ofcore::OFFramework &framework, const std::string &platformConfigName) |
| Remove the Config object with the specified path elements from the managed object store.
|
|
static void | remove (const std::string &platformConfigName) |
| Remove the Config 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::stp::Config::remove |
( |
const std::string & | platformConfigName | ) |
|
|
inlinestatic |
Remove the Config 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: /PolicyUniverse/PlatformConfig/[platformConfigName]/StpConfig
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
- Exceptions
-
std::logic_error | if no mutator is active |
References remove().
static void modelgbp::stp::Config::remove |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | platformConfigName ) |
|
inlinestatic |
Remove the Config 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: /PolicyUniverse/PlatformConfig/[platformConfigName]/StpConfig
- Parameters
-
framework | the framework instance to use |
platformConfigName | the value of platformConfigName, a naming property for Config |
- Exceptions
-
std::logic_error | if no mutator is active |
References CLASS_ID.
static boost::optional< OF_SHARED_PTR< modelgbp::stp::Config > > modelgbp::stp::Config::resolve |
( |
const std::string & | platformConfigName | ) |
|
|
inlinestatic |
Retrieve an instance of Config 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: /PolicyUniverse/PlatformConfig/[platformConfigName]/StpConfig
- Parameters
-
platformConfigName | the value of platformConfigName, a naming property for Config |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().
static boost::optional< OF_SHARED_PTR< modelgbp::stp::Config > > modelgbp::stp::Config::resolve |
( |
opflex::ofcore::OFFramework & | framework, |
|
|
const std::string & | platformConfigName ) |
|
inlinestatic |
Retrieve an instance of Config 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: /PolicyUniverse/PlatformConfig/[platformConfigName]/StpConfig
- Parameters
-
framework | the framework instance to use |
platformConfigName | the value of platformConfigName, a naming property for Config |
- Returns
- a shared pointer to the object or boost::none if it does not exist.
References resolve().