11#ifndef GI_DCI_DOMAINTOGBPROUTINGDOMAINRSRC_HPP
12#define GI_DCI_DOMAINTOGBPROUTINGDOMAINRSRC_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 = 88;
93 return getObjectInstance().isSet(2883587ul, opflex::modb::PropertyInfo::REFERENCE);
186 getTLMutator().modify(
getClassId(),
getURI())->unset(2883587ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::dci::DomainToGbpRoutingDomainRSrc> >
resolve(
259 const opflex::modb::URI&
uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::dci::DomainToGbpRoutingDomainRSrc>(
framework,
CLASS_ID,
uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::dci::DomainToGbpRoutingDomainRSrc> >
resolve(
276 const opflex::modb::URI&
uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::dci::DomainToGbpRoutingDomainRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID,
uri);
301 static boost::optional<OF_SHARED_PTR<modelgbp::dci::DomainToGbpRoutingDomainRSrc> >
resolve(
329 static boost::optional<OF_SHARED_PTR<modelgbp::dci::DomainToGbpRoutingDomainRSrc> >
resolve(
361 const opflex::modb::URI&
uri)
378 remove(opflex::ofcore::OFFramework::defaultInstance(),
uri);
447 opflex::modb::ObjectListener*
listener)
449 opflex::modb::mointernal
465 opflex::modb::ObjectListener*
listener)
478 opflex::modb::ObjectListener*
listener)
480 opflex::modb::mointernal
491 opflex::modb::ObjectListener*
listener)
502 const opflex::modb::URI&
uri,
Definition DomainToGbpRoutingDomainRSrc.hpp:23
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition DomainToGbpRoutingDomainRSrc.hpp:490
DomainToGbpRoutingDomainRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of DomainToGbpRoutingDomainRSrc.
Definition DomainToGbpRoutingDomainRSrc.hpp:500
modelgbp::dci::DomainToGbpRoutingDomainRSrc & setTargetRoutingDomain(const opflex::modb::URI &uri)
Set the reference to point to an instance of RoutingDomain with the specified URI.
Definition DomainToGbpRoutingDomainRSrc.hpp:147
modelgbp::dci::DomainToGbpRoutingDomainRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition DomainToGbpRoutingDomainRSrc.hpp:69
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:100
modelgbp::dci::DomainToGbpRoutingDomainRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition DomainToGbpRoutingDomainRSrc.hpp:81
static void remove(const std::string &dciDomainName, uint16_t dciDomainToGbpRoutingDomainRSrcTargetClass, const std::string &dciDomainToGbpRoutingDomainRSrcTargetName)
Remove the DomainToGbpRoutingDomainRSrc object with the specified path elements from the managed obje...
Definition DomainToGbpRoutingDomainRSrc.hpp:426
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 DomainToGbpRoutingDomainRSrc.hpp:123
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the DomainToGbpRoutingDomainRSrc object with the specified URI using the currently-active muta...
Definition DomainToGbpRoutingDomainRSrc.hpp:360
modelgbp::dci::DomainToGbpRoutingDomainRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition DomainToGbpRoutingDomainRSrc.hpp:184
static void remove(const opflex::modb::URI &uri)
Remove the DomainToGbpRoutingDomainRSrc object with the specified URI using the currently-active muta...
Definition DomainToGbpRoutingDomainRSrc.hpp:376
modelgbp::dci::DomainToGbpRoutingDomainRSrc & setTargetRoutingDomain(const std::string &policySpaceName, const std::string &gbpRoutingDomainName)
Set the reference to point to an instance of RoutingDomain in the currently-active mutator by constru...
Definition DomainToGbpRoutingDomainRSrc.hpp:170
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 DomainToGbpRoutingDomainRSrc.hpp:445
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition DomainToGbpRoutingDomainRSrc.hpp:133
modelgbp::dci::DomainToGbpRoutingDomainRSrc & unsetType()
Unset type in the currently-active mutator.
Definition DomainToGbpRoutingDomainRSrc.hpp:240
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:111
modelgbp::dci::DomainToGbpRoutingDomainRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition DomainToGbpRoutingDomainRSrc.hpp:228
void remove()
Remove this instance using the currently-active mutator.
Definition DomainToGbpRoutingDomainRSrc.hpp:345
static void remove(opflex::ofcore::OFFramework &framework, const std::string &dciDomainName, uint16_t dciDomainToGbpRoutingDomainRSrcTargetClass, const std::string &dciDomainToGbpRoutingDomainRSrcTargetName)
Remove the DomainToGbpRoutingDomainRSrc object with the specified path elements from the managed obje...
Definition DomainToGbpRoutingDomainRSrc.hpp:399
bool isRoleSet()
Check whether role has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:35
static boost::optional< OF_SHARED_PTR< modelgbp::dci::DomainToGbpRoutingDomainRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &dciDomainName, uint16_t dciDomainToGbpRoutingDomainRSrcTargetClass, const std::string &dciDomainToGbpRoutingDomainRSrcTargetName)
Retrieve an instance of DomainToGbpRoutingDomainRSrc from the managed object store by constructing it...
Definition DomainToGbpRoutingDomainRSrc.hpp:301
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 DomainToGbpRoutingDomainRSrc.hpp:464
static boost::optional< OF_SHARED_PTR< modelgbp::dci::DomainToGbpRoutingDomainRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of DomainToGbpRoutingDomainRSrc from the managed object store using the default ...
Definition DomainToGbpRoutingDomainRSrc.hpp:275
bool isTypeSet()
Check whether type has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:194
bool isTargetSet()
Check whether target has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:91
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition DomainToGbpRoutingDomainRSrc.hpp:56
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:203
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for DomainToGbpRoutingDomainRSrc.
Definition DomainToGbpRoutingDomainRSrc.hpp:29
static boost::optional< OF_SHARED_PTR< modelgbp::dci::DomainToGbpRoutingDomainRSrc > > resolve(const std::string &dciDomainName, uint16_t dciDomainToGbpRoutingDomainRSrcTargetClass, const std::string &dciDomainToGbpRoutingDomainRSrcTargetName)
Retrieve an instance of DomainToGbpRoutingDomainRSrc from the default managed object store by constru...
Definition DomainToGbpRoutingDomainRSrc.hpp:329
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition DomainToGbpRoutingDomainRSrc.hpp:44
static boost::optional< OF_SHARED_PTR< modelgbp::dci::DomainToGbpRoutingDomainRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of DomainToGbpRoutingDomainRSrc from the managed object store.
Definition DomainToGbpRoutingDomainRSrc.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 DomainToGbpRoutingDomainRSrc.hpp:215
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition DomainToGbpRoutingDomainRSrc.hpp:476
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12