11#ifndef GI_GBPE_REPORTEDEPATTRIBUTESET_HPP
12#define GI_GBPE_REPORTEDEPATTRIBUTESET_HPP
14#include <boost/optional.hpp>
15#include "opflex/modb/URIBuilder.h"
16#include "opflex/modb/mo-internal/MO.h"
20#include "modelgbp/gbpe/ReportedEpAttribute.hpp"
26 :
public opflex::modb::mointernal::MO
33 static const opflex::modb::class_id_t
CLASS_ID = 38;
46 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::ReportedEpAttributeSet> >
resolve(
48 const opflex::modb::URI&
uri)
50 return opflex::modb::mointernal::MO::resolve<modelgbp::gbpe::ReportedEpAttributeSet>(
framework,
CLASS_ID,
uri);
64 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::ReportedEpAttributeSet> >
resolve(
65 const opflex::modb::URI&
uri)
67 return opflex::modb::mointernal::MO::resolve<modelgbp::gbpe::ReportedEpAttributeSet>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID,
uri);
88 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::ReportedEpAttributeSet> >
resolve(
113 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::ReportedEpAttributeSet> >
resolve(
138 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::ReportedEpAttributeSet> >
resolve(
163 static boost::optional<OF_SHARED_PTR<modelgbp::gbpe::ReportedEpAttributeSet> >
resolve(
226 opflex::modb::mointernal::MO::resolveChildren<modelgbp::gbpe::ReportedEpAttribute>(
254 const opflex::modb::URI&
uri)
271 remove(opflex::ofcore::OFFramework::defaultInstance(),
uri);
381 opflex::modb::ObjectListener*
listener)
383 opflex::modb::mointernal
399 opflex::modb::ObjectListener*
listener)
412 opflex::modb::ObjectListener*
listener)
414 opflex::modb::mointernal
425 opflex::modb::ObjectListener*
listener)
436 const opflex::modb::URI&
uri,
Definition ReportedEpAttributeSet.hpp:27
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 ReportedEpAttributeSet.hpp:398
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition ReportedEpAttributeSet.hpp:424
static void remove(opflex::ofcore::OFFramework &framework, const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac)
Remove the ReportedEpAttributeSet object with the specified path elements from the managed object sto...
Definition ReportedEpAttributeSet.hpp:290
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttributeSet > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of ReportedEpAttributeSet from the managed object store using the default framew...
Definition ReportedEpAttributeSet.hpp:64
OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttribute > addGbpeReportedEpAttribute(const std::string &gbpeReportedEpAttributeName)
Create a new child object with the specified naming properties and make it a child of this object in ...
Definition ReportedEpAttributeSet.hpp:199
void remove()
Remove this instance using the currently-active mutator.
Definition ReportedEpAttributeSet.hpp:238
boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttribute > > resolveGbpeReportedEpAttribute(const std::string &gbpeReportedEpAttributeName)
Retrieve the child object with the specified naming properties.
Definition ReportedEpAttributeSet.hpp:181
static void remove(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Remove the ReportedEpAttributeSet object with the specified URI using the currently-active mutator.
Definition ReportedEpAttributeSet.hpp:253
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttributeSet > > resolve(const std::string &eprL3EpContext, const std::string &eprL3EpIp)
Retrieve an instance of ReportedEpAttributeSet from the default managed object store by constructing ...
Definition ReportedEpAttributeSet.hpp:163
static void remove(opflex::ofcore::OFFramework &framework, const std::string &eprL3EpContext, const std::string &eprL3EpIp)
Remove the ReportedEpAttributeSet object with the specified path elements from the managed object sto...
Definition ReportedEpAttributeSet.hpp:337
static void remove(const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac)
Remove the ReportedEpAttributeSet object with the specified path elements from the managed object sto...
Definition ReportedEpAttributeSet.hpp:314
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for ReportedEpAttributeSet.
Definition ReportedEpAttributeSet.hpp:33
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttributeSet > > resolve(opflex::ofcore::OFFramework &framework, const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac)
Retrieve an instance of ReportedEpAttributeSet from the managed object store by constructing its URI ...
Definition ReportedEpAttributeSet.hpp:88
void resolveGbpeReportedEpAttribute(std::vector< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttribute > > &out)
Resolve and retrieve all of the immediate children of type modelgbp::gbpe::ReportedEpAttribute.
Definition ReportedEpAttributeSet.hpp:224
static void remove(const opflex::modb::URI &uri)
Remove the ReportedEpAttributeSet object with the specified URI using the currently-active mutator an...
Definition ReportedEpAttributeSet.hpp:269
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttributeSet > > resolve(opflex::ofcore::OFFramework &framework, const std::string &eprL3EpContext, const std::string &eprL3EpIp)
Retrieve an instance of ReportedEpAttributeSet from the managed object store by constructing its URI ...
Definition ReportedEpAttributeSet.hpp:138
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition ReportedEpAttributeSet.hpp:410
ReportedEpAttributeSet(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of ReportedEpAttributeSet.
Definition ReportedEpAttributeSet.hpp:434
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttributeSet > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of ReportedEpAttributeSet from the managed object store.
Definition ReportedEpAttributeSet.hpp:46
static void remove(const std::string &eprL3EpContext, const std::string &eprL3EpIp)
Remove the ReportedEpAttributeSet object with the specified path elements from the managed object sto...
Definition ReportedEpAttributeSet.hpp:361
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 ReportedEpAttributeSet.hpp:379
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttributeSet > > resolve(const std::string &eprL2EpContext, const opflex::modb::MAC &eprL2EpMac)
Retrieve an instance of ReportedEpAttributeSet from the default managed object store by constructing ...
Definition ReportedEpAttributeSet.hpp:113
static boost::optional< OF_SHARED_PTR< modelgbp::gbpe::ReportedEpAttribute > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of ReportedEpAttribute from the managed object store.
Definition ReportedEpAttribute.hpp:154
SOME COPYRIGHT.
Definition OpcodeEnumT.hpp:12