11 #ifndef GI_GBP_ROUTINGDOMAINTOINTSUBNETSRSRC_HPP
12 #define GI_GBP_ROUTINGDOMAINTOINTSUBNETSRSRC_HPP
14 #include <boost/optional.hpp>
15 #include "opflex/modb/URIBuilder.h"
16 #include "opflex/modb/mo-internal/MO.h"
22 :
public opflex::modb::mointernal::MO
29 static const opflex::modb::class_id_t
CLASS_ID = 147;
37 return getObjectInstance().isSet(4816898ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(4816898ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(4816898ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(4816898ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(4816899ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(4816899ul).first;
114 return getObjectInstance().getReference(4816899ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(4816899ul, 152, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpSubnetsName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(4816899ul, 152, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpSubnets").addElement(gbpSubnetsName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(4816899ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(4816897ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(4816897ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(4816897ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(4816897ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<boost::shared_ptr<modelgbp::gbp::RoutingDomainToIntSubnetsRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::RoutingDomainToIntSubnetsRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<boost::shared_ptr<modelgbp::gbp::RoutingDomainToIntSubnetsRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::RoutingDomainToIntSubnetsRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
303 static boost::optional<boost::shared_ptr<modelgbp::gbp::RoutingDomainToIntSubnetsRSrc> >
resolve(
304 opflex::ofcore::OFFramework& framework,
305 const std::string& policySpaceName,
306 const std::string& gbpRoutingDomainName,
307 uint16_t gbpRoutingDomainToIntSubnetsRSrcTargetClass,
308 const std::string& gbpRoutingDomainToIntSubnetsRSrcTargetName)
310 return resolve(framework,opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpRoutingDomain").addElement(gbpRoutingDomainName).addElement(
"GbpRoutingDomainToIntSubnetsRSrc").addElement(gbpRoutingDomainToIntSubnetsRSrcTargetClass).addElement(gbpRoutingDomainToIntSubnetsRSrcTargetName).build());
334 static boost::optional<boost::shared_ptr<modelgbp::gbp::RoutingDomainToIntSubnetsRSrc> >
resolve(
335 const std::string& policySpaceName,
336 const std::string& gbpRoutingDomainName,
337 uint16_t gbpRoutingDomainToIntSubnetsRSrcTargetClass,
338 const std::string& gbpRoutingDomainToIntSubnetsRSrcTargetName)
340 return resolve(opflex::ofcore::OFFramework::defaultInstance(),policySpaceName,gbpRoutingDomainName,gbpRoutingDomainToIntSubnetsRSrcTargetClass,gbpRoutingDomainToIntSubnetsRSrcTargetName);
353 getTLMutator().remove(
CLASS_ID, getURI());
366 static void remove(opflex::ofcore::OFFramework& framework,
367 const opflex::modb::URI& uri)
369 MO::remove(framework,
CLASS_ID, uri);
382 static void remove(
const opflex::modb::URI& uri)
384 remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
408 opflex::ofcore::OFFramework& framework,
409 const std::string& policySpaceName,
410 const std::string& gbpRoutingDomainName,
411 uint16_t gbpRoutingDomainToIntSubnetsRSrcTargetClass,
412 const std::string& gbpRoutingDomainToIntSubnetsRSrcTargetName)
414 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpRoutingDomain").addElement(gbpRoutingDomainName).addElement(
"GbpRoutingDomainToIntSubnetsRSrc").addElement(gbpRoutingDomainToIntSubnetsRSrcTargetClass).addElement(gbpRoutingDomainToIntSubnetsRSrcTargetName).build());
438 const std::string& policySpaceName,
439 const std::string& gbpRoutingDomainName,
440 uint16_t gbpRoutingDomainToIntSubnetsRSrcTargetClass,
441 const std::string& gbpRoutingDomainToIntSubnetsRSrcTargetName)
443 remove(opflex::ofcore::OFFramework::defaultInstance(),policySpaceName,gbpRoutingDomainName,gbpRoutingDomainToIntSubnetsRSrcTargetClass,gbpRoutingDomainToIntSubnetsRSrcTargetName);
458 opflex::ofcore::OFFramework& framework,
459 opflex::modb::ObjectListener* listener)
461 opflex::modb::mointernal
462 ::MO::registerListener(framework, listener,
CLASS_ID);
477 opflex::modb::ObjectListener* listener)
489 opflex::ofcore::OFFramework& framework,
490 opflex::modb::ObjectListener* listener)
492 opflex::modb::mointernal
493 ::MO::unregisterListener(framework, listener,
CLASS_ID);
503 opflex::modb::ObjectListener* listener)
513 opflex::ofcore::OFFramework& framework,
514 const opflex::modb::URI& uri,
515 const boost::shared_ptr<const opflex::modb::mointernal::ObjectInstance>& oi)
516 : MO(framework,
CLASS_ID, uri, oi) { }
521 #endif // GI_GBP_ROUTINGDOMAINTOINTSUBNETSRSRC_HPP
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:133
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & setTargetSubnets(const opflex::modb::URI &uri)
Set the reference to point to an instance of Subnets with the specified URI.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:147
bool isTypeSet()
Check whether type has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:194
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:215
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & setTargetSubnets(const std::string &policySpaceName, const std::string &gbpSubnetsName)
Set the reference to point to an instance of Subnets in the currently-active mutator by constructing ...
Definition: RoutingDomainToIntSubnetsRSrc.hpp:170
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:228
static boost::optional< boost::shared_ptr< modelgbp::gbp::RoutingDomainToIntSubnetsRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of RoutingDomainToIntSubnetsRSrc from the managed object store.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:257
static boost::optional< boost::shared_ptr< modelgbp::gbp::RoutingDomainToIntSubnetsRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of RoutingDomainToIntSubnetsRSrc from the managed object store using the default...
Definition: RoutingDomainToIntSubnetsRSrc.hpp:275
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:81
Definition: RoutingDomainToIntSubnetsRSrc.hpp:21
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:44
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:69
opflex::modb::class_id_t getTargetClass(opflex::modb::class_id_t defaultValue)
Get the value of targetClass if set, otherwise the value of default passed in.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:123
static void registerListener(opflex::modb::ObjectListener *listener)
Register a listener that will get called for changes related to this class with the default framework...
Definition: RoutingDomainToIntSubnetsRSrc.hpp:476
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for RoutingDomainToIntSubnetsRSrc.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:29
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:184
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:56
static boost::optional< boost::shared_ptr< modelgbp::gbp::RoutingDomainToIntSubnetsRSrc > > resolve(const std::string &policySpaceName, const std::string &gbpRoutingDomainName, uint16_t gbpRoutingDomainToIntSubnetsRSrcTargetClass, const std::string &gbpRoutingDomainToIntSubnetsRSrcTargetName)
Retrieve an instance of RoutingDomainToIntSubnetsRSrc from the default managed object store by constr...
Definition: RoutingDomainToIntSubnetsRSrc.hpp:334
modelgbp::gbp::RoutingDomainToIntSubnetsRSrc & unsetType()
Unset type in the currently-active mutator.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:240
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:488
static void registerListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Register a listener that will get called for changes related to this class.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:457
static boost::optional< boost::shared_ptr< modelgbp::gbp::RoutingDomainToIntSubnetsRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpRoutingDomainName, uint16_t gbpRoutingDomainToIntSubnetsRSrcTargetClass, const std::string &gbpRoutingDomainToIntSubnetsRSrcTargetName)
Retrieve an instance of RoutingDomainToIntSubnetsRSrc from the managed object store by constructing i...
Definition: RoutingDomainToIntSubnetsRSrc.hpp:303
RoutingDomainToIntSubnetsRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const boost::shared_ptr< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of RoutingDomainToIntSubnetsRSrc.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:512
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:203
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:100
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:502
bool isTargetSet()
Check whether target has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:91
bool isRoleSet()
Check whether role has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:35
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition: RoutingDomainToIntSubnetsRSrc.hpp:111