11#ifndef GI_GBP_ROUTINGDOMAINFROMINTSUBNETSRTGT_HPP
12#define GI_GBP_ROUTINGDOMAINFROMINTSUBNETSRTGT_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 = 192;
139 getTLMutator().modify(
getClassId(),
getURI())->unset(6291459ul, opflex::modb::PropertyInfo::STRING, opflex::modb::PropertyInfo::SCALAR);
210 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt> >
resolve(
212 const opflex::modb::URI&
uri)
214 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt>(
framework,
CLASS_ID,
uri);
228 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt> >
resolve(
229 const opflex::modb::URI&
uri)
231 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID,
uri);
254 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt> >
resolve(
282 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt> >
resolve(
314 const opflex::modb::URI&
uri)
331 remove(opflex::ofcore::OFFramework::defaultInstance(),
uri);
400 opflex::modb::ObjectListener*
listener)
402 opflex::modb::mointernal
418 opflex::modb::ObjectListener*
listener)
431 opflex::modb::ObjectListener*
listener)
433 opflex::modb::mointernal
444 opflex::modb::ObjectListener*
listener)
455 const opflex::modb::URI&
uri,
Definition RoutingDomainFromIntSubnetsRTgt.hpp:23
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:156
RoutingDomainFromIntSubnetsRTgt(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of RoutingDomainFromIntSubnetsRTgt.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:453
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt > > resolve(const std::string &policySpaceName, const std::string &gbpSubnetsName, const std::string &gbpRoutingDomainFromIntSubnetsRTgtSource)
Retrieve an instance of RoutingDomainFromIntSubnetsRTgt from the default managed object store by cons...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:282
modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:181
bool isRoleSet()
Check whether role has been set.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:35
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:168
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:56
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:429
static void remove(const opflex::modb::URI &uri)
Remove the RoutingDomainFromIntSubnetsRTgt object with the specified URI using the currently-active m...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:329
const std::string & getSource(const std::string &defaultValue)
Get the value of source if set, otherwise the value of default passed in.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:112
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt > > resolve(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpSubnetsName, const std::string &gbpRoutingDomainFromIntSubnetsRTgtSource)
Retrieve an instance of RoutingDomainFromIntSubnetsRTgt from the managed object store by constructing...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:254
bool isTypeSet()
Check whether type has been set.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:147
bool isSourceSet()
Check whether source has been set.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:91
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:443
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 RoutingDomainFromIntSubnetsRTgt.hpp:417
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 RoutingDomainFromIntSubnetsRTgt.hpp:398
modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt & setSource(const std::string &newValue)
Set source to the specified value in the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:125
modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt & unsetType()
Unset type in the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:193
boost::optional< const std::string & > getSource()
Get the value of source if it has been set.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:100
modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt & unsetSource()
Unset source in the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:137
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for RoutingDomainFromIntSubnetsRTgt.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:29
modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt & unsetRole()
Unset role in the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:81
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of RoutingDomainFromIntSubnetsRTgt from the managed object store using the defau...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:228
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of RoutingDomainFromIntSubnetsRTgt from the managed object store.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:210
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:44
void remove()
Remove this instance using the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:298
static void remove(const std::string &policySpaceName, const std::string &gbpSubnetsName, const std::string &gbpRoutingDomainFromIntSubnetsRTgtSource)
Remove the RoutingDomainFromIntSubnetsRTgt object with the specified path elements from the managed o...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:379
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the RoutingDomainFromIntSubnetsRTgt object with the specified URI using the currently-active m...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:313
modelgbp::gbp::RoutingDomainFromIntSubnetsRTgt & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition RoutingDomainFromIntSubnetsRTgt.hpp:69
static void remove(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpSubnetsName, const std::string &gbpRoutingDomainFromIntSubnetsRTgtSource)
Remove the RoutingDomainFromIntSubnetsRTgt object with the specified path elements from the managed o...
Definition RoutingDomainFromIntSubnetsRTgt.hpp:352
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12