11#ifndef GI_INV_LOCALINVENTORYEPTOGROUPRSRC_HPP
12#define GI_INV_LOCALINVENTORYEPTOGROUPRSRC_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 = 117;
37 return getObjectInstance().isSet(3833858ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(3833858ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(3833858ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(3833858ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(3833859ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(3833859ul).first;
114 return getObjectInstance().getReference(3833859ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(3833859ul, 152, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpEpGroupName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(3833859ul, 152, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpEpGroup").addElement(gbpEpGroupName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(3833859ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(3833857ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(3833857ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(3833857ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(3833857ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToGroupRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::inv::LocalInventoryEpToGroupRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToGroupRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::inv::LocalInventoryEpToGroupRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
299 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToGroupRSrc> >
resolve(
300 opflex::ofcore::OFFramework& framework,
301 const std::string& invLocalEndpointInventoryName,
302 const std::string& invLocalInventoryEpUuid)
304 return resolve(framework,opflex::modb::URIBuilder().addElement(
"InvUniverse").addElement(
"InvLocalEndpointInventory").addElement(invLocalEndpointInventoryName).addElement(
"InvLocalInventoryEp").addElement(invLocalInventoryEpUuid).addElement(
"InvLocalInventoryEpToGroupRSrc").build());
324 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToGroupRSrc> >
resolve(
325 const std::string& invLocalEndpointInventoryName,
326 const std::string& invLocalInventoryEpUuid)
328 return resolve(opflex::ofcore::OFFramework::defaultInstance(),invLocalEndpointInventoryName,invLocalInventoryEpUuid);
341 getTLMutator().remove(
CLASS_ID, getURI());
354 static void remove(opflex::ofcore::OFFramework& framework,
355 const opflex::modb::URI& uri)
357 MO::remove(framework,
CLASS_ID, uri);
370 static void remove(
const opflex::modb::URI& uri)
372 remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
392 opflex::ofcore::OFFramework& framework,
393 const std::string& invLocalEndpointInventoryName,
394 const std::string& invLocalInventoryEpUuid)
396 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"InvUniverse").addElement(
"InvLocalEndpointInventory").addElement(invLocalEndpointInventoryName).addElement(
"InvLocalInventoryEp").addElement(invLocalInventoryEpUuid).addElement(
"InvLocalInventoryEpToGroupRSrc").build());
416 const std::string& invLocalEndpointInventoryName,
417 const std::string& invLocalInventoryEpUuid)
419 remove(opflex::ofcore::OFFramework::defaultInstance(),invLocalEndpointInventoryName,invLocalInventoryEpUuid);
434 opflex::ofcore::OFFramework& framework,
435 opflex::modb::ObjectListener* listener)
437 opflex::modb::mointernal
438 ::MO::registerListener(framework, listener,
CLASS_ID);
453 opflex::modb::ObjectListener* listener)
465 opflex::ofcore::OFFramework& framework,
466 opflex::modb::ObjectListener* listener)
468 opflex::modb::mointernal
469 ::MO::unregisterListener(framework, listener,
CLASS_ID);
479 opflex::modb::ObjectListener* listener)
489 opflex::ofcore::OFFramework& framework,
490 const opflex::modb::URI& uri,
491 const OF_SHARED_PTR<const opflex::modb::mointernal::ObjectInstance>& oi)
492 : MO(framework,
CLASS_ID, uri, oi) { }
Definition LocalInventoryEpToGroupRSrc.hpp:23
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 LocalInventoryEpToGroupRSrc.hpp:433
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for LocalInventoryEpToGroupRSrc.
Definition LocalInventoryEpToGroupRSrc.hpp:29
bool isTargetSet()
Check whether target has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:91
modelgbp::inv::LocalInventoryEpToGroupRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition LocalInventoryEpToGroupRSrc.hpp:81
modelgbp::inv::LocalInventoryEpToGroupRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition LocalInventoryEpToGroupRSrc.hpp:228
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:44
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid)
Retrieve an instance of LocalInventoryEpToGroupRSrc from the managed object store by constructing its...
Definition LocalInventoryEpToGroupRSrc.hpp:299
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 LocalInventoryEpToGroupRSrc.hpp:123
static void remove(opflex::ofcore::OFFramework &framework, const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid)
Remove the LocalInventoryEpToGroupRSrc object with the specified path elements from the managed objec...
Definition LocalInventoryEpToGroupRSrc.hpp:391
LocalInventoryEpToGroupRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of LocalInventoryEpToGroupRSrc.
Definition LocalInventoryEpToGroupRSrc.hpp:488
modelgbp::inv::LocalInventoryEpToGroupRSrc & unsetType()
Unset type in the currently-active mutator.
Definition LocalInventoryEpToGroupRSrc.hpp:240
static void remove(const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid)
Remove the LocalInventoryEpToGroupRSrc object with the specified path elements from the managed objec...
Definition LocalInventoryEpToGroupRSrc.hpp:415
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:203
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of LocalInventoryEpToGroupRSrc from the managed object store.
Definition LocalInventoryEpToGroupRSrc.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 LocalInventoryEpToGroupRSrc.hpp:215
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition LocalInventoryEpToGroupRSrc.hpp:478
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the LocalInventoryEpToGroupRSrc object with the specified URI using the currently-active mutat...
Definition LocalInventoryEpToGroupRSrc.hpp:354
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition LocalInventoryEpToGroupRSrc.hpp:464
static void remove(const opflex::modb::URI &uri)
Remove the LocalInventoryEpToGroupRSrc object with the specified URI using the currently-active mutat...
Definition LocalInventoryEpToGroupRSrc.hpp:370
bool isRoleSet()
Check whether role has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:35
void remove()
Remove this instance using the currently-active mutator.
Definition LocalInventoryEpToGroupRSrc.hpp:339
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition LocalInventoryEpToGroupRSrc.hpp:56
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToGroupRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of LocalInventoryEpToGroupRSrc from the managed object store using the default f...
Definition LocalInventoryEpToGroupRSrc.hpp:275
modelgbp::inv::LocalInventoryEpToGroupRSrc & 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 LocalInventoryEpToGroupRSrc.hpp:170
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 LocalInventoryEpToGroupRSrc.hpp:452
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition LocalInventoryEpToGroupRSrc.hpp:133
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:100
modelgbp::inv::LocalInventoryEpToGroupRSrc & setTargetEpGroup(const opflex::modb::URI &uri)
Set the reference to point to an instance of EpGroup with the specified URI.
Definition LocalInventoryEpToGroupRSrc.hpp:147
modelgbp::inv::LocalInventoryEpToGroupRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition LocalInventoryEpToGroupRSrc.hpp:184
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToGroupRSrc > > resolve(const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid)
Retrieve an instance of LocalInventoryEpToGroupRSrc from the default managed object store by construc...
Definition LocalInventoryEpToGroupRSrc.hpp:324
bool isTypeSet()
Check whether type has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:194
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition LocalInventoryEpToGroupRSrc.hpp:111
modelgbp::inv::LocalInventoryEpToGroupRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition LocalInventoryEpToGroupRSrc.hpp:69
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12