11 #ifndef GI_GBP_FLOODDOMAINTONETWORKRSRC_HPP
12 #define GI_GBP_FLOODDOMAINTONETWORKRSRC_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 = 186;
37 return getObjectInstance().isSet(6094850ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(6094850ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(6094850ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(6094850ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(6094851ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(6094851ul).first;
114 return getObjectInstance().getReference(6094851ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(6094851ul, 181, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpBridgeDomainName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(6094851ul, 181, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpBridgeDomain").addElement(gbpBridgeDomainName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(6094851ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(6094849ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(6094849ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(6094849ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(6094849ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::FloodDomainToNetworkRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::FloodDomainToNetworkRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::FloodDomainToNetworkRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::FloodDomainToNetworkRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
299 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::FloodDomainToNetworkRSrc> >
resolve(
300 opflex::ofcore::OFFramework& framework,
301 const std::string& policySpaceName,
302 const std::string& gbpFloodDomainName)
304 return resolve(framework,opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpFloodDomain").addElement(gbpFloodDomainName).addElement(
"GbpFloodDomainToNetworkRSrc").build());
324 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::FloodDomainToNetworkRSrc> >
resolve(
325 const std::string& policySpaceName,
326 const std::string& gbpFloodDomainName)
328 return resolve(opflex::ofcore::OFFramework::defaultInstance(),policySpaceName,gbpFloodDomainName);
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& policySpaceName,
394 const std::string& gbpFloodDomainName)
396 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpFloodDomain").addElement(gbpFloodDomainName).addElement(
"GbpFloodDomainToNetworkRSrc").build());
416 const std::string& policySpaceName,
417 const std::string& gbpFloodDomainName)
419 remove(opflex::ofcore::OFFramework::defaultInstance(),policySpaceName,gbpFloodDomainName);
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) { }
497 #endif // GI_GBP_FLOODDOMAINTONETWORKRSRC_HPP
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::FloodDomainToNetworkRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpFloodDomainName)
Retrieve an instance of FloodDomainToNetworkRSrc from the managed object store by constructing its UR...
Definition: FloodDomainToNetworkRSrc.hpp:299
modelgbp::gbp::FloodDomainToNetworkRSrc & unsetType()
Unset type in the currently-active mutator.
Definition: FloodDomainToNetworkRSrc.hpp:240
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::FloodDomainToNetworkRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of FloodDomainToNetworkRSrc from the managed object store using the default fram...
Definition: FloodDomainToNetworkRSrc.hpp:275
modelgbp::gbp::FloodDomainToNetworkRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition: FloodDomainToNetworkRSrc.hpp:184
Definition: FloodDomainToNetworkRSrc.hpp:21
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: FloodDomainToNetworkRSrc.hpp:452
bool isTypeSet()
Check whether type has been set.
Definition: FloodDomainToNetworkRSrc.hpp:194
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition: FloodDomainToNetworkRSrc.hpp:111
bool isTargetSet()
Check whether target has been set.
Definition: FloodDomainToNetworkRSrc.hpp:91
modelgbp::gbp::FloodDomainToNetworkRSrc & setTargetBridgeDomain(const std::string &policySpaceName, const std::string &gbpBridgeDomainName)
Set the reference to point to an instance of BridgeDomain in the currently-active mutator by construc...
Definition: FloodDomainToNetworkRSrc.hpp:170
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition: FloodDomainToNetworkRSrc.hpp:478
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: FloodDomainToNetworkRSrc.hpp:123
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition: FloodDomainToNetworkRSrc.hpp:215
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition: FloodDomainToNetworkRSrc.hpp:100
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for FloodDomainToNetworkRSrc.
Definition: FloodDomainToNetworkRSrc.hpp:29
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition: FloodDomainToNetworkRSrc.hpp:44
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::FloodDomainToNetworkRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of FloodDomainToNetworkRSrc from the managed object store.
Definition: FloodDomainToNetworkRSrc.hpp:257
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: FloodDomainToNetworkRSrc.hpp:433
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition: FloodDomainToNetworkRSrc.hpp:464
modelgbp::gbp::FloodDomainToNetworkRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition: FloodDomainToNetworkRSrc.hpp:69
modelgbp::gbp::FloodDomainToNetworkRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition: FloodDomainToNetworkRSrc.hpp:228
modelgbp::gbp::FloodDomainToNetworkRSrc & setTargetBridgeDomain(const opflex::modb::URI &uri)
Set the reference to point to an instance of BridgeDomain with the specified URI. ...
Definition: FloodDomainToNetworkRSrc.hpp:147
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::FloodDomainToNetworkRSrc > > resolve(const std::string &policySpaceName, const std::string &gbpFloodDomainName)
Retrieve an instance of FloodDomainToNetworkRSrc from the default managed object store by constructin...
Definition: FloodDomainToNetworkRSrc.hpp:324
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition: FloodDomainToNetworkRSrc.hpp:56
bool isRoleSet()
Check whether role has been set.
Definition: FloodDomainToNetworkRSrc.hpp:35
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition: FloodDomainToNetworkRSrc.hpp:133
FloodDomainToNetworkRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of FloodDomainToNetworkRSrc.
Definition: FloodDomainToNetworkRSrc.hpp:488
modelgbp::gbp::FloodDomainToNetworkRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition: FloodDomainToNetworkRSrc.hpp:81
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition: FloodDomainToNetworkRSrc.hpp:203