modelgbp Generated OpFlex Model 1.7.0
EpGroupToSubnetsRSrc.hpp
1
10#pragma once
11#ifndef GI_GBP_EPGROUPTOSUBNETSRSRC_HPP
12#define GI_GBP_EPGROUPTOSUBNETSRSRC_HPP
13
14#include <boost/optional.hpp>
15#include "opflex/modb/URIBuilder.h"
16#include "opflex/modb/mo-internal/MO.h"
17
18namespace modelgbp {
19namespace gbp {
20
22 : public opflex::modb::mointernal::MO
23{
24public:
25
29 static const opflex::modb::class_id_t CLASS_ID = 165;
30
35 bool isRoleSet()
36 {
37 return getObjectInstance().isSet(5406722ul, opflex::modb::PropertyInfo::ENUM8);
38 }
39
44 boost::optional<const uint8_t> getRole()
45 {
46 if (isRoleSet())
47 return (const uint8_t)getObjectInstance().getUInt64(5406722ul);
48 return boost::none;
49 }
50
56 const uint8_t getRole(const uint8_t defaultValue)
57 {
58 return getRole().get_value_or(defaultValue);
59 }
60
70 {
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(5406722ul, newValue);
72 return *this;
73 }
74
82 {
83 getTLMutator().modify(getClassId(), getURI())->unset(5406722ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
84 return *this;
85 }
86
92 {
93 return getObjectInstance().isSet(5406723ul, opflex::modb::PropertyInfo::REFERENCE);
94 }
95
100 boost::optional<opflex::modb::class_id_t> getTargetClass()
101 {
102 if (isTargetSet())
103 return getObjectInstance().getReference(5406723ul).first;
104 return boost::none;
105 }
106
111 boost::optional<opflex::modb::URI> getTargetURI()
112 {
113 if (isTargetSet())
114 return getObjectInstance().getReference(5406723ul).second;
115 return boost::none;
116 }
117
123 opflex::modb::class_id_t getTargetClass(opflex::modb::class_id_t defaultValue)
124 {
125 return getTargetClass().get_value_or(defaultValue);
126 }
127
133 opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
134 {
135 return getTargetURI().get_value_or(defaultValue);
136 }
137
148 {
149 getTLMutator().modify(getClassId(), getURI())->setReference(5406723ul, 196, uri);
150 return *this;
151 }
152
171 const std::string& policySpaceName,
172 const std::string& gbpSubnetsName)
173 {
174 getTLMutator().modify(getClassId(), getURI())->setReference(5406723ul, 196, opflex::modb::URIBuilder().addElement("PolicyUniverse").addElement("PolicySpace").addElement(policySpaceName).addElement("GbpSubnets").addElement(gbpSubnetsName).build());
175 return *this;
176 }
177
185 {
186 getTLMutator().modify(getClassId(), getURI())->unset(5406723ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
187 return *this;
188 }
189
195 {
196 return getObjectInstance().isSet(5406721ul, opflex::modb::PropertyInfo::ENUM8);
197 }
198
203 boost::optional<const uint8_t> getType()
204 {
205 if (isTypeSet())
206 return (const uint8_t)getObjectInstance().getUInt64(5406721ul);
207 return boost::none;
208 }
209
215 const uint8_t getType(const uint8_t defaultValue)
216 {
217 return getType().get_value_or(defaultValue);
218 }
219
229 {
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(5406721ul, newValue);
231 return *this;
232 }
233
241 {
242 getTLMutator().modify(getClassId(), getURI())->unset(5406721ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
243 return *this;
244 }
245
257 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToSubnetsRSrc> > resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
260 {
261 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::EpGroupToSubnetsRSrc>(framework, CLASS_ID, uri);
262 }
263
275 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToSubnetsRSrc> > resolve(
276 const opflex::modb::URI& uri)
277 {
278 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::EpGroupToSubnetsRSrc>(opflex::ofcore::OFFramework::defaultInstance(), CLASS_ID, uri);
279 }
280
299 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToSubnetsRSrc> > resolve(
300 opflex::ofcore::OFFramework& framework,
301 const std::string& policySpaceName,
302 const std::string& gbpEpGroupName)
303 {
304 return resolve(framework,opflex::modb::URIBuilder().addElement("PolicyUniverse").addElement("PolicySpace").addElement(policySpaceName).addElement("GbpEpGroup").addElement(gbpEpGroupName).addElement("GbpEpGroupToSubnetsRSrc").build());
305 }
306
324 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::EpGroupToSubnetsRSrc> > resolve(
325 const std::string& policySpaceName,
326 const std::string& gbpEpGroupName)
327 {
328 return resolve(opflex::ofcore::OFFramework::defaultInstance(),policySpaceName,gbpEpGroupName);
329 }
330
339 void remove()
340 {
341 getTLMutator().remove(CLASS_ID, getURI());
342 }
343
354 static void remove(opflex::ofcore::OFFramework& framework,
355 const opflex::modb::URI& uri)
356 {
357 MO::remove(framework, CLASS_ID, uri);
358 }
359
370 static void remove(const opflex::modb::URI& uri)
371 {
372 remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
373 }
374
391 static void remove(
392 opflex::ofcore::OFFramework& framework,
393 const std::string& policySpaceName,
394 const std::string& gbpEpGroupName)
395 {
396 MO::remove(framework, CLASS_ID, opflex::modb::URIBuilder().addElement("PolicyUniverse").addElement("PolicySpace").addElement(policySpaceName).addElement("GbpEpGroup").addElement(gbpEpGroupName).addElement("GbpEpGroupToSubnetsRSrc").build());
397 }
398
415 static void remove(
416 const std::string& policySpaceName,
417 const std::string& gbpEpGroupName)
418 {
419 remove(opflex::ofcore::OFFramework::defaultInstance(),policySpaceName,gbpEpGroupName);
420 }
421
433 static void registerListener(
434 opflex::ofcore::OFFramework& framework,
435 opflex::modb::ObjectListener* listener)
436 {
437 opflex::modb::mointernal
438 ::MO::registerListener(framework, listener, CLASS_ID);
439 }
440
452 static void registerListener(
453 opflex::modb::ObjectListener* listener)
454 {
455 registerListener(opflex::ofcore::OFFramework::defaultInstance(), listener);
456 }
457
465 opflex::ofcore::OFFramework& framework,
466 opflex::modb::ObjectListener* listener)
467 {
468 opflex::modb::mointernal
469 ::MO::unregisterListener(framework, listener, CLASS_ID);
470 }
471
479 opflex::modb::ObjectListener* listener)
480 {
481 unregisterListener(opflex::ofcore::OFFramework::defaultInstance(), listener);
482 }
483
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) { }
493}; // class EpGroupToSubnetsRSrc
494
495} // namespace gbp
496} // namespace modelgbp
497#endif // GI_GBP_EPGROUPTOSUBNETSRSRC_HPP
Definition EpGroupToSubnetsRSrc.hpp:23
bool isTargetSet()
Check whether target has been set.
Definition EpGroupToSubnetsRSrc.hpp:91
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for EpGroupToSubnetsRSrc.
Definition EpGroupToSubnetsRSrc.hpp:29
modelgbp::gbp::EpGroupToSubnetsRSrc & unsetType()
Unset type in the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:240
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToSubnetsRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of EpGroupToSubnetsRSrc from the managed object store using the default framewor...
Definition EpGroupToSubnetsRSrc.hpp:275
EpGroupToSubnetsRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of EpGroupToSubnetsRSrc.
Definition EpGroupToSubnetsRSrc.hpp:488
modelgbp::gbp::EpGroupToSubnetsRSrc & setTargetSubnets(const opflex::modb::URI &uri)
Set the reference to point to an instance of Subnets with the specified URI.
Definition EpGroupToSubnetsRSrc.hpp:147
void remove()
Remove this instance using the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:339
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition EpGroupToSubnetsRSrc.hpp:203
modelgbp::gbp::EpGroupToSubnetsRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:184
modelgbp::gbp::EpGroupToSubnetsRSrc & setTargetSubnets(const std::string &policySpaceName, const std::string &gbpSubnetsName)
Set the reference to point to an instance of Subnets in the currently-active mutator by constructing ...
Definition EpGroupToSubnetsRSrc.hpp:170
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition EpGroupToSubnetsRSrc.hpp:44
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition EpGroupToSubnetsRSrc.hpp:133
bool isRoleSet()
Check whether role has been set.
Definition EpGroupToSubnetsRSrc.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 EpGroupToSubnetsRSrc.hpp:215
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 EpGroupToSubnetsRSrc.hpp:123
static void remove(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpEpGroupName)
Remove the EpGroupToSubnetsRSrc object with the specified path elements from the managed object store...
Definition EpGroupToSubnetsRSrc.hpp:391
bool isTypeSet()
Check whether type has been set.
Definition EpGroupToSubnetsRSrc.hpp:194
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToSubnetsRSrc > > resolve(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpEpGroupName)
Retrieve an instance of EpGroupToSubnetsRSrc from the managed object store by constructing its URI fr...
Definition EpGroupToSubnetsRSrc.hpp:299
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition EpGroupToSubnetsRSrc.hpp:478
modelgbp::gbp::EpGroupToSubnetsRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:69
static void remove(const opflex::modb::URI &uri)
Remove the EpGroupToSubnetsRSrc object with the specified URI using the currently-active mutator and ...
Definition EpGroupToSubnetsRSrc.hpp:370
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 EpGroupToSubnetsRSrc.hpp:433
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the EpGroupToSubnetsRSrc object with the specified URI using the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:354
modelgbp::gbp::EpGroupToSubnetsRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:228
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition EpGroupToSubnetsRSrc.hpp:111
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToSubnetsRSrc > > resolve(const std::string &policySpaceName, const std::string &gbpEpGroupName)
Retrieve an instance of EpGroupToSubnetsRSrc from the default managed object store by constructing it...
Definition EpGroupToSubnetsRSrc.hpp:324
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition EpGroupToSubnetsRSrc.hpp:100
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition EpGroupToSubnetsRSrc.hpp:56
static void remove(const std::string &policySpaceName, const std::string &gbpEpGroupName)
Remove the EpGroupToSubnetsRSrc object with the specified path elements from the managed object store...
Definition EpGroupToSubnetsRSrc.hpp:415
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition EpGroupToSubnetsRSrc.hpp:464
modelgbp::gbp::EpGroupToSubnetsRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition EpGroupToSubnetsRSrc.hpp:81
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::EpGroupToSubnetsRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of EpGroupToSubnetsRSrc from the managed object store.
Definition EpGroupToSubnetsRSrc.hpp:257
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 EpGroupToSubnetsRSrc.hpp:452
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12