11 #ifndef GI_EPDR_ENDPOINTTOGROUPRSRC_HPP 12 #define GI_EPDR_ENDPOINTTOGROUPRSRC_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 = 103;
37 return getObjectInstance().isSet(3375106ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(3375106ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(3375106ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(3375106ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(3375107ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(3375107ul).first;
114 return getObjectInstance().getReference(3375107ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(3375107ul, 152, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpEpGroupName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(3375107ul, 152, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpEpGroup").addElement(gbpEpGroupName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(3375107ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(3375105ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(3375105ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(3375105ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(3375105ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::epdr::EndPointToGroupRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::epdr::EndPointToGroupRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::epdr::EndPointToGroupRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::epdr::EndPointToGroupRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
298 opflex::ofcore::OFFramework& framework,
299 const std::string& epdrLocalL2EpUuid)
301 return resolve(framework,opflex::modb::URIBuilder().addElement(
"EpdrL2Discovered").addElement(
"EpdrLocalL2Ep").addElement(epdrLocalL2EpUuid).addElement(
"EpdrEndPointToGroupRSrc").build());
320 const std::string& epdrLocalL2EpUuid)
342 opflex::ofcore::OFFramework& framework,
343 const std::string& epdrLocalL3EpUuid)
345 return resolve(framework,opflex::modb::URIBuilder().addElement(
"EpdrL3Discovered").addElement(
"EpdrLocalL3Ep").addElement(epdrLocalL3EpUuid).addElement(
"EpdrEndPointToGroupRSrc").build());
364 const std::string& epdrLocalL3EpUuid)
379 getTLMutator().remove(
CLASS_ID, getURI());
392 static void remove(opflex::ofcore::OFFramework& framework,
393 const opflex::modb::URI& uri)
395 MO::remove(framework,
CLASS_ID, uri);
408 static void remove(
const opflex::modb::URI& uri)
410 remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
428 opflex::ofcore::OFFramework& framework,
429 const std::string& epdrLocalL2EpUuid)
431 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"EpdrL2Discovered").addElement(
"EpdrLocalL2Ep").addElement(epdrLocalL2EpUuid).addElement(
"EpdrEndPointToGroupRSrc").build());
449 const std::string& epdrLocalL2EpUuid)
469 opflex::ofcore::OFFramework& framework,
470 const std::string& epdrLocalL3EpUuid)
472 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"EpdrL3Discovered").addElement(
"EpdrLocalL3Ep").addElement(epdrLocalL3EpUuid).addElement(
"EpdrEndPointToGroupRSrc").build());
490 const std::string& epdrLocalL3EpUuid)
507 opflex::ofcore::OFFramework& framework,
508 opflex::modb::ObjectListener* listener)
510 opflex::modb::mointernal
511 ::MO::registerListener(framework, listener,
CLASS_ID);
526 opflex::modb::ObjectListener* listener)
538 opflex::ofcore::OFFramework& framework,
539 opflex::modb::ObjectListener* listener)
541 opflex::modb::mointernal
542 ::MO::unregisterListener(framework, listener,
CLASS_ID);
552 opflex::modb::ObjectListener* listener)
562 opflex::ofcore::OFFramework& framework,
563 const opflex::modb::URI& uri,
564 const OF_SHARED_PTR<const opflex::modb::mointernal::ObjectInstance>& oi)
565 : MO(framework,
CLASS_ID, uri, oi) { }
570 #endif // GI_EPDR_ENDPOINTTOGROUPRSRC_HPP boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition: EndPointToGroupRSrc.hpp:44
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition: EndPointToGroupRSrc.hpp:215
Definition: EndPointToGroupRSrc.hpp:21
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for EndPointToGroupRSrc.
Definition: EndPointToGroupRSrc.hpp:29
modelgbp::epdr::EndPointToGroupRSrc & setTargetEpGroup(const opflex::modb::URI &uri)
Set the reference to point to an instance of EpGroup with the specified URI.
Definition: EndPointToGroupRSrc.hpp:147
bool isTargetSet()
Check whether target has been set.
Definition: EndPointToGroupRSrc.hpp:91
modelgbp::epdr::EndPointToGroupRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition: EndPointToGroupRSrc.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: EndPointToGroupRSrc.hpp:123
bool isRoleSet()
Check whether role has been set.
Definition: EndPointToGroupRSrc.hpp:35
modelgbp::epdr::EndPointToGroupRSrc & 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: EndPointToGroupRSrc.hpp:170
modelgbp::epdr::EndPointToGroupRSrc & unsetType()
Unset type in the currently-active mutator.
Definition: EndPointToGroupRSrc.hpp:240
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition: EndPointToGroupRSrc.hpp:56
modelgbp::epdr::EndPointToGroupRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition: EndPointToGroupRSrc.hpp:184
bool isTypeSet()
Check whether type has been set.
Definition: EndPointToGroupRSrc.hpp:194
EndPointToGroupRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of EndPointToGroupRSrc.
Definition: EndPointToGroupRSrc.hpp:561
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition: EndPointToGroupRSrc.hpp:100
static void removeUnderEpdrL3DiscoveredEpdrLocalL3Ep(const std::string &epdrLocalL3EpUuid)
Remove the EndPointToGroupRSrc object with the specified path elements from the managed object store ...
Definition: EndPointToGroupRSrc.hpp:489
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition: EndPointToGroupRSrc.hpp:111
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition: EndPointToGroupRSrc.hpp:203
static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToGroupRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of EndPointToGroupRSrc from the managed object store.
Definition: EndPointToGroupRSrc.hpp:257
static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToGroupRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of EndPointToGroupRSrc from the managed object store using the default framework...
Definition: EndPointToGroupRSrc.hpp:275
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition: EndPointToGroupRSrc.hpp:537
static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToGroupRSrc > > resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep(opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL2EpUuid)
Retrieve an instance of EndPointToGroupRSrc from the managed object store by constructing its URI fro...
Definition: EndPointToGroupRSrc.hpp:297
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition: EndPointToGroupRSrc.hpp:133
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: EndPointToGroupRSrc.hpp:525
static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToGroupRSrc > > resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep(opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL3EpUuid)
Retrieve an instance of EndPointToGroupRSrc from the managed object store by constructing its URI fro...
Definition: EndPointToGroupRSrc.hpp:341
static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToGroupRSrc > > resolveUnderEpdrL3DiscoveredEpdrLocalL3Ep(const std::string &epdrLocalL3EpUuid)
Retrieve an instance of EndPointToGroupRSrc from the default managed object store by constructing its...
Definition: EndPointToGroupRSrc.hpp:363
modelgbp::epdr::EndPointToGroupRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition: EndPointToGroupRSrc.hpp:228
static boost::optional< OF_SHARED_PTR< modelgbp::epdr::EndPointToGroupRSrc > > resolveUnderEpdrL2DiscoveredEpdrLocalL2Ep(const std::string &epdrLocalL2EpUuid)
Retrieve an instance of EndPointToGroupRSrc from the default managed object store by constructing its...
Definition: EndPointToGroupRSrc.hpp:319
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: EndPointToGroupRSrc.hpp:506
static void removeUnderEpdrL3DiscoveredEpdrLocalL3Ep(opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL3EpUuid)
Remove the EndPointToGroupRSrc object with the specified path elements from the managed object store...
Definition: EndPointToGroupRSrc.hpp:468
static void removeUnderEpdrL2DiscoveredEpdrLocalL2Ep(const std::string &epdrLocalL2EpUuid)
Remove the EndPointToGroupRSrc object with the specified path elements from the managed object store ...
Definition: EndPointToGroupRSrc.hpp:448
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition: EndPointToGroupRSrc.hpp:551
static void removeUnderEpdrL2DiscoveredEpdrLocalL2Ep(opflex::ofcore::OFFramework &framework, const std::string &epdrLocalL2EpUuid)
Remove the EndPointToGroupRSrc object with the specified path elements from the managed object store...
Definition: EndPointToGroupRSrc.hpp:427
modelgbp::epdr::EndPointToGroupRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition: EndPointToGroupRSrc.hpp:81
SOME COPYRIGHT.
Definition: OpcodeEnumT.hpp:12