11#ifndef GI_INV_LOCALINVENTORYEPTOSECGROUPRSRC_HPP
12#define GI_INV_LOCALINVENTORYEPTOSECGROUPRSRC_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 = 120;
37 return getObjectInstance().isSet(3932162ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(3932162ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(3932162ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(3932162ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(3932163ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(3932163ul).first;
114 return getObjectInstance().getReference(3932163ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(3932163ul, 203, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpSecGroupName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(3932163ul, 203, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpSecGroup").addElement(gbpSecGroupName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(3932163ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(3932161ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(3932161ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(3932161ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(3932161ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToSecGroupRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::inv::LocalInventoryEpToSecGroupRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToSecGroupRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::inv::LocalInventoryEpToSecGroupRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
303 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToSecGroupRSrc> >
resolve(
304 opflex::ofcore::OFFramework& framework,
305 const std::string& invLocalEndpointInventoryName,
306 const std::string& invLocalInventoryEpUuid,
307 uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass,
308 const std::string& invLocalInventoryEpToSecGroupRSrcTargetName)
310 return resolve(framework,opflex::modb::URIBuilder().addElement(
"InvUniverse").addElement(
"InvLocalEndpointInventory").addElement(invLocalEndpointInventoryName).addElement(
"InvLocalInventoryEp").addElement(invLocalInventoryEpUuid).addElement(
"InvLocalInventoryEpToSecGroupRSrc").addElement(invLocalInventoryEpToSecGroupRSrcTargetClass).addElement(invLocalInventoryEpToSecGroupRSrcTargetName).build());
334 static boost::optional<OF_SHARED_PTR<modelgbp::inv::LocalInventoryEpToSecGroupRSrc> >
resolve(
335 const std::string& invLocalEndpointInventoryName,
336 const std::string& invLocalInventoryEpUuid,
337 uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass,
338 const std::string& invLocalInventoryEpToSecGroupRSrcTargetName)
340 return resolve(opflex::ofcore::OFFramework::defaultInstance(),invLocalEndpointInventoryName,invLocalInventoryEpUuid,invLocalInventoryEpToSecGroupRSrcTargetClass,invLocalInventoryEpToSecGroupRSrcTargetName);
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& invLocalEndpointInventoryName,
410 const std::string& invLocalInventoryEpUuid,
411 uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass,
412 const std::string& invLocalInventoryEpToSecGroupRSrcTargetName)
414 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"InvUniverse").addElement(
"InvLocalEndpointInventory").addElement(invLocalEndpointInventoryName).addElement(
"InvLocalInventoryEp").addElement(invLocalInventoryEpUuid).addElement(
"InvLocalInventoryEpToSecGroupRSrc").addElement(invLocalInventoryEpToSecGroupRSrcTargetClass).addElement(invLocalInventoryEpToSecGroupRSrcTargetName).build());
438 const std::string& invLocalEndpointInventoryName,
439 const std::string& invLocalInventoryEpUuid,
440 uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass,
441 const std::string& invLocalInventoryEpToSecGroupRSrcTargetName)
443 remove(opflex::ofcore::OFFramework::defaultInstance(),invLocalEndpointInventoryName,invLocalInventoryEpUuid,invLocalInventoryEpToSecGroupRSrcTargetClass,invLocalInventoryEpToSecGroupRSrcTargetName);
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 OF_SHARED_PTR<const opflex::modb::mointernal::ObjectInstance>& oi)
516 : MO(framework,
CLASS_ID, uri, oi) { }
Definition LocalInventoryEpToSecGroupRSrc.hpp:23
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:100
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:111
static void remove(const opflex::modb::URI &uri)
Remove the LocalInventoryEpToSecGroupRSrc object with the specified URI using the currently-active mu...
Definition LocalInventoryEpToSecGroupRSrc.hpp:382
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition LocalInventoryEpToSecGroupRSrc.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 LocalInventoryEpToSecGroupRSrc.hpp:476
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & setTargetSecGroup(const opflex::modb::URI &uri)
Set the reference to point to an instance of SecGroup with the specified URI.
Definition LocalInventoryEpToSecGroupRSrc.hpp:147
void remove()
Remove this instance using the currently-active mutator.
Definition LocalInventoryEpToSecGroupRSrc.hpp:351
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition LocalInventoryEpToSecGroupRSrc.hpp:228
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & unsetType()
Unset type in the currently-active mutator.
Definition LocalInventoryEpToSecGroupRSrc.hpp:240
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 LocalInventoryEpToSecGroupRSrc.hpp:123
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToSecGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid, uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass, const std::string &invLocalInventoryEpToSecGroupRSrcTargetName)
Retrieve an instance of LocalInventoryEpToSecGroupRSrc from the managed object store by constructing ...
Definition LocalInventoryEpToSecGroupRSrc.hpp:303
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition LocalInventoryEpToSecGroupRSrc.hpp:133
static void remove(opflex::ofcore::OFFramework &framework, const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid, uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass, const std::string &invLocalInventoryEpToSecGroupRSrcTargetName)
Remove the LocalInventoryEpToSecGroupRSrc object with the specified path elements from the managed ob...
Definition LocalInventoryEpToSecGroupRSrc.hpp:407
bool isRoleSet()
Check whether role has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:35
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition LocalInventoryEpToSecGroupRSrc.hpp:81
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition LocalInventoryEpToSecGroupRSrc.hpp:215
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition LocalInventoryEpToSecGroupRSrc.hpp:488
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToSecGroupRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of LocalInventoryEpToSecGroupRSrc from the managed object store using the defaul...
Definition LocalInventoryEpToSecGroupRSrc.hpp:275
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:203
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & setTargetSecGroup(const std::string &policySpaceName, const std::string &gbpSecGroupName)
Set the reference to point to an instance of SecGroup in the currently-active mutator by constructing...
Definition LocalInventoryEpToSecGroupRSrc.hpp:170
LocalInventoryEpToSecGroupRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of LocalInventoryEpToSecGroupRSrc.
Definition LocalInventoryEpToSecGroupRSrc.hpp:512
bool isTargetSet()
Check whether target has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:91
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 LocalInventoryEpToSecGroupRSrc.hpp:457
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition LocalInventoryEpToSecGroupRSrc.hpp:184
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for LocalInventoryEpToSecGroupRSrc.
Definition LocalInventoryEpToSecGroupRSrc.hpp:29
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the LocalInventoryEpToSecGroupRSrc object with the specified URI using the currently-active mu...
Definition LocalInventoryEpToSecGroupRSrc.hpp:366
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToSecGroupRSrc > > resolve(const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid, uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass, const std::string &invLocalInventoryEpToSecGroupRSrcTargetName)
Retrieve an instance of LocalInventoryEpToSecGroupRSrc from the default managed object store by const...
Definition LocalInventoryEpToSecGroupRSrc.hpp:334
static boost::optional< OF_SHARED_PTR< modelgbp::inv::LocalInventoryEpToSecGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of LocalInventoryEpToSecGroupRSrc from the managed object store.
Definition LocalInventoryEpToSecGroupRSrc.hpp:257
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:44
bool isTypeSet()
Check whether type has been set.
Definition LocalInventoryEpToSecGroupRSrc.hpp:194
modelgbp::inv::LocalInventoryEpToSecGroupRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition LocalInventoryEpToSecGroupRSrc.hpp:69
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition LocalInventoryEpToSecGroupRSrc.hpp:502
static void remove(const std::string &invLocalEndpointInventoryName, const std::string &invLocalInventoryEpUuid, uint16_t invLocalInventoryEpToSecGroupRSrcTargetClass, const std::string &invLocalInventoryEpToSecGroupRSrcTargetName)
Remove the LocalInventoryEpToSecGroupRSrc object with the specified path elements from the managed ob...
Definition LocalInventoryEpToSecGroupRSrc.hpp:437
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12