11 #ifndef GI_GBPE_INDIRECTEPGMAPPINGTODEFAULTGROUPRSRC_HPP
12 #define GI_GBPE_INDIRECTEPGMAPPINGTODEFAULTGROUPRSRC_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 = 15;
37 return getObjectInstance().isSet(491522ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(491522ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(491522ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(491522ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(491523ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(491523ul).first;
114 return getObjectInstance().getReference(491523ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(491523ul, 152, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpEpGroupName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(491523ul, 152, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpEpGroup").addElement(gbpEpGroupName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(491523ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(491521ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(491521ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(491521ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(491521ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
297 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc> >
resolve(
298 opflex::ofcore::OFFramework& framework,
299 const std::string& gbpeIndirectEpgMappingName)
301 return resolve(framework,opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"GbpeIndirectEpgMapping").addElement(gbpeIndirectEpgMappingName).addElement(
"GbpeIndirectEpgMappingToDefaultGroupRSrc").build());
319 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc> >
resolve(
320 const std::string& gbpeIndirectEpgMappingName)
322 return resolve(opflex::ofcore::OFFramework::defaultInstance(),gbpeIndirectEpgMappingName);
335 getTLMutator().remove(
CLASS_ID, getURI());
348 static void remove(opflex::ofcore::OFFramework& framework,
349 const opflex::modb::URI& uri)
351 MO::remove(framework,
CLASS_ID, uri);
364 static void remove(
const opflex::modb::URI& uri)
366 remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
384 opflex::ofcore::OFFramework& framework,
385 const std::string& gbpeIndirectEpgMappingName)
387 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"GbpeIndirectEpgMapping").addElement(gbpeIndirectEpgMappingName).addElement(
"GbpeIndirectEpgMappingToDefaultGroupRSrc").build());
405 const std::string& gbpeIndirectEpgMappingName)
407 remove(opflex::ofcore::OFFramework::defaultInstance(),gbpeIndirectEpgMappingName);
422 opflex::ofcore::OFFramework& framework,
423 opflex::modb::ObjectListener* listener)
425 opflex::modb::mointernal
426 ::MO::registerListener(framework, listener,
CLASS_ID);
441 opflex::modb::ObjectListener* listener)
453 opflex::ofcore::OFFramework& framework,
454 opflex::modb::ObjectListener* listener)
456 opflex::modb::mointernal
457 ::MO::unregisterListener(framework, listener,
CLASS_ID);
467 opflex::modb::ObjectListener* listener)
477 opflex::ofcore::OFFramework& framework,
478 const opflex::modb::URI& uri,
479 const OF_SHARED_PTR<const opflex::modb::mointernal::ObjectInstance>& oi)
480 : MO(framework,
CLASS_ID, uri, oi) { }
485 #endif // GI_GBPE_INDIRECTEPGMAPPINGTODEFAULTGROUPRSRC_HPP
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:228
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:203
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:56
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: IndirectEpgMappingToDefaultGroupRSrc.hpp:440
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:69
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:21
IndirectEpgMappingToDefaultGroupRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of IndirectEpgMappingToDefaultGroupRSrc.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:476
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of IndirectEpgMappingToDefaultGroupRSrc from the managed object store...
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:257
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:215
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:184
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:133
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for IndirectEpgMappingToDefaultGroupRSrc.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:29
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of IndirectEpgMappingToDefaultGroupRSrc from the managed object store using the ...
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:275
bool isRoleSet()
Check whether role has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:35
bool isTypeSet()
Check whether type has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:194
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:466
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:111
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:100
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: IndirectEpgMappingToDefaultGroupRSrc.hpp:123
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc > > resolve(const std::string &gbpeIndirectEpgMappingName)
Retrieve an instance of IndirectEpgMappingToDefaultGroupRSrc from the default managed object store by...
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:319
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:81
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:44
bool isTargetSet()
Check whether target has been set.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:91
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:452
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & setTargetEpGroup(const std::string &policySpaceName, const std::string &gbpEpGroupName)
Set the reference to point to an instance of EpGroup in the currently-active mutator by constructing ...
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:170
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & setTargetEpGroup(const opflex::modb::URI &uri)
Set the reference to point to an instance of EpGroup with the specified URI.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:147
modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc & unsetType()
Unset type in the currently-active mutator.
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:240
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::IndirectEpgMappingToDefaultGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &gbpeIndirectEpgMappingName)
Retrieve an instance of IndirectEpgMappingToDefaultGroupRSrc from the managed object store by constru...
Definition: IndirectEpgMappingToDefaultGroupRSrc.hpp:297
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: IndirectEpgMappingToDefaultGroupRSrc.hpp:421