11 #ifndef GI_GBP_SECGROUPRULETOREMOTEADDRESSRSRC_HPP 12 #define GI_GBP_SECGROUPRULETOREMOTEADDRESSRSRC_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 = 206;
37 return getObjectInstance().isSet(6750210ul, opflex::modb::PropertyInfo::ENUM8);
47 return (
const uint8_t)getObjectInstance().getUInt64(6750210ul);
56 const uint8_t
getRole(
const uint8_t defaultValue)
58 return getRole().get_value_or(defaultValue);
71 getTLMutator().modify(getClassId(), getURI())->setUInt64(6750210ul, newValue);
83 getTLMutator().modify(getClassId(), getURI())->unset(6750210ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
93 return getObjectInstance().isSet(6750211ul, opflex::modb::PropertyInfo::REFERENCE);
103 return getObjectInstance().getReference(6750211ul).first;
114 return getObjectInstance().getReference(6750211ul).second;
149 getTLMutator().modify(getClassId(), getURI())->setReference(6750211ul, 196, uri);
171 const std::string& policySpaceName,
172 const std::string& gbpSubnetsName)
174 getTLMutator().modify(getClassId(), getURI())->setReference(6750211ul, 196, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpSubnets").addElement(gbpSubnetsName).build());
186 getTLMutator().modify(getClassId(), getURI())->unset(6750211ul, opflex::modb::PropertyInfo::REFERENCE, opflex::modb::PropertyInfo::SCALAR);
196 return getObjectInstance().isSet(6750209ul, opflex::modb::PropertyInfo::ENUM8);
206 return (
const uint8_t)getObjectInstance().getUInt64(6750209ul);
215 const uint8_t
getType(
const uint8_t defaultValue)
217 return getType().get_value_or(defaultValue);
230 getTLMutator().modify(getClassId(), getURI())->setUInt64(6750209ul, newValue);
242 getTLMutator().modify(getClassId(), getURI())->unset(6750209ul, opflex::modb::PropertyInfo::ENUM8, opflex::modb::PropertyInfo::SCALAR);
257 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc> >
resolve(
258 opflex::ofcore::OFFramework& framework,
259 const opflex::modb::URI& uri)
261 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc>(framework,
CLASS_ID, uri);
275 static boost::optional<OF_SHARED_PTR<modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc> >
resolve(
276 const opflex::modb::URI& uri)
278 return opflex::modb::mointernal::MO::resolve<modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc>(opflex::ofcore::OFFramework::defaultInstance(),
CLASS_ID, uri);
308 opflex::ofcore::OFFramework& framework,
309 const std::string& policySpaceName,
310 const std::string& gbpContractName,
311 const std::string& gbpSubjectName,
312 const std::string& gbpSecGroupRuleName,
313 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
314 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
316 return resolve(framework,opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpContract").addElement(gbpContractName).addElement(
"GbpSubject").addElement(gbpSubjectName).addElement(
"GbpSecGroupRule").addElement(gbpSecGroupRuleName).addElement(
"GbpSecGroupRuleToRemoteAddressRSrc").addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetClass).addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetName).build());
345 const std::string& policySpaceName,
346 const std::string& gbpContractName,
347 const std::string& gbpSubjectName,
348 const std::string& gbpSecGroupRuleName,
349 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
350 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
382 opflex::ofcore::OFFramework& framework,
383 const std::string& policySpaceName,
384 const std::string& gbpSecGroupName,
385 const std::string& gbpSecGroupSubjectName,
386 const std::string& gbpSecGroupRuleName,
387 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
388 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
390 return resolve(framework,opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpSecGroup").addElement(gbpSecGroupName).addElement(
"GbpSecGroupSubject").addElement(gbpSecGroupSubjectName).addElement(
"GbpSecGroupRule").addElement(gbpSecGroupRuleName).addElement(
"GbpSecGroupRuleToRemoteAddressRSrc").addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetClass).addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetName).build());
419 const std::string& policySpaceName,
420 const std::string& gbpSecGroupName,
421 const std::string& gbpSecGroupSubjectName,
422 const std::string& gbpSecGroupRuleName,
423 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
424 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
439 getTLMutator().remove(
CLASS_ID, getURI());
452 static void remove(opflex::ofcore::OFFramework& framework,
453 const opflex::modb::URI& uri)
455 MO::remove(framework,
CLASS_ID, uri);
468 static void remove(
const opflex::modb::URI& uri)
470 remove(opflex::ofcore::OFFramework::defaultInstance(), uri);
498 opflex::ofcore::OFFramework& framework,
499 const std::string& policySpaceName,
500 const std::string& gbpContractName,
501 const std::string& gbpSubjectName,
502 const std::string& gbpSecGroupRuleName,
503 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
504 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
506 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpContract").addElement(gbpContractName).addElement(
"GbpSubject").addElement(gbpSubjectName).addElement(
"GbpSecGroupRule").addElement(gbpSecGroupRuleName).addElement(
"GbpSecGroupRuleToRemoteAddressRSrc").addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetClass).addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetName).build());
534 const std::string& policySpaceName,
535 const std::string& gbpContractName,
536 const std::string& gbpSubjectName,
537 const std::string& gbpSecGroupRuleName,
538 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
539 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
569 opflex::ofcore::OFFramework& framework,
570 const std::string& policySpaceName,
571 const std::string& gbpSecGroupName,
572 const std::string& gbpSecGroupSubjectName,
573 const std::string& gbpSecGroupRuleName,
574 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
575 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
577 MO::remove(framework,
CLASS_ID, opflex::modb::URIBuilder().addElement(
"PolicyUniverse").addElement(
"PolicySpace").addElement(policySpaceName).addElement(
"GbpSecGroup").addElement(gbpSecGroupName).addElement(
"GbpSecGroupSubject").addElement(gbpSecGroupSubjectName).addElement(
"GbpSecGroupRule").addElement(gbpSecGroupRuleName).addElement(
"GbpSecGroupRuleToRemoteAddressRSrc").addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetClass).addElement(gbpSecGroupRuleToRemoteAddressRSrcTargetName).build());
605 const std::string& policySpaceName,
606 const std::string& gbpSecGroupName,
607 const std::string& gbpSecGroupSubjectName,
608 const std::string& gbpSecGroupRuleName,
609 uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass,
610 const std::string& gbpSecGroupRuleToRemoteAddressRSrcTargetName)
627 opflex::ofcore::OFFramework& framework,
628 opflex::modb::ObjectListener* listener)
630 opflex::modb::mointernal
631 ::MO::registerListener(framework, listener,
CLASS_ID);
646 opflex::modb::ObjectListener* listener)
658 opflex::ofcore::OFFramework& framework,
659 opflex::modb::ObjectListener* listener)
661 opflex::modb::mointernal
662 ::MO::unregisterListener(framework, listener,
CLASS_ID);
672 opflex::modb::ObjectListener* listener)
682 opflex::ofcore::OFFramework& framework,
683 const opflex::modb::URI& uri,
684 const OF_SHARED_PTR<const opflex::modb::mointernal::ObjectInstance>& oi)
685 : MO(framework,
CLASS_ID, uri, oi) { }
690 #endif // GI_GBP_SECGROUPRULETOREMOTEADDRESSRSRC_HPP static void removeUnderPolicyUniversePolicySpaceGbpSecGroupGbpSecGroupSubjectGbpSecGroupRule(const std::string &policySpaceName, const std::string &gbpSecGroupName, const std::string &gbpSecGroupSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Remove the SecGroupRuleToRemoteAddressRSrc object with the specified path elements from the managed o...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:604
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & 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: SecGroupRuleToRemoteAddressRSrc.hpp:170
const uint8_t getRole(const uint8_t defaultValue)
Get the value of role if set, otherwise the value of default passed in.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:56
boost::optional< opflex::modb::class_id_t > getTargetClass()
Get the value of targetClass if it has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:100
static void removeUnderPolicyUniversePolicySpaceGbpContractGbpSubjectGbpSecGroupRule(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpContractName, const std::string &gbpSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Remove the SecGroupRuleToRemoteAddressRSrc object with the specified path elements from the managed o...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:497
boost::optional< opflex::modb::URI > getTargetURI()
Get the value of targetURI if it has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:111
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc > > resolveUnderPolicyUniversePolicySpaceGbpSecGroupGbpSecGroupSubjectGbpSecGroupRule(const std::string &policySpaceName, const std::string &gbpSecGroupName, const std::string &gbpSecGroupSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Retrieve an instance of SecGroupRuleToRemoteAddressRSrc from the default managed object store by cons...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:418
boost::optional< const uint8_t > getType()
Get the value of type if it has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:203
SecGroupRuleToRemoteAddressRSrc(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri, const OF_SHARED_PTR< const opflex::modb::mointernal::ObjectInstance > &oi)
Construct an instance of SecGroupRuleToRemoteAddressRSrc.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:681
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: SecGroupRuleToRemoteAddressRSrc.hpp:123
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & unsetType()
Unset type in the currently-active mutator.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:240
bool isTargetSet()
Check whether target has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:91
opflex::modb::URI getTargetURI(opflex::modb::URI defaultValue)
Get the value of targetURI if set, otherwise the value of default passed in.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:133
static void unregisterListener(opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class from the default framework instance.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:671
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc > > resolveUnderPolicyUniversePolicySpaceGbpContractGbpSubjectGbpSecGroupRule(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpContractName, const std::string &gbpSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Retrieve an instance of SecGroupRuleToRemoteAddressRSrc from the managed object store by constructing...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:307
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & unsetRole()
Unset role in the currently-active mutator.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:81
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:21
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & setRole(const uint8_t newValue)
Set role to the specified value in the currently-active mutator.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:69
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc > > resolveUnderPolicyUniversePolicySpaceGbpContractGbpSubjectGbpSecGroupRule(const std::string &policySpaceName, const std::string &gbpContractName, const std::string &gbpSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Retrieve an instance of SecGroupRuleToRemoteAddressRSrc from the default managed object store by cons...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:344
static void removeUnderPolicyUniversePolicySpaceGbpContractGbpSubjectGbpSecGroupRule(const std::string &policySpaceName, const std::string &gbpContractName, const std::string &gbpSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Remove the SecGroupRuleToRemoteAddressRSrc object with the specified path elements from the managed o...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:533
static void removeUnderPolicyUniversePolicySpaceGbpSecGroupGbpSecGroupSubjectGbpSecGroupRule(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpSecGroupName, const std::string &gbpSecGroupSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Remove the SecGroupRuleToRemoteAddressRSrc object with the specified path elements from the managed o...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:568
bool isTypeSet()
Check whether type has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:194
const uint8_t getType(const uint8_t defaultValue)
Get the value of type if set, otherwise the value of default passed in.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:215
static const opflex::modb::class_id_t CLASS_ID
The unique class ID for SecGroupRuleToRemoteAddressRSrc.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:29
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc > > resolve(opflex::ofcore::OFFramework &framework, const opflex::modb::URI &uri)
Retrieve an instance of SecGroupRuleToRemoteAddressRSrc from the managed object store.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:257
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc > > resolveUnderPolicyUniversePolicySpaceGbpSecGroupGbpSecGroupSubjectGbpSecGroupRule(opflex::ofcore::OFFramework &framework, const std::string &policySpaceName, const std::string &gbpSecGroupName, const std::string &gbpSecGroupSubjectName, const std::string &gbpSecGroupRuleName, uint16_t gbpSecGroupRuleToRemoteAddressRSrcTargetClass, const std::string &gbpSecGroupRuleToRemoteAddressRSrcTargetName)
Retrieve an instance of SecGroupRuleToRemoteAddressRSrc from the managed object store by constructing...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:381
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & setType(const uint8_t newValue)
Set type to the specified value in the currently-active mutator.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:228
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & unsetTarget()
Unset target in the currently-active mutator.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:184
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: SecGroupRuleToRemoteAddressRSrc.hpp:626
bool isRoleSet()
Check whether role has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:35
modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc & setTargetSubnets(const opflex::modb::URI &uri)
Set the reference to point to an instance of Subnets with the specified URI.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:147
boost::optional< const uint8_t > getRole()
Get the value of role if it has been set.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:44
SOME COPYRIGHT.
Definition: OpcodeEnumT.hpp:12
static void unregisterListener(opflex::ofcore::OFFramework &framework, opflex::modb::ObjectListener *listener)
Unregister a listener from updates to this class.
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:657
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: SecGroupRuleToRemoteAddressRSrc.hpp:645
static boost::optional< OF_SHARED_PTR< modelgbp::gbp::SecGroupRuleToRemoteAddressRSrc > > resolve(const opflex::modb::URI &uri)
Retrieve an instance of SecGroupRuleToRemoteAddressRSrc from the managed object store using the defau...
Definition: SecGroupRuleToRemoteAddressRSrc.hpp:275