acirb 1.1.2.2 → 1.2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/acirb/autoloadmap.rb +389 -15
- data/lib/acirb/lookup.rb +389 -15
- data/lib/acirb/model/aaa.rb +401 -37
- data/lib/acirb/model/ac.rb +2 -2
- data/lib/acirb/model/action.rb +76 -29
- data/lib/acirb/model/actrl.rb +9 -9
- data/lib/acirb/model/adcom.rb +17 -0
- data/lib/acirb/model/bgp.rb +88 -6
- data/lib/acirb/model/callhome.rb +30 -6
- data/lib/acirb/model/cdp.rb +29 -6
- data/lib/acirb/model/cnw.rb +3 -2
- data/lib/acirb/model/comm.rb +34 -5
- data/lib/acirb/model/comp.rb +21 -22
- data/lib/acirb/model/compat.rb +17 -27
- data/lib/acirb/model/condition.rb +84 -1
- data/lib/acirb/model/config.rb +399 -12
- data/lib/acirb/model/copp.rb +2 -0
- data/lib/acirb/model/ctx.rb +27 -4
- data/lib/acirb/model/datetime.rb +1 -1
- data/lib/acirb/model/dbg.rb +107 -21
- data/lib/acirb/model/dbgac.rb +146 -24
- data/lib/acirb/model/dbgexp.rb +310 -43
- data/lib/acirb/model/dhcp.rb +91 -7
- data/lib/acirb/model/dlgt.rb +102 -6
- data/lib/acirb/model/eigrp.rb +28 -27
- data/lib/acirb/model/ep.rb +58 -4
- data/lib/acirb/model/epm.rb +3 -0
- data/lib/acirb/model/eqptcapacity.rb +108 -108
- data/lib/acirb/model/eqptdiag.rb +2 -3
- data/lib/acirb/model/extnw.rb +2 -2
- data/lib/acirb/model/fabric.rb +396 -49
- data/lib/acirb/model/fault.rb +82 -3
- data/lib/acirb/model/firmware.rb +89 -6
- data/lib/acirb/model/frmwrk.rb +6 -7
- data/lib/acirb/model/fsm.rb +1 -1
- data/lib/acirb/model/fv.rb +1541 -114
- data/lib/acirb/model/fvcap.rb +62 -1
- data/lib/acirb/model/fvns.rb +27 -3
- data/lib/acirb/model/health.rb +6 -9
- data/lib/acirb/model/hvs.rb +9 -12
- data/lib/acirb/model/ident.rb +361 -6
- data/lib/acirb/model/infra.rb +432 -24
- data/lib/acirb/model/ip.rb +14 -8
- data/lib/acirb/model/ipv4.rb +9 -2
- data/lib/acirb/model/ipv6.rb +9 -2
- data/lib/acirb/model/l1.rb +8 -6
- data/lib/acirb/model/l2.rb +57 -30
- data/lib/acirb/model/l2ext.rb +4 -4
- data/lib/acirb/model/l3.rb +115 -7
- data/lib/acirb/model/l3ext.rb +222 -28
- data/lib/acirb/model/lacp.rb +26 -2
- data/lib/acirb/model/leqpt.rb +6 -9
- data/lib/acirb/model/lldp.rb +72 -7
- data/lib/acirb/model/maint.rb +89 -5
- data/lib/acirb/model/mcp.rb +25 -1
- data/lib/acirb/model/mgmt.rb +203 -10
- data/lib/acirb/model/mo.rb +2 -3
- data/lib/acirb/model/mon.rb +55 -3
- data/lib/acirb/model/nw.rb +1 -1
- data/lib/acirb/model/nws.rb +225 -2
- data/lib/acirb/model/observer.rb +5 -8
- data/lib/acirb/model/opflex.rb +310 -8
- data/lib/acirb/model/os.rb +1 -2
- data/lib/acirb/model/ospf.rb +3 -3
- data/lib/acirb/model/ospfv3.rb +1 -1
- data/lib/acirb/model/pc.rb +2 -0
- data/lib/acirb/model/pcons.rb +259 -11
- data/lib/acirb/model/phys.rb +1 -1
- data/lib/acirb/model/pki.rb +220 -0
- data/lib/acirb/model/planner.rb +16 -19
- data/lib/acirb/model/pol.rb +299 -22
- data/lib/acirb/model/policer.rb +2 -0
- data/lib/acirb/model/pres.rb +28 -7
- data/lib/acirb/model/proc.rb +1 -0
- data/lib/acirb/model/qos.rb +1 -0
- data/lib/acirb/model/qosm.rb +2 -0
- data/lib/acirb/model/reln.rb +2 -2
- data/lib/acirb/model/res.rb +1 -1
- data/lib/acirb/model/rmon.rb +10 -10
- data/lib/acirb/model/rtctrl.rb +76 -1
- data/lib/acirb/model/rtmap.rb +30 -1
- data/lib/acirb/model/snmp.rb +31 -10
- data/lib/acirb/model/span.rb +13 -20
- data/lib/acirb/model/stp.rb +31 -5
- data/lib/acirb/model/svccore.rb +2 -2
- data/lib/acirb/model/svi.rb +2 -1
- data/lib/acirb/model/synthetic.rb +65 -3
- data/lib/acirb/model/sysdebug.rb +3 -3
- data/lib/acirb/model/sysfile.rb +2 -3
- data/lib/acirb/model/syslog.rb +99 -2
- data/lib/acirb/model/tag.rb +4 -4
- data/lib/acirb/model/task.rb +1 -1
- data/lib/acirb/model/testinfralab.rb +1 -1
- data/lib/acirb/model/top.rb +5 -6
- data/lib/acirb/model/topoctrl.rb +56 -28
- data/lib/acirb/model/trig.rb +51 -6
- data/lib/acirb/model/troubleshoot.rb +17 -7
- data/lib/acirb/model/tunnel.rb +2 -2
- data/lib/acirb/model/vlan.rb +1 -0
- data/lib/acirb/model/vmm.rb +253 -10
- data/lib/acirb/model/vns.rb +917 -92
- data/lib/acirb/model/vpc.rb +4 -6
- data/lib/acirb/model/vsvc.rb +4 -6
- data/lib/acirb/model/vz.rb +156 -78
- data/lib/acirb/version.rb +1 -1
- metadata +1 -1
data/lib/acirb/model/fault.rb
CHANGED
@@ -128,7 +128,7 @@ module ACIrb
|
|
128
128
|
@prefix = 'fltCnts'
|
129
129
|
@prefixes = [['fltCnts', false]]
|
130
130
|
@rn_format = 'fltCnts'
|
131
|
-
@containers = ['PconsCont', 'SpanSpanLblDef', 'InfraRsStormctrlIfPol', 'OspfRsIfPol', 'CommHttps', 'FabricNodeIdentP', 'FvRsBd', 'CallhomeRsInvScheduler', 'InfraRsToInfraPathS', 'DbgSDVPCPath', 'PlannerCont', 'Ipv4Nexthop', 'VnsSDEPpInfo', 'SpanAcct', 'MgmtOoB', 'FvRtDestEpg', 'VnsRsLIfCtxToOut', 'SnmpClientGrp', 'EqptNSlot', 'FabricRsResEventSwRetP', 'ConfigJobCont', 'InfraRsHIfPol', 'VnsMDevCfg', 'VzRsIf', 'LacpLagPol', 'RbqmUseCase', 'VzSubj', 'VnsCtrlrEpProxy', 'VmmProvP', 'FvInBEpP', 'OspfEntity', 'InfraLeafS', 'PresClass', 'CallhomeSmtpServer', 'EptrkMacEpExec', 'FabricRsResCatFwP', 'SysdebugCore', 'EqptFpga', 'PlannerTenantTmpl', 'FvRsOspfCtxPol', 'FabricRsToFabricPathS', 'VnsCtrlrEp', 'FabricSpPortPGrp', 'ArpEntity', 'DbgEpgToEpRslt', 'FvRsBDToNdP', 'EqptLeafP', 'InfraRsResLldpIfPol', 'LacpLagPolDef', 'Ipv6Addr', 'BfdInst', 'FabricTopology', 'PlannerRsEpgLabel', 'VnsRsDefaultScopeToTerm', 'FabricVpcRTContainer', 'IsisInst', 'DbgacRsFromAbsEpg', 'VnsLIf', 'BgpPeerP', 'SpanRsDestToVPortDef', 'NwPathEp', 'EqptPsgP', 'DbgexpTechSupStatus', 'RbqmRsInitial', 'SyntheticIfcTLTestObj', 'SpanVSrcGrp', 'VzAny', 'ActionRsLSubjToDomainRef', 'FvnsVxlanInstP', 'VnsVEncapAsc', 'ActrlFlt', 'OspfMaxLsaP', 'EqptStorage', 'InfraRsToEncapInstDef', 'FvRsCustQosPol', 'InfraCont', 'InfraRsConnFexS', 'DbgEpToIpRslt', 'VpcEntity', 'FabricRsLeCardPGrp', 'Ipv6Nexthop', 'MgmtConfigNode', 'FabricRsApplTechSupP', 'VnsLDevOperInfo', 'CdpEntity', 'InfraReplica', 'L2extLIfP', 'CompVm', 'EqptFCSlot', 'ResCont', 'VzAnyDef', 'VnsNodeInst', 'McpIf', 'VnsRsCfgToVConn', 'Ipv4Addr', 'VnsRsEPpInfoToBD', 'OspfIfP', 'MgmtRsOoBProv', 'CoppEntity', 'SyntheticRsPolicy', 'DatetimeNtpProv', 'InfraRsMonNodeInfraPol', 'VnsSLDevInstCons', 'FabricRsCommPol', 'FabricInst', 'BgpRsPeerPfxPol', 'FabricFuncP', 'PconsClass', 'SyntheticRsToObj', 'FvRsBDToRelayP', 'VnsRsConnector', 'EthpmPhysIf', 'DhcpRsLblDefToRelayP', 'SyntheticSwCTestObj', 'FvEpDef', 'InfraRsLacpIfPol', 'VzEpgAnyDef', 'DbgacRsToLDevForEpgToIp', 'FabricRsMonIfFabricPol', 'InfraEpPDDef', 'FabricRsApplCoreP', 'L3extOut', 'InfraCEPg', 'Ospfv3AdjEp', 'DatetimePol', 'VnsRsDfctToCat', 'InfraRsFuncToEpg', 'VzTSubj', 'PlannerLeafTmpl', 'VzFltTaskAggr', 'OpflexPathAtt', 'CallhomeRsDestGroup', 'SpanRsSrcToCtxDef', 'FabricNodeTaskHolder', 'SpanSpanProv', 'LeqptLooseNode', 'InfraIncmptblClsPeer', 'EqptPsu', 'EqptdiagSubj', 'SyntheticRsPhysIf', 'QospDot1pRule', 'VnsTermNodeInst', 'VzOutTerm', 'DbgacRsFromEp', 'FirmwareOSource', 'FabricSpCardPGrp', 'FabricLeafP', 'FabricLeafS', 'FabricIPV4ProtPol', 'CallhomeRsDestGroupRel', 'L2RsDscpRuleAtt', 'SpanRsSrcToPathEp', 'InfraRsStpIfPol', 'FvAttEntityPathAtt', 'FvRsCtxToExtRouteTagPol', 'FabricSFPathS', 'FabricMacAutoG', 'MgmtExtMgmtEntity', 'SpanVDest', 'FaultSubj', 'FvRtdEpPInfoCont', 'VnsVOspfVEncapAsc', 'PlannerRsConnectedLeaf', 'PingExecFab', 'VzCollectionCont', 'EqptExtCh', 'ProcProc', 'MaintRsPolNotif', 'DbgProfile', 'FabricRsResMonFabricPol', 'InfraRsOverrideMcpIfPol', 'VnsMDfcts', 'L3extRsInstPToProfile', 'FabricRsResFabricIPV6ProtPol', 'SpanRsDestEpg', 'CdpIfPol', 'FvOrchsInfo', 'FabricIPV4ExpG', 'InfraService', 'PlannerDeployment', 'PconsRA', 'L3extLIfP', 'VnsVGrp', 'FabricIPV4AutoG', 'FabricRsModulePolProfile', 'PlannerRsConsumedContracts', 'ActrlEntity', 'CoopOracleAdj', 'VzRsSubjGraphAtt', 'VmmRsMcastAddrNs', 'InfraAccGrpCfg', 'MgmtRsInstPCtx', 'InfraRsVipAddrNs', 'VzRsOutTermGraphAtt', 'PlannerRsLeafLabels', 'VnsAbsCfgRel', 'InfraHostCfg', 'InfraStorage', 'VnsRsTarget', 'MaintUpgStatusCont', 'FvConfigState', 'VnsCtrlrMgmtPol', 'InfraNodeCfg', 'PlannerRsToConsumerL3Out', 'EqptSupCSlot', 'Ipv6Dom', 'PlannerRsGraphBd', 'MgmtInstP', 'VnsRsDevFolderToMFolder', 'VnsFuncCfgInst', 'VnsMConn', 'ConditionRsNodeAaaRecRetP', 'SpanSpanLbl', 'MgmtInBZone', 'EventSevAsnP', 'SpanVEpgSummaryDef', 'AaaIDomainRef', 'InfraRsMstInstPol', 'VzAnyREpPCont', 'Ipv4Inst', 'InfraAccCardPGrp', 'L3extRsEctx', 'VnsDevCfgInst', 'PlannerRsEpgBd', 'TagAliasInst', 'CallhomeGroup', 'IsisIfLvl', 'McpInst', 'TraceroutepRsTrEpIpDst', 'VnsGFolder', 'PconsLocation', 'VnsRsDevMgrEpg', 'SpanERDestination', 'FabricRsSpCardP', 'MgmtGrp', 'StpEncapInstDef', 'PlannerRsToProviderL3Out', 'VnsRsLDevCtxToLDev', 'VnsGrpCfgInst', 'TagInst', 'FvTunDef', 'VnsScriptHandlerUserState', 'FabricIPV6ExpG', 'FabricNodeInfo', 'FabricRsPodPolGroup', 'EqptNic', 'StpAllocEncapBlkDef', 'VnsRsMConnAtt', 'VmmRsDefaultStpIfPol', 'MonInfraTarget', 'MgmtAddrCont', 'VnsAbsDevCfg', 'CdpAdjEp', 'CtxLocal', 'FvTunDefRef', 'TunnelIf', 'PresRegistryCont', 'PconsResolver', 'L3extSubnetDef', 'PlannerRsProvidedContracts', 'InfraPortBlk', 'VmmAgtStatus', 'Ospfv3MaxLsaP', 'BgpDom', 'PlannerRsConnectedSpine', 'FvRsBdToEpRet', 'L3extSubnet', 'IsisFmcastTree', 'VnsRsCIfAtt', 'FabricRsNodeGroup', 'BgpPeerAfEntry', 'PlannerL4L7ClusterTmpl', 'VnsRsMDevAtt', 'AaaLdapEp', 'DhcpRsProv', 'VnsRsAbsConnectionConns', 'SpanVSrc', 'InfraRsResMcpIfPol', 'MgmtMgmtIf', 'CnwAggrIf', 'FvRsProtBy', 'VnsDevFolder', 'DhcpNodeGrp', 'InfraAttPolicyGroup', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'InfraRsInfraBD', 'FabricRsResFaultSwRetP', 'PlannerGraphTmpl', 'EptrkIpEpExec', 'DbgRemotePort', 'FvRsCtxToBgpCtxAfPol', 'VnsLDevVip', 'RtctrlScope', 'L3extExtEncapDef', 'VnsMChassis', 'VnsMgmtLIf', 'FvSvcEpP', 'InfraRsAccNodePGrp', 'VzRsAnyToProv', 'SnmpGroup', 'PlannerRsDeployedFex', 'InfraHPathS', 'VnsOutTerm', 'DbgacFromEpgSummary', 'FvRtdEpPInfoHolder', 'FaultRsFaultCtrlrRetP', 'PolUni', 'SyntheticRsToAObj', 'BgpPeer', 'SpanRsDestApic', 'EqptSensor', 'InfraRsMonIfInfraPol', 'EqptcapacityEntity', 'SpanRsSrcToBDDef', 'MgmtRsGrp', 'VnsMFunc', 'FvRsTenantMonPol', 'PresIPv6Support', 'VnsAbsTermNodeCon', 'VnsRsDevPingToCDev', 'L3extEncapLocale', 'VmmAttEntityPCont', 'InfraGeneric', 'PhysDomP', 'InfraRsDomP', 'FvAp', 'EigrpIfP', 'PlannerL3OutTmpl', 'ConfigRsExportDestination', 'InfraRsResErrDisRecoverPol', 'VnsEPpInfo', 'VnsRsConnToAConnInst', 'FabricMacExpG', 'IgmpsnoopEntity', 'FvRtdEpP', 'VnsRsScriptHandlerStateToDomainRef', 'InfraBoot', 'VnsRsNodeToAbsFuncProf', 'FaultRsHealthCtrlrRetP', 'SpanEntity', 'FvRsBDToProfile', 'FabricRsResMonCommonPol', 'DhcpRsRelayP', 'FvPolDeliveryStatus', 'InfraRsLacpInterfacePol', 'L3extRsBgpAsP', 'ConditionRsNodeEventRecRetP', 'L3extRsPathL3OutAtt', 'VnsRsScopeToTerm', 'FabricSubsDfltPolicy', 'FvVDEp', 'FabricPmPathEpCleanup', 'FabricRsLeNodePGrp', 'FabricExplicitGEp', 'DnsRsDnsProfile', 'PolResPolCont', 'VnsLDevCtx', 'CompPpNic', 'BgpInvalidRREp', 'InfraFexCfg', 'CommPol', 'EqptdiagEntity', 'Ospfv3Inst', 'InfraNodeCfgCont', 'InfraHPortS', 'FvOoBEpP', 'MgmtRsOoBCons', 'MaintRsPolScheduler', 'SnmpClient', 'CompCtrlr', 'ConfigImportP', 'VnsLIfHintInst', 'FvRsCtxMcastTo', 'CompStatsPol', 'FvExtStPathAtt', 'ResConsumer', 'RtctrlCtxP', 'ArpInst', 'EigrpRsIfPol', 'FaultRsHealthFabricNode', 'VnsLDevIf', 'CallhomeSrc', 'EqptSysC', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'FvIfConn', 'InfraRsToMcpIfPol', 'InfraAccPortGrp', 'TraceroutepRsTrEpSrc', 'AaaRsUserExportPolicy', 'VnsVBgpDevCfg', 'VnsChassis', 'InfraRsToErrDisRecoverPol', 'FvCollectionCont', 'AaaTacacsPlusEp', 'DbgacRsToEpIp', 'VzRsFiltGraphAtt', 'PconsMinCont', 'OamRsSrcEncap', 'PolRsVnsmdev', 'L2extRsL2DomAtt', 'PlannerEpgTmpl', 'FvRsDomAtt', 'DhcpRsDhcpOptionPol', 'PlannerL2OutTmpl', 'FvRsCtxMonPol', 'VzCtrctEPgCont', 'VnsGraphInst', 'L2RsDot1pRuleAtt', 'VmmEpPD', 'InfraContNS', 'VmmPlInf', 'SpanDest', 'VmmRsVxlanNs', 'InfraRsVpcBndlGrp', 'BgpRRNodePEp', 'CompMgmtNic', 'TraceroutepTrEpExt', 'FabricRsResLldpInstPol', 'CdpInst', 'FvRsBDSubnetToOut', 'NdRsRaSubnetToNdPfxPol', 'FvBD', 'VnsRsLdevIfToLDev', 'ConfigBackupStatusCont', 'VmmRsDefaultCdpIfPol', 'FirmwareCcoSource', 'VnsAbsFuncConn', 'SyntheticSwTLTestObj', 'FvnsVxlanInstDef', 'InfraAccBndlSubgrp', 'SpanVDestDef', 'FabricRsResCoreP', 'EqptExtChCardSlot', 'SpanSession', 'PconsInstClass', 'VnsVConn', 'CompUni', 'FvRsBDSubnetToProfile', 'SpanVSrcDef', 'PlannerFexTmpl', 'FabricRsCtrlrPGrp', 'FvDyPathAtt', 'SpanRsProvDestGrp', 'VmmDomPDef', 'TracerouteExecTn', 'HvsExtPol', 'InfraRsSpanVDestGrp', 'DbgexpExportStatusCont', 'L2extDomDef', 'VnsREPpInfo', 'SpanRsSpanSrcToL2CktEpAtt', 'FvRsConsIf', 'CompEpPD', 'SyntheticIfcCTestObj', 'IsisDom', 'FabricRsInterfacePolProfile', 'EqptLC', 'InfraRsLacpPol', 'FvSvcBD', 'FabricPodS', 'FabricPodP', 'VnsRsNodeToMFunc', 'FabricProtPathEpCont', 'FvEpP', 'DbgacRsToEpForEpToEp', 'FvRsBgpCtxPol', 'InfraRsInterfacePolProfile', 'EqptSpromPsu', 'InfraNodeP', 'VnsSvcPkgSource', 'InfraPeNode', 'VnsRsCDevToCtrlrP', 'DbgIpToEpgRslt', 'DbgacRsToLDevForEpToExt', 'HvsResCont', 'SyslogDestState', 'DbgEpToEpgRslt', 'FvNwIssues', 'SnmpRsDestGroup', 'FabricSpNodePGrp', 'MaintRsMgrpp', 'VnsEPgDef', 'VnsInTerm', 'MgmtInB', 'FvRsStPathAtt', 'RtctrlRsScopeToAttrP', 'CompVNicPDDef', 'EqptSpromLc', 'FaultRsHealthLevelP', 'TagRef', 'VnsRTInfo', 'ConfigExportP', 'VzRsDenyRule', 'DbgacRsToEpIpForEpgToEp', 'FvMgmtDepl', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'VnsRsVDevDomainRefContToDomainRef', 'FvProtEPg', 'VnsRsALDevToVxlanInstP', 'SpanSource', 'FabricOOServicePol', 'VzRsAnyToCons', 'CompVNic', 'FvRsBDToProfileDef', 'InfraRsResLacpLagPol', 'QospClass', 'Ipv6If', 'LeqptRsLsAttLink', 'CallhomeProf', 'BfdEntity', 'VzTaboo', 'VnsRsVDevToDomainRef', 'FvAttEntPDepl', 'FirmwareDownload', 'InfraRsMonFexInfraPol', 'DbgacEpToEpg', 'FabricRsPodPGrpBGPRRP', 'StatsExportStatusCont', 'VnsClusterCfg', 'SyntheticUniverse', 'SnmpCommSecP', 'VmmRsDefaultL2InstPol', 'ProcSystem', 'EqptSupC', 'FabricRsResFabricProtChainP', 'FabricIPV6AutoG', 'EqptBSlot', 'FvCtxConfigIssues', 'FabricIPV6ProtPol', 'Ospfv3If', 'VnsRsConnToCtxTerm', 'MonFabricTarget', 'InfraRsResQoSPol', 'FabricPod', 'MgmtRsAddrInst', 'VmmCtrlrP', 'PlannerLeaf', 'DhcpRelayP', 'FabricLinkCont', 'InfraRsResMcpInstPol', 'InfraHConnPortS', 'SpanDestGrp', 'EthpmFcot', 'FvCCg', 'VnsLIfCtx', 'VnsRsMgmtAddr', 'PolRsDbgrConfigExportP', 'SnmpUserSecP', 'DhcpOptionDef', 'AaaUser', 'FabricRsResFabricIPV4ProtPol', 'StpIfPol', 'InfraRsOverrideStpPol', 'PlannerRsClusterLabel', 'CommWebServer', 'L2InbandIf', 'SatmRemoteFcot', 'VpcIf', 'L3extDomP', 'InfraRsCardPGrp', 'VnsRsLIfCtxToInstP', 'DatetimeNtpProviderStatus', 'PolRsFirmwareRepoP', 'FvStPathAtt', 'VnsGRel', 'VnsRsDevMgrToMDevMgr', 'FirmwareCtrlrFwStatusCont', 'VzRsSubjFiltAtt', 'MgmtZoneDef', 'VnsParamInst', 'MgmtRsInbEpg', 'L1PhysIf', 'InfraRsOverrideFwPol', 'FabricNodeIdentPol', 'Ipv6Inst', 'FvnsVlanInstDef', 'VnsMFolder', 'PlannerRsNodeLabels', 'EqptSpromBP', 'VnsDevParam', 'OspfIf', 'FabricCreatedBy', 'SyntheticContext', 'CallhomeInvP', 'L2ExtIf', 'DbgEpToEpRslt', 'VxlanCktEp', 'EqptExtChHP', 'CommHttp', 'FileRemotePath', 'EqptSysCSlot', 'CompRsCtrlrP', 'FabricRsLePortP', 'SyntheticContext2', 'VnsRsMetaIf', 'DbgacRsFromLDevForExtToEp', 'CoppClass', 'CoopDom', 'FvSubnet', 'SpanFabSource', 'DbgexpTechSupP', 'PlannerRsToConsumerBd', 'TraceroutepRsTrEpExtIpSrc', 'EqptExtChFP', 'VzCPIf', 'L3Ctx', 'DbgAC', 'EqptExtChCard', 'EqptAsic', 'DbgacRsToEpg', 'FabricLeNodePGrp', 'L3extDomDef', 'SpanVDestGrp', 'InfraRsResMonInfraPol', 'ArpDom', 'MgmtOoBZone', 'SpanVEpgSummary', 'VnsRsConnToCtxTermInst', 'FabricPathEp', 'VnsLDevInst', 'HvsAdj', 'SnmpSrc', 'DbgacRsFromEpg', 'IgmpsnoopInst', 'InfraRsModulePolProfile', 'FabricRsResPsuInstPol', 'DbgacEpToAny', 'FvLocale', 'AaaRadiusEp', 'IsisRoute', 'CompEpPConn', 'MgmtCollectionCont', 'InfraRsOverrideLacpPol', 'SysdebugEp', 'SnmpEntity', 'FabricNodeCfg', 'VnsRsConnToAConn', 'DbgacRsToEpgForEpgToEpg', 'TagAliasDef', 'VmmRsAEP', 'VnsAbsGraph', 'FabricRsResOngoingAcMode', 'FabricRsSpPortPGrp', 'StatsExportJob', 'BfdSess', 'EqptdiagOnDRule', 'FabricOosPathIssues', 'VnsMParam', 'SpanRsDestPathEp', 'MaintMaintGrp', 'MgmtNodeGrp', 'EqptPsuSlot', 'RbqmRsDisplaysQuery', 'FabricRsDecommissionNode', 'SpanSrcDef', 'InfraLoNode', 'L3FwdCtx', 'SpanVSrcGrpDef', 'CtxApplication', 'FvStCEp', 'ConditionRsNodeHealthRecRetP', 'DbgAcTrail', 'InfraClSzEqObst', 'InfraPreProv', 'LldpEntity', 'FabricMACProtPol', 'InfraPEPg', 'FabricRsMonInstFabricPol', 'PconsResolveCompleteRef', 'DbgacEpgToIp', 'L3extRtLIfCtxToOut', 'SysdebugTechSupport', 'EqptFabP', 'FvRsABDPolMonPol', 'AcEntity', 'IsisDomLvl', 'ActionLCont', 'VnsVOspfDevCfg', 'MonFabricPol', 'FabricRsVpcInstPol', 'VnsAbsConnection', 'DbgIpToEpRslt', 'VzIntDef', 'AaaLdapProvider', 'VnsRsTermToEPg', 'PlannerRsGraphLabel', 'MaintRsPolCtrlrScheduler', 'DbgacRsFromLDevForIpToEpg', 'VnsAbsGrpCfg', 'PolRsClusterPolRel', 'VnsRsALDevToDevMgr', 'VnsSLDevInst', 'VnsConfIssue', 'InfraSubsDfltPolicy', 'FileRsARemoteHostToEpp', 'FabricRsToFabricIPV6ProtPol', 'FvDomCont', 'FirmwareFwStatusCont', 'DbgacRsToEpForEpgToEp', 'SpanRsSrcToEpg', 'DbgexpRsTSScheduler', 'SnmpInst', 'ActrlSnmpRule', 'DbgEpgToEpgRslt', 'VnsScriptRTInfo', 'ActrlStats', 'CompRsCtrlr', 'VnsRsCDevToChassis', 'FirmwareRsFwgrpp', 'EqptEntity', 'InfraRsSpanVSrcGrp', 'L2RsPathDomAtt', 'InfraRsAttEntP', 'SpanRsSrcToVPortDef', 'QosmIfClass', 'InfraRsMcpIfPol', 'FvRsProv', 'VnsRsMConnAttInst', 'DbgexpCoreStatus', 'DhcpLblDef', 'FabricVpcRT', 'L3extRsSubnetToProfile', 'InfraRsConnPortS', 'SpanVSpanProv', 'FabricAutoGEp', 'FabricLFPortS', 'SpanSrc', 'FabricRsCallhomeInvPol', 'RbqmUseCaseGroup', 'FabricSpCardS', 'FabricExtPol', 'CompDNic', 'SnmpPol', 'CompPhys', 'FabricRsSpPortP', 'FabricRsApplTechSupOnD', 'VnsRsMDevMgrToMDev', 'VzFltTaskAggrCont', 'VpcInst', 'VnsCDevState', 'VnsRsChassisEpg', 'DbgAcPath', 'CompHpNic', 'SnmpConfIssues', 'MgmtNodeDef', 'CtrlrInst', 'CallhomeRsQueryGroupRel', 'L2BD', 'DbgExpertRslt', 'IdentSource', 'VnsAbsFuncProf', 'FvEpDefRef', 'DbgexpPolicyStatusInstance', 'DbgexpPolicyStatus', 'TopSystem', 'L2extDomP', 'MaintMaintP', 'ConfigRsImportSource', 'VzProvDef', 'PolDefRelnHolder', 'FabricRsSpNodePGrp', 'FabricRsMonModuleFabricPol', 'SviIf', 'FvRsCtxToEpRet', 'FabricPathEpCont', 'DhcpEntity', 'IsisEntity', 'VnsConnectionInst', 'FabricPathEpCleanup', 'FabricProtChainP', 'SyslogSrc', 'DbgEpgToIpRslt', 'ActrlRule', 'VpcRsVpcConf', 'SatmRemoteFcotX2', 'DbgCores', 'EthpmAggrIf', 'FabricRsExtLeaves', 'Ipv4Route', 'FvCtx', 'TraceroutepRsTrEpDst', 'EqptSpromSup', 'FirmwareRepoP', 'DatetimeClkPol', 'TroubleshootSession', 'FabricNodePEp', 'VzAnyREpPCtrct', 'VnsVIf', 'VnsRsProfToMFunc', 'InfraRsL2InstPol', 'FvRsApMonPol', 'FabricNodeCfgCont', 'InfraRsToInterfacePolProfile', 'PlannerRsGraphCluster', 'FvRsCtxToEigrpCtxAfPol', 'FaultRsEventCtrlrRetP', 'EthpmFcotX2', 'EqptBoard', 'FirmwareCardRunning', 'L3extInstP', 'DbgacEpToExt', 'VnsVDevDomainRefCont', 'FvRsCons', 'DbgacRsFromEpForEpToEpg', 'VnsCRel', 'VnsRsLIfCtxToLIf', 'FabricSFPortS', 'NwConnGrp', 'FabricLePortPGrp', 'FabricRsResHealthPols', 'VnsRtrIdInfo', 'VnsRsLDevInst', 'TagAliasDelInst', 'Ipv4Dom', 'FabricCtrlrS', 'FabricCtrlrP', 'PresRegistry', 'FaultRelnHolder', 'FvRsNdPfxPol', 'PingExecTn', 'InfraMgmt', 'DbgacRsFromEpIp', 'ProcEntry', 'HvsRtNicAdj', 'SpanRsSrcToEpP', 'CompProv', 'DhcpClient', 'MonInfraPol', 'EqptdiagRule', 'FirmwareFirmware', 'EqptFC', 'TestinfralabFreebies', 'StatsDestP', 'VnsCIf', 'VnsAbsTermConn', 'L2extLNodeP', 'InfraProvP', 'TraceroutepTrEp', 'PlannerRsDeployedObject', 'ResReqCtx', 'VnsCfgRoot', 'PolRsFabricipv4expg', 'PconsResolverCont', 'ArpIf', 'L3extRsL3DomAtt', 'MonEPGTarget', 'InfraWiNode', 'TroubleshootRsSessionScheduler', 'McpEntity', 'DbgNDbgs', 'L3extLNodeP', 'SnmpRsCommToCtxAtt', 'VnsVFunc', 'VzCtrctEntityDef', 'FvRsNodePortAtt', 'FvRsIgmpsn', 'VnsCFolder', 'FabricProtPol', 'InfraNsIssues', 'QosmEntity', 'EqptFt', 'IsisRsNhAtt', 'ImMgmtIf', 'BgpEntity', 'CdpIf', 'DhcpCRelPg', 'InfraRsResHIfPol', 'VnsGParam', 'FabricRsLePortPGrp', 'InfraFexP', 'SatmEntity', 'DbgexpRsData', 'VnsCMgmt', 'SpanRsSrcToVPort', 'FabricLeCardS', 'FabricLeCardP', 'ArpStAdjEp', 'EqptLCSlot', 'PconsInstDn', 'VzRFltP', 'EqptCpuP', 'VnsRsConnToLIfInst', 'Ospfv3Dom', 'L2extInstP', 'PconsRegistry', 'FabricSpineP', 'FabricSpineS', 'TagDef', 'DlgtDelegate', 'FvBDConfigIssues', 'L3Inst', 'Ipv4If', 'StatsReportable', 'VzFilter', 'FabricSelectorIssues', 'FabricHeartbeat', 'VzRsFiltAtt', 'Ipv6Route', 'FabricRsNodeCoreP', 'VnsAbsNode', 'SpanSrcGrpDef', 'StatsExportP', 'FvRsVNode', 'FvRsDomDefNsLocal', 'StatsShardExportSubJob', 'VmmRsDefaultLldpIfPol', 'VzAnyDefCont', 'DbgDVPCPath', 'PlannerRsToProviderBd', 'PcRsMbrIfs', 'PresDltNodeRegs', 'EqptFtSlot', 'FaultSevAsnP', 'OspfDom', 'ConditionNodePolGrp', 'FvRsBDToOut', 'PlannerRsGraphContracts', 'DhcpClientIf', 'FabricRsNodePolGroup', 'SpanSrcGrp', 'PolRsTroubleshootSessionRel', 'VzFromEPg', 'FvnsMcastAddrInstP', 'QospDscpRule', 'VzOOBBrCP', 'DbgacRsToEp', 'SpanRsDestToVPort', 'FabricRsPodPGrpCoopP', 'FvEpPCont', 'CallhomeDest', 'EqptSpromFan', 'VnsDevHealth', 'DatetimeNtpProvider', 'DbgCont', 'VnsMDfct', 'DbgEpToAnyRslt', 'LldpAdjEp', 'VzERFltP', 'MgmtInstPDef', 'SyslogGroup', 'DatetimeRsNtpProvToNtpAuthKey', 'FabricVpcResource', 'ActrlMgmtRule', 'SyslogRsDestGroup', 'FvBDPublicSubnetHolder', 'L2BrIf', 'FvConnDef', 'L3RtdIf', 'DatetimeNtpq', 'ResSubj', 'DhcpProvDhcp', 'InfraRsAccBaseGrp', 'InfraCardS', 'CompHv', 'InfraAccBndlGrp', 'SpanVDestGrpDef', 'SpanRsSpanSrcToL1IfAtt', 'OpflexIDEp', 'VzConsDef', 'InfraRsAccPortP', 'MaintNodeInMaint', 'VnsRsFolderInstToMFolder', 'FabricRsPsuInstPol', 'FabricPath', 'FabricSpCardP', 'EqptdiagRslt', 'VnsRsConnToFltInst', 'ActrlRsToStsVNode', 'ActionLSubj', 'VnsMDev', 'VnsRsLDevCtxToRtrCfg', 'L2extRsEBd', 'ActrlScope', 'VnsFolderInst', 'CallhomeInvTask', 'FabricRsTimePol', 'PcAggrMbrIf', 'EqptcapacityFSPartition', 'CompDom', 'VzToEPgAny', 'Ipv6Entity', 'FabricRsPodPGrp', 'SvccoreNode', 'FabricLink', 'VnsLegVNode', 'InfraInfra', 'ConfigJob', 'VzInTerm', 'InfraRsFexGrp', 'MaintCatMaintP', 'FirmwareRepo', 'InfraRsFabricNode', 'L3EncRtdIf', 'VnsDevCfg', 'VnsVDev', 'InfraAccNodePGrp', 'FabricDecommissionJob', 'VnsRsChassisToMChassis', 'MgmtRsMgmtBD', 'FabricCtrlrPGrp', 'PcAggrIf', 'EqptCh', 'VnsNodeInstDef', 'VnsRsClusterPol', 'BgpInstPol', 'FabricTrail', 'MonCommonPol', 'SysdebugCoreFileRepository', 'AaaDomainRef', 'FvRInfoHolder', 'VnsRsALDevToDomP', 'FvDomDef', 'MaintUpgJobFault', 'DbgSVPCPath', 'PlannerRsFexLabel', 'InfraRsL2IfPol', 'DhcpRelayIf', 'FvnsMcastAddrInstDef', 'SysdebugTechSupFileRepository', 'VmmDomP', 'PlannerConfigTmpl', 'FabricRsPathToLePortPGrp', 'FabricSpPortP', 'L3extInstPDef', 'VzRsGraphAtt', 'DhcpLbl', 'DbgexpCoreP', 'InfraAccPortP', 'VnsMDevMgr', 'FabricRsLeCardP', 'VmmAccGrpCont', 'RtctrlProfile', 'PresResolver', 'InfraRsToEpLoopProtectP', 'FabricRsResL2InstPol', 'EqptFan', 'DbgexpTechSupOnD', 'VnsCfgRelInst', 'SpanLDestination', 'FabricLeCardPGrp', 'MonEPGPol', 'InfraConnNodeS', 'OspfInst', 'FabricExtProtPathEpCont', 'FvEpCont', 'FvBDDef', 'FaultRsAaaCtrlrRetP', 'CnwPhysIf', 'PlannerGraphNode', 'ProcEntity', 'CoopCitizenAdj', 'VnsMGrpCfg', 'CompSvcVMDef', 'MgmtRsOoBCtx', 'MaintMaintPOnD', 'SysdebugLogControlEp', 'BgpRRP', 'VnsDevScript', 'VnsVBgpVEncapAsc', 'VnsRsInterface', 'InfraEpPD', 'AaaUserEp', 'VnsRsConnToFlt', 'FabricRsPodPGrpIsisDomP', 'FvTabooCtxDefCont', 'InfraConnFexS', 'FvAEPg', 'DbgacExtToEp', 'VpcKeepalive', 'VnsAbsFuncCfg', 'SnmpTrapDest', 'DbgAnyToEpRslt', 'TraceroutepRsTrEpIpSrc', 'SpanEpgSummary', 'VnsRsNodeInstToLDevCtx', 'FabricRsApplMonPol', 'HvsLNode', 'VzDirAssDef', 'NdRaSubnet', 'DbgacAnyToEp', 'MgmtRsOobEpg', 'FabricRsNodeTechSupP', 'L2extOut', 'CoopInst', 'VmmRsCtrlrPMonPol', 'VnsAbsTermNodeProv', 'VzRsInTermGraphAtt', 'VnsRndrInfo', 'FvRsCtx', 'VnsScriptHandlerState', 'InfraRsCdpIfPol', 'InfraIlClMsgSrc', 'SpanTaskParam', 'FabricLooseNode', 'InfraAccCardP', 'VnsCParam', 'ConfigRsRemotePath', 'InfraRsResLacpIfPol', 'DbgacEpgToEpg', 'FabricRsPathToSpPortPGrp', 'InfraRsAccBndlSubgrp', 'FabricRsResHealthSwRetP', 'CompPolCont', 'VnsDevPing', 'OpflexODev', 'InfraRsLldpIfPol', 'FvRsCtxToOspfCtxPol', 'DbgTenant', 'DbgexpRsExportDest', 'DbgacEpgToEp', 'FabricRsCtrlrPolGroup', 'PlannerRsGraphL3Out', 'TrigRsTriggerable', 'VnsCDev', 'VnsAbsFuncProfContr', 'InfraRsResNwsFwPol', 'IsisDb', 'InfraAttEntityP', 'FvBrEpP', 'VnsDevMgr', 'VzCollectionDef', 'InfraClP', 'InfraSelectorIssues', 'FabricHIfPol', 'FabricRsResAuditSwRetP', 'VpcDom', 'VzToEPg', 'QosmIf', 'VnsLDevIfLIf', 'L3extException', 'VmmRsAcc', 'Ospfv3Entity', 'VlanCktEp', 'TracerouteExecFab', 'VzBrCP', 'FvInstPEpP', 'ConfigRsExportScheduler', 'VnsAbsFuncProfGrp', 'InfraRsVlanNs', 'VnsAbsParam', 'TestinfralabRsSnacks', 'AcRuleIp', 'CommRsKeyRing', 'LldpIf', 'DbgacEpToEp', 'LacpIfPol', 'TraceroutepTrNode', 'LldpIfPol', 'DhcpProvider', 'FvRsBdFloodTo', 'VnsMRel', 'VnsEPgDefCons', 'FabricRsResTechSupP', 'VmmRsDefaultFwPol', 'VnsRsDevEpg', 'DhcpInst', 'InfraFuncP', 'FvCtrctCtxDefCont', 'DbgacRsFromEpIpForEpToEpg', 'SyslogRemoteDest', 'FirmwareFwGrp', 'SvccoreCtrlr', 'AaaRadiusProvider', 'FvRsStGrpAtt', 'Ipv4Entity', 'VnsRsMChassisToMDev', 'VzRsAnyToConsIf', 'InfraRsMonModuleInfraPol', 'FabricRsResFabricMACProtPol', 'InfraAccBndlPolGrp', 'VmmRsDomMcastAddrNs', 'VnsVEncap', 'VnsRsCfgToConn', 'VnsSHSEPpInfo', 'DbgacTenantSpaceCmnDef', 'InfraRsToMcpInstPol', 'PlannerRsL2OutBd', 'DbgRsTenantToDomainRef', 'PlannerBdTmpl', 'MaintUpgStatus', 'VnsEPpContr', 'PlannerRsVcenter', 'FvRtProv', 'PolRsExportPRel', 'SpanRsVsrcToEpg', 'InfraProvAcc', 'StormctrlIfPol', 'VzSubjDef', 'DhcpPRelPg', 'VmmRsVmmCtrlrP', 'MgmtMgmtP', 'FabricPathEpCleanupShard', 'MaintRsReltomaintp', 'MgmtConfigAddr', 'FabricLFPathS', 'SyntheticRelNTest', 'FabricRsSnmpPol', 'VmmRsDefaultLacpLagPol', 'SpanRsSessionToDomainRef', 'PolRsFabricmacexpg', 'VnsCMgmtProxy', 'InfraRsAccCardP', 'InfraRsOverrideCdpIfPol', 'StpAllocEncapCont', 'OspfAdjEp', 'L3extRsNdIfPol', 'FvRsAEPgMonPol', 'L3extOutDef', 'DbgacRsToAbsEpg', 'CallhomeDestState', 'ConditionRsNodeFaultRecRetP', 'MaintUpgJob', 'InfraRsNodePolGroup', 'InfraImage', 'SpanRsProvToVDestGrp', 'DbgacIpToEpg', 'VnsRsTermToAny', 'PolRsDbgrConfigImportP', 'RtctrlRsCtxPToSubjP', 'RbqmStage', 'InfraRsPathToAccBaseGrp', 'FabricLePortP', 'VnsAbsFolder', 'PlannerRsBdVrf', 'DbgacRsToEpIpForEpToEp', 'FvRsTnDenyRule', 'VnsFuncConnInst', 'EqptdiagOnDSubj', 'FvSubnetBDDefCont', 'MaintCtrlrMaintP', 'RbqmTarget', 'DbgacToEpgSummary', 'FabricRsSpCardPGrp', 'VnsRsALDevToPhysDomP', 'VnsRsLIfCtxToBD', 'IsisIf', 'VnsLIfHint', 'BgpInst', 'DbgexpRsUserCtx', 'FabricPodPGrp', 'BgpPeerEntry', 'DbgFiveTupleRslt', 'InfraFexBndlGrp', 'VnsSHEPpInfo', 'FabricShardTaskHolder', 'FirmwareCompRunning', 'FvCtxDef', 'DnsLblDef', 'FabricRsOosPath', 'SatmFabP', 'InfraRsOverrideLldpIfPol', 'FirmwareInternalSource', 'DatetimeConfIssues', 'LldpInst', 'InfraRsResLoopProtectPol', 'CoopEntity', 'IdentConsumer', 'PlannerRsL3OutVrf', 'TestinfralabCont', 'VnsTermConnInst', 'FabricExtPathEpCont', 'DhcpDiscNode']
|
131
|
+
@containers = ['PconsCont', 'SpanSpanLblDef', 'InfraRsStormctrlIfPol', 'OspfRsIfPol', 'CommHttps', 'FabricNodeIdentP', 'FvRsBd', 'CallhomeRsInvScheduler', 'InfraRsToInfraPathS', 'DbgSDVPCPath', 'PlannerCont', 'Ipv4Nexthop', 'NwsFwPol', 'VnsSDEPpInfo', 'SpanAcct', 'MgmtOoB', 'FvRtDestEpg', 'VnsRsLIfCtxToOut', 'SnmpClientGrp', 'EqptNSlot', 'VnsRsNodeToLDev', 'FabricRsResEventSwRetP', 'ConfigJobCont', 'InfraRsHIfPol', 'VnsMDevCfg', 'VzRsIf', 'LacpLagPol', 'VnsCtrlrEpProxy', 'VmmProvP', 'FvInBEpP', 'OspfEntity', 'InfraLeafS', 'PresClass', 'CallhomeSmtpServer', 'EptrkMacEpExec', 'FabricRsResCatFwP', 'SysdebugCore', 'EqptFpga', 'FvVipUpdate', 'PlannerTenantTmpl', 'FvRsOspfCtxPol', 'FabricRsToFabricPathS', 'VnsCtrlrEp', 'FabricSpPortPGrp', 'ArpEntity', 'DbgEpgToEpRslt', 'FvRsBDToNdP', 'EqptLeafP', 'InfraRsResLldpIfPol', 'LacpLagPolDef', 'Ipv6Addr', 'VmmRsVswitchOverrideCdpIfPol', 'BfdInst', 'FabricTopology', 'PlannerRsEpgLabel', 'VnsRsDefaultScopeToTerm', 'InfraEpPD', 'VnsVFunc', 'FabricVpcRTContainer', 'IsisInst', 'DbgacRsFromAbsEpg', 'VnsLIf', 'BgpPeerP', 'SpanRsDestToVPortDef', 'NwPathEp', 'EqptPsgP', 'DbgexpTechSupStatus', 'VzIntDef', 'SyntheticIfcTLTestObj', 'SpanVSrcGrp', 'VzAny', 'ActionRsLSubjToDomainRef', 'FvnsVxlanInstP', 'VnsVEncapAsc', 'ActrlFlt', 'OspfMaxLsaP', 'EqptStorage', 'InfraRsToEncapInstDef', 'FvRsCustQosPol', 'InfraCont', 'InfraRsConnFexS', 'DbgEpToIpRslt', 'VpcEntity', 'FabricRsLeCardPGrp', 'Ipv6Nexthop', 'MgmtConfigNode', 'FabricRsApplTechSupP', 'VnsLDevOperInfo', 'ConfigImportIdP', 'InfraReplica', 'L2extLIfP', 'CompVm', 'EqptFCSlot', 'ResCont', 'VzAnyDef', 'VnsNodeInst', 'McpIf', 'OpflexpPolicyConsumer', 'VnsRsCfgToVConn', 'Ipv4Addr', 'VmmRsVxlanNs', 'FirmwareRsToFwGrp', 'MgmtRsOoBProv', 'CoppEntity', 'SyntheticRsPolicy', 'DatetimeNtpProv', 'InfraRsMonNodeInfraPol', 'VnsSLDevInstCons', 'FabricRsCommPol', 'FabricInst', 'BgpRsPeerPfxPol', 'FabricFuncP', 'PconsClass', 'StpInst', 'FvRsBDToRelayP', 'VnsRsConnector', 'VzFilter', 'EthpmPhysIf', 'DhcpRsLblDefToRelayP', 'SyntheticSwCTestObj', 'FvEpDef', 'InfraRsLacpIfPol', 'VnsRsMConnAtt', 'FvPndgEpCPCont', 'DbgacRsToLDevForEpgToIp', 'FabricRsMonIfFabricPol', 'InfraEpPDDef', 'FabricRsApplCoreP', 'L3extOut', 'InfraCEPg', 'Ospfv3AdjEp', 'DatetimePol', 'VnsRsDfctToCat', 'InfraRsFuncToEpg', 'VzTSubj', 'PlannerLeafTmpl', 'VnsMChassis', 'VzFltTaskAggr', 'OpflexPathAtt', 'CallhomeRsDestGroup', 'SpanRsSrcToCtxDef', 'FabricNodeTaskHolder', 'SpanSpanProv', 'LeqptLooseNode', 'InfraIncmptblClsPeer', 'EqptPsu', 'EqptdiagSubj', 'OpflexpPolicyReg', 'QospDot1pRule', 'PkiFabricNodeSSLCertificate', 'VzOutTerm', 'DbgacRsFromEp', 'FirmwareOSource', 'FabricSpCardPGrp', 'FabricLeafP', 'FabricLeafS', 'FabricIPV4ProtPol', 'CallhomeRsDestGroupRel', 'L2RsDscpRuleAtt', 'OspfIfP', 'NwsSyslogSrc', 'InfraRsStpIfPol', 'FvAttEntityPathAtt', 'FvRsCtxToExtRouteTagPol', 'FabricSFPathS', 'FabricMacAutoG', 'MgmtExtMgmtEntity', 'SpanVDest', 'FaultSubj', 'FvRtdEpPInfoCont', 'VnsVOspfVEncapAsc', 'PlannerRsConnectedLeaf', 'PingExecFab', 'VzCollectionCont', 'EqptExtCh', 'ProcProc', 'MaintRsPolNotif', 'DbgProfile', 'FabricRsResMonFabricPol', 'InfraRsOverrideMcpIfPol', 'VnsMDfcts', 'L3extRsInstPToProfile', 'FabricRsResFabricIPV6ProtPol', 'SpanRsDestEpg', 'CdpIfPol', 'FvOrchsInfo', 'FabricIPV4ExpG', 'InfraService', 'PlannerDeployment', 'PconsRA', 'L3extLIfP', 'VnsVGrp', 'FabricIPV4AutoG', 'FabricRsModulePolProfile', 'PlannerRsConsumedContracts', 'ActrlEntity', 'CoopOracleAdj', 'VzRsSubjGraphAtt', 'VmmRsMcastAddrNs', 'InfraAccGrpCfg', 'MgmtRsInstPCtx', 'FvPndgRFltPCont', 'VzRsOutTermGraphAtt', 'IsisDb', 'PlannerRsLeafLabels', 'PconsResolveCompleteRef', 'InfraHostCfg', 'InfraStorage', 'VnsRsTarget', 'MaintUpgStatusCont', 'FvConfigState', 'VnsCtrlrMgmtPol', 'InfraNodeCfg', 'PlannerRsToConsumerL3Out', 'EqptSupCSlot', 'Ipv6Dom', 'PlannerRsGraphBd', 'MgmtInstP', 'VnsRsEPpInfoToBD', 'VnsRsDevFolderToMFolder', 'VnsFuncCfgInst', 'VnsMConn', 'ConditionRsNodeAaaRecRetP', 'SpanSpanLbl', 'MgmtInBZone', 'EventSevAsnP', 'SpanVEpgSummaryDef', 'AaaIDomainRef', 'InfraRsMstInstPol', 'VzSubj', 'Ipv4Inst', 'FvRsToRemoteEpPCtrctInfo', 'L3extRsEctx', 'VnsDevCfgInst', 'VmmRsVswitchOverrideLacpPol', 'PlannerRsEpgBd', 'TagAliasInst', 'CallhomeGroup', 'IsisIfLvl', 'McpInst', 'L3IpCktEp', 'VnsAbsTermNodeProv', 'PconsLocation', 'VnsRsDevMgrEpg', 'SpanERDestination', 'FabricRsSpCardP', 'MgmtGrp', 'StpEncapInstDef', 'PlannerRsToProviderL3Out', 'VnsRsLDevCtxToLDev', 'InfraRsToEpControlP', 'TagInst', 'FvTunDef', 'PresIPv6Support', 'FabricIPV6ExpG', 'FabricNodeInfo', 'FabricRsPodPolGroup', 'EqptNic', 'StpAllocEncapBlkDef', 'VnsLIfHint', 'VnsAbsFuncProfGrp', 'MonInfraTarget', 'MgmtAddrCont', 'VnsAbsDevCfg', 'VnsFolderInst', 'CtxLocal', 'FvTunDefRef', 'TunnelIf', 'PresRegistryCont', 'PconsResolver', 'L3extSubnetDef', 'PlannerRsProvidedContracts', 'InfraPortBlk', 'VmmAgtStatus', 'Ospfv3MaxLsaP', 'BgpDom', 'PlannerRsConnectedSpine', 'FvRsBdToEpRet', 'L3extSubnet', 'IsisFmcastTree', 'VnsRsCIfAtt', 'FabricRsNodeGroup', 'StpIf', 'BgpPeerAfEntry', 'PlannerL4L7ClusterTmpl', 'VmmRsVswitchOverrideFwPol', 'AaaLdapEp', 'DhcpRsProv', 'VnsRsAbsConnectionConns', 'SpanVSrc', 'InfraRsResMcpIfPol', 'MgmtMgmtIf', 'CnwAggrIf', 'VmmAttEntityPCont', 'FvRsProtBy', 'VnsRsMDevAtt', 'VnsDevFolder', 'DhcpNodeGrp', 'InfraAttPolicyGroup', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'InfraRsInfraBD', 'FabricRsResFaultSwRetP', 'PlannerGraphTmpl', 'EptrkIpEpExec', 'DbgRemotePort', 'FvRsCtxToBgpCtxAfPol', 'VnsLDevVip', 'RtctrlScope', 'L3extExtEncapDef', 'ConfigRollbackP', 'VnsMgmtLIf', 'FvSvcEpP', 'InfraRsAccNodePGrp', 'VzRsAnyToProv', 'SnmpGroup', 'PlannerRsDeployedFex', 'InfraHPathS', 'FvCtxSharedServiceUpdate', 'DbgacFromEpgSummary', 'FvRtdEpPInfoHolder', 'FaultRsFaultCtrlrRetP', 'PolUni', 'SyntheticRsToAObj', 'BgpPeer', 'SpanRsDestApic', 'EqptSensor', 'InfraRsMonIfInfraPol', 'EqptcapacityEntity', 'SpanRsSrcToBDDef', 'MgmtRsGrp', 'InfraRsResLacpIfPol', 'FvRsTenantMonPol', 'MgmtPodGrp', 'VnsAbsTermNodeCon', 'VnsRsDevPingToCDev', 'L3extEncapLocale', 'PolRsScriptHandlerLock', 'InfraGeneric', 'FvAREpPRequestorCont', 'PhysDomP', 'InfraRsDomP', 'FvAp', 'InfraRsNodeP', 'EigrpIfP', 'PlannerL3OutTmpl', 'ConfigRsExportDestination', 'InfraRsResErrDisRecoverPol', 'VnsEPpInfo', 'VnsRsConnToAConnInst', 'FabricMacExpG', 'IgmpsnoopEntity', 'FvRtdEpP', 'VnsRsScriptHandlerStateToDomainRef', 'InfraBoot', 'VnsRsNodeToAbsFuncProf', 'FaultRsHealthCtrlrRetP', 'FvPndgAnyDefCont', 'SpanEntity', 'FvRsBDToProfile', 'FabricRsResMonCommonPol', 'DhcpRsRelayP', 'FvPolDeliveryStatus', 'InfraRsLacpInterfacePol', 'VmmRsVswitchOverrideMcpIfPol', 'ConditionRsNodeEventRecRetP', 'L3extRsPathL3OutAtt', 'VnsRsScopeToTerm', 'FabricSubsDfltPolicy', 'FvVDEp', 'FabricPmPathEpCleanup', 'FabricRsLeNodePGrp', 'FabricExplicitGEp', 'DnsRsDnsProfile', 'PolResPolCont', 'VnsLDevCtx', 'CompPpNic', 'BgpInvalidRREp', 'InfraFexCfg', 'CommPol', 'EqptdiagEntity', 'Ospfv3Inst', 'FvPndgEpPCtrctInfoCont', 'InfraHPortS', 'FvOoBEpP', 'MgmtRsOoBCons', 'L3extCtxUpdater', 'SnmpClient', 'CompCtrlr', 'ConfigImportP', 'VnsLIfHintInst', 'FvRsCtxMcastTo', 'CompStatsPol', 'FvExtStPathAtt', 'ResConsumer', 'RtctrlCtxP', 'ArpInst', 'EigrpRsIfPol', 'FaultRsHealthFabricNode', 'VnsLDevIf', 'CallhomeSrc', 'EqptSysC', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'FvIfConn', 'PlannerRsBdVrf', 'InfraRsToMcpIfPol', 'InfraAccPortGrp', 'TraceroutepRsTrEpSrc', 'VnsScriptHandlerState', 'VnsChassis', 'VnsAbsCfgRel', 'InfraRsToErrDisRecoverPol', 'FvCollectionCont', 'AaaTacacsPlusEp', 'DbgacRsToEpIp', 'VzRsFiltGraphAtt', 'OamRsSrcEncap', 'PolRsVnsmdev', 'L2extRsL2DomAtt', 'PlannerEpgTmpl', 'FvRsDomAtt', 'DhcpRsDhcpOptionPol', 'PlannerL2OutTmpl', 'FvRsCtxMonPol', 'VzCtrctEPgCont', 'VnsGraphInst', 'L2RsDot1pRuleAtt', 'VmmEpPD', 'InfraContNS', 'VmmPlInf', 'SpanDest', 'TagRef', 'InfraRsVpcBndlGrp', 'BgpRRNodePEp', 'CompMgmtNic', 'TraceroutepTrEpExt', 'FabricRsResLldpInstPol', 'FvRsBDSubnetToOut', 'NdRsRaSubnetToNdPfxPol', 'FvBD', 'DhcpPodGrp', 'VnsRsLdevIfToLDev', 'VnsOutTerm', 'ConfigBackupStatusCont', 'VmmRsDefaultCdpIfPol', 'FirmwareCcoSource', 'VnsAbsFuncConn', 'InfraAccCardPGrp', 'FvnsVxlanInstDef', 'VzEpgAnyDef', 'InfraAccBndlSubgrp', 'MgmtInstPDef', 'SpanVDestDef', 'FabricRsResCoreP', 'EqptExtChCardSlot', 'SpanSession', 'PconsInstClass', 'VnsVConn', 'CompUni', 'FvRsBDSubnetToProfile', 'SpanVSrcDef', 'PlannerFexTmpl', 'FabricRsCtrlrPGrp', 'FvDyPathAtt', 'SpanRsProvDestGrp', 'VmmDomPDef', 'TracerouteExecTn', 'HvsExtPol', 'InfraRsSpanVDestGrp', 'DbgexpExportStatusCont', 'L2extDomDef', 'VnsREPpInfo', 'SpanRsSpanSrcToL2CktEpAtt', 'FvRsConsIf', 'CompEpPD', 'SyntheticIfcCTestObj', 'IsisDom', 'FabricRsInterfacePolProfile', 'EqptLC', 'InfraRsAttEntP', 'FvSvcBD', 'FabricPodS', 'FabricPodP', 'VnsRsNodeToMFunc', 'FabricProtPathEpCont', 'FvEpP', 'VnsSvcRelnHolder', 'DbgacRsToEpForEpToEp', 'FvRsBgpCtxPol', 'InfraRsInterfacePolProfile', 'EqptSpromPsu', 'InfraNodeP', 'VnsSvcPkgSource', 'InfraPeNode', 'VnsRsCDevToCtrlrP', 'DbgIpToEpgRslt', 'DbgacRsToLDevForEpToExt', 'HvsResCont', 'SyslogDestState', 'DbgEpToEpgRslt', 'FvNwIssues', 'SnmpRsDestGroup', 'FabricSpNodePGrp', 'MaintRsMgrpp', 'VmmVSwitchPolicyCont', 'VnsInTerm', 'MgmtInB', 'FvRsStPathAtt', 'RtctrlRsScopeToAttrP', 'CompVNicPDDef', 'EqptSpromLc', 'FaultRsHealthLevelP', 'InfraRsBndlGrp', 'VnsRTInfo', 'ConfigExportP', 'VzRsDenyRule', 'DbgacRsToEpIpForEpgToEp', 'FvMgmtDepl', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'VnsRsVDevDomainRefContToDomainRef', 'FvProtEPg', 'VnsRsALDevToVxlanInstP', 'SpanSource', 'FabricOOServicePol', 'VzRsAnyToCons', 'CompVNic', 'FvRsBDToProfileDef', 'InfraRsResLacpLagPol', 'InfraIncorrectCntrlSbstState', 'QospClass', 'InfraRsAccCardP', 'Ipv6If', 'VmmRsAEP', 'CallhomeProf', 'PolRsDbgrConfigImportIdP', 'BfdEntity', 'VzTaboo', 'VnsRsVDevToDomainRef', 'FvAttEntPDepl', 'FirmwareDownload', 'InfraRsMonFexInfraPol', 'DbgacEpToEpg', 'FabricRsPodPGrpBGPRRP', 'StatsExportStatusCont', 'VnsClusterCfg', 'SyntheticUniverse', 'Ospfv3Entity', 'ProcSystem', 'EqptSupC', 'FabricRsResFabricProtChainP', 'FabricIPV6AutoG', 'MaintPodMaintGrp', 'EqptBSlot', 'FvCtxConfigIssues', 'FabricIPV6ProtPol', 'Ospfv3If', 'VnsRsConnToCtxTerm', 'MonFabricTarget', 'InfraFabricRecovery', 'InfraRsResQoSPol', 'FabricPod', 'MgmtRsAddrInst', 'VmmCtrlrP', 'PlannerLeaf', 'DhcpRelayP', 'FabricLinkCont', 'DbgacL3OutCont', 'FabricRsSpNodeP', 'InfraHConnPortS', 'SpanDestGrp', 'EthpmFcot', 'FvCCg', 'VnsLIfCtx', 'InfraRsResMcpInstPol', 'VnsRsMgmtAddr', 'PolRsDbgrConfigExportP', 'SnmpUserSecP', 'DhcpOptionDef', 'DbgacIpToIp', 'FabricRsResFabricIPV4ProtPol', 'StpIfPol', 'InfraRsOverrideStpPol', 'PlannerRsClusterLabel', 'CommWebServer', 'L2InbandIf', 'SatmRemoteFcot', 'VpcIf', 'L3extDomP', 'InfraRsCardPGrp', 'VnsRsLIfCtxToInstP', 'DatetimeNtpProviderStatus', 'PolRsFirmwareRepoP', 'FvStPathAtt', 'VnsGRel', 'VnsRsDevMgrToMDevMgr', 'FirmwareCtrlrFwStatusCont', 'VzRsSubjFiltAtt', 'MgmtZoneDef', 'FvRsToRemoteEpCP', 'MgmtRsInbEpg', 'L1PhysIf', 'InfraRsOverrideFwPol', 'FabricNodeIdentPol', 'VnsAbsFuncProf', 'Ipv6Inst', 'FvnsVlanInstDef', 'VnsMFolder', 'ConfigSubJob', 'EqptSpromBP', 'VnsDevParam', 'OspfIf', 'FabricCreatedBy', 'SyntheticContext', 'CallhomeInvP', 'L2ExtIf', 'DbgEpToEpRslt', 'VxlanCktEp', 'EqptExtChHP', 'CommHttp', 'FileRemotePath', 'EqptSysCSlot', 'CompRsCtrlrP', 'FabricRsLePortP', 'SyntheticContext2', 'VnsRsMetaIf', 'StatsShardExportSubJob', 'DbgacRsFromLDevForExtToEp', 'CoppClass', 'CoopDom', 'FvSubnet', 'VmmRsDefaultL2InstPol', 'SpanFabSource', 'DbgexpTechSupP', 'PlannerRsToConsumerBd', 'TraceroutepRsTrEpExtIpSrc', 'EqptExtChFP', 'VzCPIf', 'L3Ctx', 'DbgAC', 'EqptExtChCard', 'VnsRsLDevDomP', 'EqptAsic', 'DbgacRsToEpg', 'FabricLeNodePGrp', 'L3extDomDef', 'DhcpRsToNodeGrp', 'PolScopedCount', 'InfraRsResMonInfraPol', 'ArpDom', 'MgmtOoBZone', 'SpanVEpgSummary', 'VnsRsConnToCtxTermInst', 'FabricPathEp', 'VnsLDevInst', 'HvsAdj', 'SnmpSrc', 'DbgacRsFromEpg', 'IgmpsnoopInst', 'InfraRsModulePolProfile', 'FabricRsResPsuInstPol', 'DbgacEpToAny', 'FvLocale', 'AaaRadiusEp', 'IsisRoute', 'CompEpPConn', 'FvcapScopeReg', 'MgmtCollectionCont', 'InfraRsOverrideLacpPol', 'SysdebugEp', 'VnsAbsParam', 'FabricNodeCfg', 'VnsRsConnToAConn', 'VnsEPgDef', 'DbgacRsToEpgForEpgToEpg', 'TagAliasDef', 'VnsAbsGraph', 'FabricRsResOngoingAcMode', 'FabricRsSpPortPGrp', 'StatsExportJob', 'BfdSess', 'EqptdiagOnDRule', 'FabricOosPathIssues', 'VnsMParam', 'SpanRsDestPathEp', 'MaintMaintGrp', 'MgmtNodeGrp', 'EqptPsuSlot', 'SyntheticRsToObj', 'FabricRsDecommissionNode', 'SpanSrcDef', 'InfraLoNode', 'L3FwdCtx', 'SpanVSrcGrpDef', 'CtxApplication', 'FvStCEp', 'ConditionRsNodeHealthRecRetP', 'DbgAcTrail', 'InfraClSzEqObst', 'InfraPreProv', 'LldpEntity', 'FabricMACProtPol', 'InfraPEPg', 'FabricRsMonInstFabricPol', 'L2BD', 'DbgacEpgToIp', 'L3extRtLIfCtxToOut', 'SysdebugTechSupport', 'EqptFabP', 'FvRsABDPolMonPol', 'AcEntity', 'IsisDomLvl', 'ActionLCont', 'VnsVOspfDevCfg', 'MonFabricPol', 'FabricRsVpcInstPol', 'VnsAbsConnection', 'DbgIpToEpRslt', 'AaaLdapProvider', 'VnsRsTermToEPg', 'PlannerRsGraphLabel', 'MaintRsPolCtrlrScheduler', 'DbgacRsFromLDevForIpToEpg', 'VnsAbsGrpCfg', 'PolRsClusterPolRel', 'VnsRsALDevToDevMgr', 'VnsSLDevInst', 'ConditionRsToNodePolGrp', 'VnsConfIssue', 'InfraSubsDfltPolicy', 'FileRsARemoteHostToEpp', 'FabricRsToFabricIPV6ProtPol', 'FvDomCont', 'FirmwareFwStatusCont', 'DbgacRsToEpForEpgToEp', 'SpanRsSrcToEpg', 'DbgexpRsTSScheduler', 'SnmpInst', 'PconsMinCont', 'DbgEpgToEpgRslt', 'VnsScriptRTInfo', 'ActrlStats', 'CompRsCtrlr', 'VnsRsCDevToChassis', 'FirmwareRsFwgrpp', 'EqptEntity', 'InfraRsSpanVSrcGrp', 'L2RsPathDomAtt', 'VnsCMgmt', 'FvOutCont', 'SpanRsSrcToVPortDef', 'QosmIfClass', 'VzRsAnyToConsIf', 'InfraRsMcpIfPol', 'FvRsProv', 'VnsRsMConnAttInst', 'DbgexpCoreStatus', 'DhcpLblDef', 'FabricVpcRT', 'L3extRsSubnetToProfile', 'InfraRsConnPortS', 'SpanVSpanProv', 'VnsRsFolderInstToMFolder', 'FabricAutoGEp', 'FabricLFPortS', 'SpanSrc', 'FabricRsCallhomeInvPol', 'FabricSpCardS', 'CompDNic', 'SnmpPol', 'CompPhys', 'FabricRsSpPortP', 'FabricRsApplTechSupOnD', 'VnsRsMDevMgrToMDev', 'RecoveryReconcileNode', 'VzFltTaskAggrCont', 'VpcInst', 'VnsCDevState', 'VnsRsLIfCtxToLIf', 'VnsRsChassisEpg', 'DbgAcPath', 'CompHpNic', 'AaaUser', 'SnmpConfIssues', 'MgmtNodeDef', 'CtrlrInst', 'CallhomeRsQueryGroupRel', 'FirmwarePodFwGrp', 'HvsRtNicAdj', 'MgmtRsToNodeGrp', 'IdentSource', 'FvRemotePolHolder', 'FvEpDefRef', 'DbgexpPolicyStatusInstance', 'DbgexpPolicyStatus', 'TopSystem', 'L2extDomP', 'MaintMaintP', 'ConfigRsImportSource', 'VzProvDef', 'PolDefRelnHolder', 'FabricRsSpNodePGrp', 'FabricRsMonModuleFabricPol', 'SviIf', 'FvRsCtxToEpRet', 'VnsSHSEPpInfo', 'FabricPathEpCont', 'DhcpEntity', 'IsisEntity', 'VnsConnectionInst', 'FabricPathEpCleanup', 'FabricProtChainP', 'VnsSvcVipUpdate', 'SyslogSrc', 'FvRsToRemoteAnyDef', 'DbgEpgToIpRslt', 'ActrlRule', 'VpcRsVpcConf', 'RecoveryReconcileCont', 'VnsRsCIfAttN', 'SatmRemoteFcotX2', 'DbgCores', 'EthpmAggrIf', 'DppEntity', 'Ipv4Route', 'FvCtx', 'TraceroutepRsTrEpDst', 'EqptSpromSup', 'FirmwareRepoP', 'DatetimeClkPol', 'TroubleshootSession', 'VnsVBgpDevCfg', 'FabricNodePEp', 'VnsVIf', 'VnsRsProfToMFunc', 'InfraRsL2InstPol', 'FvRsApMonPol', 'FabricNodeCfgCont', 'InfraRsToInterfacePolProfile', 'PlannerRsGraphCluster', 'FvRsCtxToEigrpCtxAfPol', 'FaultRsEventCtrlrRetP', 'EthpmFcotX2', 'EqptBoard', 'VnsAbsTermConn', 'FirmwareCardRunning', 'L3extInstP', 'DbgacEpToExt', 'VnsVDevDomainRefCont', 'FvRsCons', 'DbgacRsFromEpForEpToEpg', 'VnsCRel', 'VmmRsVswitchOverrideStpPol', 'FabricSFPortS', 'NwConnGrp', 'FabricLePortPGrp', 'FabricRsResHealthPols', 'ConfigSnapshotMgrP', 'SyntheticRsPhysIf', 'VnsRtrIdInfo', 'VnsRsLDevInst', 'TagAliasDelInst', 'Ipv4Dom', 'FabricCtrlrS', 'FabricCtrlrP', 'PresRegistry', 'FaultRelnHolder', 'FvRsNdPfxPol', 'PingExecTn', 'InfraMgmt', 'DbgacRsFromEpIp', 'ProcEntry', 'PolCountCont', 'SpanRsSrcToEpP', 'CompProv', 'DhcpClient', 'MonInfraPol', 'EqptdiagRule', 'FirmwareFirmware', 'EqptFC', 'TestinfralabFreebies', 'StatsDestP', 'SpanRsSrcToPathEp', 'L2extLNodeP', 'InfraProvP', 'TraceroutepTrEp', 'PlannerRsDeployedObject', 'ResReqCtx', 'VnsCfgRoot', 'PolRsFabricipv4expg', 'PconsResolverCont', 'ArpIf', 'L3extRsL3DomAtt', 'VnsLegVNode', 'MonEPGTarget', 'VnsParamInst', 'InfraWiNode', 'TroubleshootRsSessionScheduler', 'McpEntity', 'DbgNDbgs', 'L3extLNodeP', 'InfraNodeCfgCont', 'VnsGFolder', 'VzCtrctEntityDef', 'FvRsNodePortAtt', 'FvRsIgmpsn', 'VnsCFolder', 'FabricProtPol', 'VnsTermNodeInst', 'InfraNsIssues', 'QosmEntity', 'EqptFt', 'IsisRsNhAtt', 'ImMgmtIf', 'BgpEntity', 'DhcpCRelPg', 'InfraRsResHIfPol', 'VnsGParam', 'FabricRsLePortPGrp', 'InfraFexP', 'SatmEntity', 'DbgexpRsData', 'MaintRsPolScheduler', 'SpanRsSrcToVPort', 'VnsDevConfIssue', 'FabricLeCardS', 'FabricLeCardP', 'ArpStAdjEp', 'EqptLCSlot', 'PconsInstDn', 'StatsReportable', 'EqptCpuP', 'VnsRsConnToLIfInst', 'Ospfv3Dom', 'L2extInstP', 'PconsRegistry', 'FabricSpineP', 'FabricSpineS', 'TagDef', 'DlgtDelegate', 'FvBDConfigIssues', 'L3Inst', 'Ipv4If', 'PolGCountCont', 'StpEntity', 'FabricSelectorIssues', 'SpanEpgSummary', 'FabricHeartbeat', 'VzRsFiltAtt', 'Ipv6Route', 'FabricRsNodeCoreP', 'VnsAbsNode', 'SpanSrcGrpDef', 'StatsExportP', 'FvRsDomDefNsLocal', 'FvRtAcExtPolToContext', 'VmmRsDefaultLldpIfPol', 'VzAnyDefCont', 'DbgDVPCPath', 'PlannerRsToProviderBd', 'PcRsMbrIfs', 'PresDltNodeRegs', 'EqptFtSlot', 'FaultSevAsnP', 'OspfDom', 'VmmRsVswitchOverrideLldpIfPol', 'ConditionNodePolGrp', 'FvRsBDToOut', 'PlannerRsGraphContracts', 'DhcpClientIf', 'FabricRsNodePolGroup', 'SpanSrcGrp', 'PolRsTroubleshootSessionRel', 'VzFromEPg', 'FvnsMcastAddrInstP', 'QospDscpRule', 'VzOOBBrCP', 'DbgacRsToEp', 'SpanRsDestToVPort', 'FabricRsPodPGrpCoopP', 'FvEpPCont', 'CallhomeDest', 'EqptSpromFan', 'VnsDevHealth', 'DatetimeNtpProvider', 'DbgCont', 'VnsMDfct', 'DbgEpToAnyRslt', 'LldpAdjEp', 'VzERFltP', 'DbgacRsContext', 'SyslogGroup', 'DatetimeRsNtpProvToNtpAuthKey', 'FabricVpcResource', 'ActrlMgmtRule', 'SyslogRsDestGroup', 'FvBDPublicSubnetHolder', 'L2BrIf', 'FvConnDef', 'L3RtdIf', 'DatetimeNtpq', 'ResSubj', 'DhcpProvDhcp', 'InfraRsAccBaseGrp', 'InfraCardS', 'CompHv', 'InfraAccBndlGrp', 'SpanVDestGrpDef', 'SpanRsSpanSrcToL1IfAtt', 'OpflexIDEp', 'VzConsDef', 'InfraRsAccPortP', 'MaintNodeInMaint', 'VnsRsClusterPol', 'FabricRsPsuInstPol', 'FabricPath', 'FabricSpCardP', 'EqptdiagRslt', 'VnsRsConnToFltInst', 'DbgExpertRslt', 'ActionLSubj', 'VnsMDev', 'VnsRsLDevCtxToRtrCfg', 'L2extRsEBd', 'ActrlScope', 'CallhomeInvTask', 'FabricRsTimePol', 'SnmpTrapDest', 'PcAggrMbrIf', 'EqptcapacityFSPartition', 'CompDom', 'VzToEPgAny', 'Ipv6Entity', 'FabricRsPodPGrp', 'SvccoreNode', 'FabricLink', 'ConditionPodPolGrp', 'InfraInfra', 'ConfigJob', 'VzInTerm', 'InfraRsFexGrp', 'MaintCatMaintP', 'DbgIpToIpRslt', 'FirmwareRepo', 'InfraRsFabricNode', 'L3EncRtdIf', 'VnsDevCfg', 'VnsVDev', 'VzDirAssDef', 'InfraAccNodePGrp', 'FabricDecommissionJob', 'VnsRsChassisToMChassis', 'MgmtRsMgmtBD', 'FabricCtrlrPGrp', 'PcAggrIf', 'EqptCh', 'VnsNodeInstDef', 'FvRsToRemoteCtrctEPgCont', 'BgpInstPol', 'FabricTrail', 'FvPndgCont', 'MonCommonPol', 'SysdebugCoreFileRepository', 'AaaDomainRef', 'FvRInfoHolder', 'VnsRsALDevToDomP', 'FvDomDef', 'MaintUpgJobFault', 'DbgSVPCPath', 'PlannerRsFexLabel', 'InfraRsL2IfPol', 'DhcpRelayIf', 'FvnsMcastAddrInstDef', 'SysdebugTechSupFileRepository', 'VmmDomP', 'DbgacRsAcExtPolToContext', 'FabricRsPathToLePortPGrp', 'VnsScriptHandlerUserState', 'DppClass', 'L3extInstPDef', 'VzRsGraphAtt', 'DhcpLbl', 'DbgexpCoreP', 'InfraAccPortP', 'VnsMDevMgr', 'FabricRsLeCardP', 'VmmAccGrpCont', 'RtctrlProfile', 'PresResolver', 'InfraRsToEpLoopProtectP', 'RecoveryReconcileLoc', 'FabricRsResL2InstPol', 'EqptFan', 'DbgexpTechSupOnD', 'DbgexpTechSupODev', 'SpanLDestination', 'FabricLeCardPGrp', 'MonEPGPol', 'InfraConnNodeS', 'OspfInst', 'FabricExtProtPathEpCont', 'FvEpCont', 'FvBDDef', 'FaultRsAaaCtrlrRetP', 'CnwPhysIf', 'PlannerGraphNode', 'ProcEntity', 'FvAEPgCont', 'SpanRsSessionToDomainRef', 'CoopCitizenAdj', 'VnsMGrpCfg', 'CompSvcVMDef', 'MgmtRsOoBCtx', 'VnsGrpCfgInst', 'MaintMaintPOnD', 'SysdebugLogControlEp', 'BgpRRP', 'VnsDevScript', 'VnsVBgpVEncapAsc', 'VnsRsInterface', 'FvAREpPRequestor', 'AaaUserEp', 'VnsRsConnToFlt', 'FabricRsPodPGrpIsisDomP', 'FvTabooCtxDefCont', 'InfraConnFexS', 'FvAEPg', 'DbgacExtToEp', 'VpcKeepalive', 'VnsAbsFuncCfg', 'MgmtRsInB', 'DbgAnyToEpRslt', 'TraceroutepRsTrEpIpSrc', 'PlannerConfigTmpl', 'MaintRsToMaintGrp', 'VnsRsNodeInstToLDevCtx', 'FabricRsApplMonPol', 'HvsLNode', 'SpanVDestGrp', 'NdRaSubnet', 'DbgacAnyToEp', 'MgmtRsOobEpg', 'FabricRsNodeTechSupP', 'L2extOut', 'CoopInst', 'VmmRsCtrlrPMonPol', 'RecoveryReconcileConfigP', 'VzRsInTermGraphAtt', 'VnsRndrInfo', 'FvRsCtx', 'AaaPartialRbacRule', 'InfraRsCdpIfPol', 'InfraIlClMsgSrc', 'SpanTaskParam', 'FabricLooseNode', 'InfraAccCardP', 'VnsCParam', 'ConfigRsRemotePath', 'FvSharedService', 'DbgacEpgToEpg', 'FabricRsPathToSpPortPGrp', 'InfraRsAccBndlSubgrp', 'FabricRsResHealthSwRetP', 'CompPolCont', 'VnsDevPing', 'OpflexODev', 'InfraRsLldpIfPol', 'FvRsCtxToOspfCtxPol', 'DbgTenant', 'DbgexpRsExportDest', 'VnsAbsFuncProfContr', 'DbgacEpgToEp', 'FabricRsCtrlrPolGroup', 'PlannerRsGraphL3Out', 'TrigRsTriggerable', 'VnsCDev', 'LldpCtrlrAdjEp', 'InfraRsResNwsFwPol', 'InfraRsLacpPol', 'InfraRsVipAddrNs', 'InfraAttEntityP', 'PresPerLeafAggregatedEpUpd', 'FvBrEpP', 'VnsDevMgr', 'VzCollectionDef', 'InfraClP', 'InfraSelectorIssues', 'FabricHIfPol', 'FabricRsResAuditSwRetP', 'VpcDom', 'PolRsDbgrConfigSnapshotMgrP', 'QosmIf', 'VnsLDevIfLIf', 'L3extException', 'VmmRsAcc', 'NwsRsNwsSyslogSrcToDestGroup', 'VlanCktEp', 'TracerouteExecFab', 'VzBrCP', 'TraceroutepRsTrEpIpDst', 'FvInstPEpP', 'ConfigRsExportScheduler', 'InfraRsVlanNs', 'FvRsToRemoteRFltP', 'OpflexpPolicyDemand', 'FabricSpPortP', 'AcRuleIp', 'VzToEPg', 'CommRsKeyRing', 'LldpIf', 'DbgacEpToEp', 'LacpIfPol', 'VzRFltP', 'TraceroutepTrNode', 'LldpIfPol', 'DhcpProvider', 'FvRsBdFloodTo', 'VnsMRel', 'VnsEPgDefCons', 'FabricRsResTechSupP', 'VmmRsDefaultFwPol', 'VnsRsDevEpg', 'DhcpInst', 'InfraFuncP', 'FvCtrctCtxDefCont', 'DbgacRsFromEpIpForEpToEpg', 'SyslogRemoteDest', 'FirmwareFwGrp', 'TestinfralabRsSnacks', 'SvccoreCtrlr', 'AaaRadiusProvider', 'FvRsStGrpAtt', 'Ipv4Entity', 'VnsRsMChassisToMDev', 'VnsCfgRelInst', 'InfraRsMonModuleInfraPol', 'FabricRsResFabricMACProtPol', 'InfraAccBndlPolGrp', 'VmmRsDomMcastAddrNs', 'VnsVEncap', 'VnsRsCfgToConn', 'PolRsDbgrConfigRollbackP', 'DbgacTenantSpaceCmnDef', 'InfraRsToMcpInstPol', 'PlannerRsL2OutBd', 'DbgRsTenantToDomainRef', 'PlannerBdTmpl', 'MaintUpgStatus', 'VnsEPpContr', 'PlannerRsVcenter', 'FvRtProv', 'PolRsExportPRel', 'VnsCIf', 'InfraProvAcc', 'StormctrlIfPol', 'VzSubjDef', 'DhcpPRelPg', 'VmmRsVmmCtrlrP', 'MgmtMgmtP', 'SyntheticSwTLTestObj', 'FabricPathEpCleanupShard', 'MaintRsReltomaintp', 'MgmtConfigAddr', 'FabricLFPathS', 'SyntheticRelNTest', 'FabricRsSnmpPol', 'VmmRsDefaultLacpLagPol', 'InfraPodP', 'PolRsFabricmacexpg', 'VnsCMgmtProxy', 'DbgexpTechSupVmm', 'PkiFabricCommunicationEp', 'InfraRsOverrideCdpIfPol', 'StpAllocEncapCont', 'OspfAdjEp', 'L3extRsNdIfPol', 'FvRsAEPgMonPol', 'L3extOutDef', 'DbgacRsToAbsEpg', 'CallhomeDestState', 'ConditionRsNodeFaultRecRetP', 'MaintUpgJob', 'InfraRsNodePolGroup', 'InfraImage', 'SpanRsProvToVDestGrp', 'DbgacIpToEpg', 'MgmtRsOoB', 'VnsRsTermToAny', 'PolRsDbgrConfigImportP', 'RtctrlRsCtxPToSubjP', 'SnmpEntity', 'InfraRsPathToAccBaseGrp', 'FabricLePortP', 'VnsAbsFolder', 'FabricRsLeNodeP', 'DbgacRsToEpIpForEpToEp', 'FvRsTnDenyRule', 'VnsFuncConnInst', 'EqptdiagOnDSubj', 'FvSubnetBDDefCont', 'MaintCtrlrMaintP', 'VmmRsDefaultStpIfPol', 'DbgacToEpgSummary', 'FabricRsSpCardPGrp', 'VnsRsALDevToPhysDomP', 'VnsRsLIfCtxToBD', 'IsisIf', 'VnsMFunc', 'FvBDHolder', 'BgpInst', 'DbgexpRsUserCtx', 'FabricPodPGrp', 'BgpPeerEntry', 'DbgFiveTupleRslt', 'InfraFexBndlGrp', 'VnsSHEPpInfo', 'VnsTermConnInst', 'FabricShardTaskHolder', 'FirmwareCompRunning', 'FvCtxDef', 'DnsLblDef', 'FabricRsOosPath', 'SatmFabP', 'InfraRsOverrideLldpIfPol', 'FirmwareInternalSource', 'DatetimeConfIssues', 'LldpInst', 'InfraRsResLoopProtectPol', 'CoopEntity', 'IdentConsumer', 'PlannerRsL3OutVrf', 'TestinfralabCont', 'PolGCount', 'FabricExtPathEpCont', 'DhcpDiscNode']
|
132
132
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
133
133
|
'crit' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
134
134
|
'critDelta' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -249,7 +249,7 @@ module ACIrb
|
|
249
249
|
@prefix = 'fd-'
|
250
250
|
@prefixes = [['fd-', true], ['-fault-', true]]
|
251
251
|
@rn_format = 'fd-[%(affected)s]-fault-%(code)s'
|
252
|
-
@containers = ['AaaCtrlrRetP', 'RtmapSetRegComm', 'VzConsSubjLblDef', 'EqptcapSfpMfgDef', 'EqptSlotP', 'CdpInstPol', 'RtmapMatchExtComm', 'VnsVConn', 'CommHttps', 'FabricNodeIdentP', 'BgpCtxDef', 'VzOOBBrCP', 'FabricSecRelnHolder', 'PlannerCont', 'Ipv4Nexthop', 'NwsFwPol', 'FvVmAttr', 'SpanSpanProv', 'SpanVSrcDef', 'SnmpClientGrp', 'L2InstPol', 'ConfigJobCont', 'VnsLDevHint', 'EventCtrlrRetP', 'IgmpSnoopPol', 'HvsEncap', 'LacpLagPol', 'RbqmUseCase', 'VmmProvP', 'FvInBEpP', 'SvccoreCtrlrPol', 'TroubleshootSessionTrigger', 'VzProvCtrctLblDef', 'EdrErrDisRecoverPol', 'CallhomeSmtpServer', 'OspfIfPol', 'VnsDevScript', 'RtctrlLNodePDef', 'PolResPolCont', 'VnsCtrlrEp', 'FabricSpPortPGrp', 'LacpLagPolDef', 'SpanVSpanProv', 'StatsThrUByteP', 'Ipv6NexthopStub', 'FrmwrkReliableDeliveryResp', 'RtctrlSetOspfFwdAddrDef', 'VnsVFunc', 'RtctrlSetRtMetricType', 'BgpPeerP', 'PkiCsyncPolicy', 'AaaUserEp', 'VzIntDef', 'InfraIpP', 'RtctrlAttrP', 'CompatLcHw', 'QosCustomPolDef', 'FvPostponedUpd', 'FvnsVxlanInstP', 'ActrlFlt', 'TroubleshootSession', 'BgpMaxPfxP', 'EqptcapMfgDef', 'SpanRsDestPathEp', 'Ospfv3ExtRtSum', 'AaaFabricNodeRelnHolder', 'OspfIfDef', 'DbgexpTechSupCollect', 'Ipv6Nexthop', 'PresResolverDef', 'CoopNodePEp', 'PkiExportEncryptionKey', 'EqptdiagpSpTsBtLc', 'L2extLIfP', 'MockStats', 'InfraNodeDef', 'L2extLNodeP', 'VnsNodeInst', 'DnsLbl', 'MgmtOoB', 'Ospfv3LsaLeakP', 'BgpPeerDef', 'DbgOngoingAcMode', 'GeoRow', 'EigrpInterLeakP', 'VzCPIf', 'DatetimeNtpProv', 'EqptdiagpTsBtLeafP', 'EigrpStubDef', 'FabricInst', 'EqptdiagpCardHealthPol', 'FabricFuncP', 'SyntheticIfcCTestObj', 'VzFilter', 'IsisMeshGrp', 'SpanSrcDef', 'DatetimeNtpAuth', 'EqptdiagpLeTsHlLc', 'SyntheticPolicy', 'MaintCtrlrMaintP', 'L3extOut', 'FvIpAttrDef', 'TagAliasInst', 'DatetimePol', 'SyslogConsole', 'PlannerVrfTmpl', 'PlannerLeafTmpl', 'TopoctrlEncapBlk', 'OpflexPathAtt', 'IdentBlockIp', 'DbgAtomicCntrP', 'InfraPortBlk', 'VzCreatedBy', 'CommSsh', 'FabricSFPortS', 'QospDot1pRule', 'VzOutTerm', 'RtctrlMatchComm', 'NdPfxPol', 'InfraInfra', 'FabricSpCardPGrp', 'FabricLeafP', 'FabricLeafS', 'L1EeeP', 'FabricIPV4ProtPol', 'FvBD', 'RtmapRule', 'OspfIfP', 'SpanRsSrcToPathEp', 'SyslogSrc', 'FvAttEntityPathAtt', 'FabricSFPathS', 'FaultSevAsnP', 'L2Cons', 'SpanVDest', 'FaultSubj', 'FvRtdEpPInfoCont', 'LldpInstPol', 'ResSubj', 'VzTSubj', 'VzProvSubjLblDef', 'VsvcProvLbl', 'L4VxlanInstPolDef', 'EqptdiagpLeTsOdEcc', 'EqptdiagpSpTsHlSc', 'VnsVDev', 'BgpRttP', 'StatsThrDoubleP', 'VnsAbsTermNodeProv', 'RtmapMatchRtNh', 'CdpIfPol', 'QosDscpClassDef', 'OspfLsaLeakP', 'VmmCtrlrPDef', 'RtctrlSetNhDef', 'RtctrlSetPrefDef', 'FabricProtLink', 'VnsVGrp', 'DhcpProvLbl', 'QospDscpRule', 'VnsAbsConnection', 'MgmtInstP', 'MgmtSubnetDef', 'QosSched', 'TopoctrlLbP', 'FvInProgressUpd', 'IdentNs', 'InfraStorage', 'AaaProviderRef', 'SnmpCtxDef', 'CoppMatchProto', 'OspfLsaCtrl', 'FvAREpPBootStrap', 'RtctrlSetOspfFwdAddr', 'VnsFuncCfgInst', 'VnsSvcRelnHolder', 'SpanSpanLbl', 'MgmtInBZone', 'FabricLePortP', 'HealthSwRetP', 'AaaIDomainRef', 'VzToEPgAny', 'EqptdiagpLeTsBtSc', 'InfraAccCardPGrp', 'VnsDevCfgInst', 'CompatCtlrHw', 'EpLoopProtectP', 'CallhomeGroup', 'DhcpOption', 'RtmapSetExtComm', 'SpanSrc', 'L3extIpDef', 'VzProvCtrctLbl', 'StpEncapInstDef', 'DbgacFilter', 'SnmpClient', 'RtmapSetRtTag', 'DhcpInfraProvPDef', 'FvPolMod', 'RtctrlSetCommDef', 'LbpPol', 'DhcpInfraProvP', 'VnsAbsFuncProfGrp', 'MonInfraTarget', 'VnsAbsDevCfg', 'IsisLvlComp', 'QosCustomPol', 'RtmapMatchRegComm', 'AaaDefaultAuth', 'AaaSwRetP', 'FvPathEpDef', 'OspfSpfComp', 'Ospfv3MaxLsaP', 'EqptcapSystem', 'L3extSubnet', 'AaaIRbacRule', 'VzGraphCont', 'PkiCsyncSharedKey', 'PlannerL4L7ClusterTmpl', 'AaaLdapEp', 'TrigTest', 'StatsThrSint16P', 'PkiCsyncElement', 'OspfInterAreaRtSum', 'VnsAbsParam', 'VzDirAssDef', 'GeoFloor', 'DnsDomain', 'RtctrlSubjDef', 'HealthEvalP', 'DhcpNodeGrp', 'EqptdiagpNodeHealthPol', 'InfraAttPolicyGroup', 'IpRouteDef', 'PlannerGraphTmpl', 'PlannerL3OutTmpl', 'StatsThrFloatP', 'RtctrlMatchRtSrcDef', 'VnsLDevVip', 'PlannerVcenterTmpl', 'InfraProfileIssues', 'L3extExtEncapDef', 'Ospfv3DefRtLeakP', 'VzEpgAnyDef', 'RtmapMatchRtTag', 'SnmpGroup', 'EqptdiagpLeTsBtLc', 'FaultUpdateDelegatePayload', 'DbgacFromEpgSummary', 'SnmpCtx', 'PolUni', 'RtmapSetNh', 'IpNexthopP', 'SpanVDestDef', 'StatsExportStatusCont', 'RtmapSetRttComm', 'MonitorSource', 'L3extPolRefCont', 'EqptcapacityEntity', 'StpInstPol', 'OspfCtxDef', 'DbgACRuleIp', 'MaintMaintTrig', 'VnsAbsTermNodeCon', 'SpanSrcTargetShadowCtx', 'FvNodeAREpPUpd', 'StpMstDomPol', 'PhysDomP', 'EqptdiagpTsHlExtChFP', 'EigrpIfP', 'InfraPreProv', 'VnsEPpInfo', 'IgmpSnoopDef', 'FvEpCP', 'FvRtdEpP', 'InfraBoot', 'HealthLevelP', 'SpanSrcTargetShadowBD', 'PolDependencyExpression', 'CompatSwitchFw', 'StatsThrTriggerP', 'FvPolDeliveryStatus', 'AaaSshAuth', 'FmcastTreePol', 'OpflexVtepRefCont', 'VnsGraphIdCntnr', 'FvnsAddrInst', 'StatsThrUint16P', 'RtctrlSetRtMetric', 'L3extInstP', 'RtregcomItem', 'ConfigExportP', 'AaaRemoteUser', 'BgpInvalidRREp', 'CommPol', 'BgpInterLeakP', 'L3extLoopBackIfPDef', 'FvOoBEpP', 'FvInProgressUpdCont', 'VnsCMgmt', 'HvsExtPol', 'ConfigImportP', 'VnsLIfHintInst', 'RtctrlMatchRtTypeDef', 'CompStatsPol', 'FvExtStPathAtt', 'RtctrlLNodeP', 'BgpCtxPol', 'AaaConsoleAuth', 'NdPfxPolDef', 'CallhomeSrc', 'EqptPsgP', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'FvIfConn', 'FvIpAttr', 'VmmUsrAccP', 'QosDot1PClassDef', 'SvccoreCoreState', 'VnsVBgpDevCfg', 'StatsMonPolDefCont', 'IdentBlock32', 'GeoBuilding', 'QospBuffer', 'MgmtStNodeDef', 'AaaTacacsPlusEp', 'IpRouteP', 'SyntheticIfcTLTestObj', 'PlannerEpgTmpl', 'SyslogProf', 'HealthPolCont', 'PlannerL2OutTmpl', 'InfraConnPortBlk', 'VzConsSubjLbl', 'VnsGraphInst', 'OpflexODevRefCont', 'EqptdiagpSpTsOdSc', 'SpanVSrcGrp', 'StpUnAllocEncapCont', 'SpanSource', 'AaaRbacEpRelnHolder', 'FvnsEncapBlk', 'QosClass', 'VzConsCtrctLblDef', 'BgpRRNodePEp', 'L3extIp', 'VnsNodeInstIdCntnr', 'EigrpIfDef', 'NdIfPolDef', 'MonitorSession', 'FvEpRetPol', 'ConfigBackupStatusCont', 'FirmwareCcoSource', 'SyntheticSwTLTestObj', 'FvnsVxlanInstDef', 'InfraAccBndlSubgrp', 'IsisDomPol', 'L2extInstP', 'VnsLIfHint', 'SpanSession', 'AaaUserDomain', 'MldsnoopQuerierSt', 'OspfExtDef', 'McpIfPol', 'EqptcapPhysicalDef', 'PlannerFexTmpl', 'AaaPwdProfile', 'FvDyPathAtt', 'RtmapMatchRtType', 'PolDependentOnClass', 'EqptdiagpTsHlLeafP', 'L2extDomDef', 'VnsREPpInfo', 'AaaDomain', 'EqptdiagpBootPol', 'InfraEncap', 'BgpLocalAsnDef', 'ConfigExportJobTrig', 'FvSvcBD', 'PkiEp', 'FabricPodS', 'FvEncapDef', 'FabricPodP', 'FvEpP', 'EqptdiagpLeTsBtEcc', 'InfraHPathS', 'EigrpCtxAfPol', 'EigrpStubPol', 'IdentSubj', 'InfraNodeP', 'VnsSvcPkgSource', 'VzCtrctEPgCont', 'QospClass', 'SyslogDestState', 'FvPullREpPCont', 'FvNwIssues', 'FabricSpNodePGrp', 'RtctrlMatchRtType', 'VnsInTerm', 'MgmtEffNodeDef', 'IgmpsnoopQuerierP', 'VmmSecP', 'DbgexpTechSupDataCont', 'FvEpCPCont', 'Ospfv3SpfComp', 'EigrpGr', 'MonitorLocalDest', 'IsisLeakCtrlP', 'StatsThrUint32P', 'InfraAccPortGrp', 'L4VxlanInstPol', 'FmcastTreeEp', 'FvProtEPg', 'DnsDom', 'FaultUpdateRecordPayload', 'AaaUserData', 'OpflexIDEpRefCont', 'FabricOOServicePol', 'CoopRep', 'AcRuleMac', 'BgpCtxAfDef', 'BfdAuthP', 'RtctrlMatchRtDestDef', 'RtctrlSetRtMetricTypeDef', 'FvMacAttr', 'CallhomeProf', 'QospCong', 'ConfigImportJobTrig', 'RtctrlMatchCommDef', 'PresRegdPodCont', 'InfraGeneric', 'HealthUpdateDelegateHealthPayload', 'DbgacEpToEpg', 'VnsSvcRelnCons', 'VnsAbsFuncCfg', 'SnmpCommSecP', 'FileRemotePath', 'FvCtxConfigIssues', 'FabricIPV6ProtPol', 'AaaSecRelnHolder', 'MonFabricTarget', 'StatsThrSint64P', 'VnsOutTerm', 'NwsFwPolDef', 'SyslogFile', 'L2InstPolDef', 'AaaPreLoginBanner', 'VzAny', 'DhcpRelayP', 'VzConsCtrctLbl', 'VnsTermNodeInst', 'InfraHConnPortS', 'SpanDestGrp', 'SvccoreNodePol', 'FaultConfMoPayload', 'RbqmQuery', 'RtctrlMatchRtNhDef', 'VmmCtrlrP', 'PolResolver', 'DhcpOptionDef', 'AaaUser', 'VnsGFolder', 'FabricInfrFP', 'FirmwareFwP', 'VzAnyREpPCont', 'IdentAllocRule', 'RtctrlSetOspfNssa', 'IgmpsnoopQuerierSt', 'FvStPathAtt', 'VnsGRel', 'Ospfv3LsaCtrl', 'QosInstPol', 'RtmapEntry', 'VnsAddrInst', 'TopoctrlEntity', 'CompatCat', 'FabricNodeIdentPol', 'FabricBlacklistPol', 'FvnsVlanInstDef', 'TopoctrlShardRdnP', 'VnsDevParam', 'EqptdiagpGrpTests', 'CallhomeInvP', 'IdentBlock64', 'OspfMaxLsaP', 'InfraAccBndlGrp', 'CommHttp', 'FvEpRetDef', 'RtextcomItem', 'BgpExtDef', 'FvnsEncapBlkDef', 'VnsCtrlrMgmtPol', 'CoppClass', 'FabricSpPortP', 'EqptdiagpSpTsOdScc', 'DbgexpTechSupP', 'CompatFvSw', 'VzAnyREpPCtrct', 'L3extRouteTagPol', 'FabricLeNodePGrp', 'L3extDomDef', 'SpanVDestGrp', 'FaultCtrlrRetP', 'DhcpEp', 'MgmtOoBZone', 'SpanVEpgSummary', 'EqptdiagpTsHlExtChHP', 'EqptdiagpSpTsBtScc', 'SnmpSrc', 'PkiWebTokenData', 'VzSubjDef', 'FaultProcessFaultPayload', 'EqptdiagpTsBtExtChFP', 'DbgacEpToAny', 'LldpIfPolDef', 'AaaRadiusEp', 'InfraImage', 'DbgRelnHolder', 'RtctrlSetPref', 'EqptdiagpSpTsHlScc', 'EigrpExtP', 'TagAliasDef', 'VnsAbsGraph', 'IsisRtSum', 'InfraLeafS', 'StatsExportJob', 'EqptdiagOnDRule', 'FabricOosPathIssues', 'BgpGr', 'L3extMember', 'MaintMaintGrp', 'NdRaSubnetDef', 'MgmtNodeGrp', 'DbgexpTechSupOnD', 'SnmpConfIssues', 'IsisIntraLeakP', 'VnsCFolder', 'TraceroutepTrEpExt', 'VnsFltInst', 'SpanVSrcGrpDef', 'FvREpPCtrct', 'EqptdiagpTsOdLeafP', 'FvStorageIssues', 'AaaTacacsPlusProviderGroup', 'FabricMACProtPol', 'FvPostponedUpdCont', 'InfraPEPg', 'OspfLeakCtrlP', 'PresResolver', 'DbgacEpgToIp', 'FvREpPCont', 'MgmtExtMgmtEntity', 'BgpRtCtrlP', 'VnsGrpCfgInst', 'DatetimeFormat', 'MonFabricPol', 'EigrpSummPol', 'EqptdiagpTsBtExtChHP', 'AaaLdapProvider', 'VnsDevFolder', 'PolResCont', 'VnsAbsGrpCfg', 'SpanSrcTargetShadow', 'StatsThrSByteP', 'VnsAbsFuncProf', 'VzTabooDef', 'RtpfxRule', 'EqptdiagpSpTsOdLc', 'QosQueue', 'FvCCg', 'CdpIfPolDef', 'StatsReportable', 'PkiTP', 'SnmpInst', 'ActrlSnmpRule', 'PlannerContractTmpl', 'FmcastNumTree', 'SnmpClientGrpP', 'SpanFabSource', 'EqptEntity', 'FabricPodBlk', 'RtmapSetOspfNssa', 'VzBrCP', 'VzProvLbl', 'StpIfPolDef', 'RtctrlSetComm', 'DhcpLblDef', 'InfraCEPg', 'RtctrlMatchRtNh', 'VnsVDevDomainRefCont', 'FabricLFPortS', 'NdIfPol', 'RtctrlAttrDef', 'VnsLIfCtx', 'L2EpRetPol', 'RbqmUseCaseGroup', 'FabricExtPol', 'ConfigSubJob', 'SnmpUserSecP', 'FvSubnet', 'InfraNode', 'RtextcomEntry', 'FvEncap', 'InfraConnFexBlk', 'VnsLDevIf', 'IsisGr', 'CompatLfFilter', 'MgmtNodeDef', 'CtrlrInst', 'HealthPol', 'DatetimeNtpAuthKey', 'AaaRole', 'FvRemotePolHolder', 'VnsEPgDef', 'FabricVpcConsumer', 'MockCounter', 'L2extDomP', 'MaintMaintP', 'SyslogLogMsg', 'StpIfPol', 'L2extLNodePDef', 'PolDefRelnHolder', 'GeoRack', 'SyntheticSwCTestObj', 'IsisInterLeakP', 'EigrpDefRtLeakP', 'FabricProtChainP', 'RtregcomEntry', 'AaaLdapProviderGroup', 'ActrlRule', 'HealthCtrlrRetP', 'CompatLcFw', 'Ipv4Route', 'FvCtx', 'ActrlPfxEntry', 'FirmwareRepoP', 'RtctrlMatchRtDest', 'DatetimeClkPol', 'CompatCompFilter', 'FvCrtrn', 'FabricNodePEp', 'PolDependentOn', 'VnsChassis', 'PolConsumer', 'VzGraphDef', 'L3extLIfPDef', 'DhcpConsLbl', 'VzEntry', 'FvCrtrnDef', 'RtmapMatchRtSrc', 'PlannerTenantTmpl', 'RtmapSetPref', 'DbgacEpToExt', 'EdrEventP', 'VnsConnectionInst', 'RtmapSetOspfFwdAddr', 'DhcpGwDef', 'VnsCRel', 'FaultUpdateTcaFaultMaskPayload', 'BgpLocalAsnP', 'FvAEPg', 'StatsThrSint32P', 'EigrpSumm', 'MonitorERDest', 'FabricCtrlrS', 'VnsLDevCtx', 'FvImplSubnet', 'FabricCtrlrP', 'VnsDevMgr', 'FaultRelnHolder', 'EqptdiagpLeTsOdLc', 'StatsHierColl', 'VzSubj', 'EigrpRtCtrlP', 'SpanSrcGrpDef', 'OspfGr', 'FirmwareCtrlrFwP', 'MonInfraPol', 'EqptdiagRule', 'Ospfv3LeakCtrlP', 'StatsDestP', 'BgpPeerPfxPol', 'EventSwRetP', 'InfraProvP', 'TraceroutepTrEp', 'StpDomFabEncap', 'VnsSDEPpInfo', 'MonEPGTarget', 'VnsBDDef', 'VnsParamInst', 'FirmwareInternalSource', 'FvnsUcastAddrBlk', 'BgpCtxAfPol', 'InfraHPortS', 'FabricProtPol', 'BgpExtP', 'OspfAuthP', 'InfraNsIssues', 'FvConnInstrPol', 'EigrpIfPol', 'FvUnkMacUcastActMod', 'RtctrlSetNh', 'DhcpCRelPg', 'VnsGParam', 'InfraFexP', 'CoopPol', 'InfraIfLblDef', 'MgmtMgmtP', 'VzRFltE', 'RtmapSetWeight', 'VnsRtrCfg', 'EqptdiagpTsOdFabP', 'FabricLeCardS', 'FabricLeCardP', 'VzAnyDef', 'VzRFltP', 'MgmtInstPDef', 'PolDependencyCont', 'FvVmAttrDef', 'FabricSpineP', 'FabricSpineS', 'EigrpSummDef', 'TagDef', 'FvBDConfigIssues', 'FvEpTaskAggrCont', 'DbgexpTechSupTrig', 'FvMacAttrDef', 'EqptdiagpLeTsHlSc', 'InfraNodeBlk', 'PkiExportEncryptionKeyRelnHolder', 'PlannerSpineTmpl', 'DbgDebugP', 'FabricSelectorIssues', 'Ipv6Route', 'VzConsLblDef', 'RtmapSetRtDist', 'CallhomeInvTrig', 'VnsAbsNode', 'StatsExportP', 'TrigMeta', 'FvnsMcastAddrBlkDef', 'ResUSubj', 'FaultSwRetP', 'AaaUserCert', 'FvRtdEpPInfoHolder', 'FvnsMcastAddrBlk', 'TrigSchedP', 'SyslogSystemMsgP', 'L3extExtEncapAllocator', 'CompatVSwitchFw', 'ConditionNodePolGrp', 'AaaDomainAuth', 'MgmtInB', 'VnsStsVNode', 'SpanSrcGrp', 'IpNexthopDef', 'VzFromEPg', 'VnsVNodeDef', 'FvTenant', 'AaaRadiusProviderGroup', 'FvnsMcastAddrInstP', 'PolDependencyState', 'RtctrlMatchRtSrc', 'VzFltTaskAggrCont', 'FvEpPCont', 'CallhomeDest', 'FabricDecommission', 'VnsDevHealth', 'DatetimeNtpProvider', 'DbgacFromEpSummary', 'IdentBlock16', 'VzERFltP', 'FabricCtrlrPGrp', 'SyslogGroup', 'MockMockSession', 'ActrlMgmtRule', 'FvBDPublicSubnetHolder', 'InfraClusterPol', 'EqptdiagpSpTsOdFc', 'FvCompIssues', 'AaaLoginDomain', 'OspfDefRtLeakP', 'DhcpProvDhcp', 'InfraCardS', 'AaaFactoryRole', 'FvProtoAttr', 'SpanVDestGrpDef', 'StpAllocEncapCont', 'VzConsDef', 'QosBuffer', 'StpUnAllocEncapBlkDef', 'FabricSpCardS', 'FabricSpCardP', 'L3extOutDef', 'DbgexpTechSupData', 'VmmDomPDef', 'BgpInstPol', 'VnsSHEPpInfo', 'ActrlScope', 'RtctrlCtxP', 'CallhomeInvTask', 'InfraEncapDef', 'TagAliasDelInst', 'L3extSubnetDef', 'L3extOutRef', 'VnsLegVNode', 'ConfigJob', 'VzInTerm', 'EigrpStubP', 'MaintCatMaintP', 'L3extLNodePDef', 'DhcpProvAddrDef', 'InfraAccNodePGrp', 'OspfExtRtSum', 'EventProcessEventLogPayload', 'FabricDecommissionJob', 'PkiDebugPluginChallenge', 'ActrlEntry', 'DbgacFilterSummary', 'OspfCtxPol', 'VzTaboo', 'BgpDefRtLeakP', 'SnmpClientP', 'AaaRbacEp', 'Ospfv3InterLeakP', 'MonCommonPol', 'AaaDomainRef', 'FvRInfoHolder', 'CoopRepP', 'VzProvLblDef', 'QospQueue', 'L3extMemberDef', 'TopoctrlVirtDom', 'VzCtrctEntityDef', 'MldsnoopQuerierP', 'McpInstPol', 'RtpfxEntry', 'FvnsMcastAddrInstDef', 'Ospfv3Gr', 'FvAccP', 'DhcpOptionPol', 'PlannerConfigTmpl', 'L3extInstPDef', 'VzConsLbl', 'DhcpLbl', 'DbgexpCoreP', 'InfraAccPortP', 'L2IfPol', 'EqptdiagpLeTsHlEcc', 'OpflexEpPDIDEpRefCont', 'VsvcConsLbl', 'L3extLNodeP', 'CompatSwitchHw', 'StpEncapSegIdPair', 'DbgacToEpSummary', 'SpanLDestination', 'FabricLeCardPGrp', 'MonEPGPol', 'InfraConnNodeS', 'VnsFolderInst', 'Ospfv3InterAreaRtSum', 'HealthLevelsP', 'FvEpCont', 'CompatFexHw', 'OspfCtxDefAf', 'PresRegdNode', 'RbqmStage', 'SpanSpanLblDef', 'FvAEPgCont', 'InfraConnNodeBlk', 'FvCtxDef', 'AaaRbacRule', 'TopoctrlLoopProtectP', 'BgpRRP', 'AaaDomainRolesTuple', 'VnsVBgpVEncapAsc', 'CompatCtlrFw', 'EqptdiagpPortHealthPol', 'HealthUpdateDelegateWeightPayload', 'Ipv4NexthopStub', 'InfraConnFexS', 'AaaKeyringRelnHolder', 'DbgacExtToEp', 'QosDscpClass', 'SnmpTrapDest', 'SysmgrpCores', 'SpanEpgSummary', 'RtregcomRule', 'L2extLIfPDef', 'FirmwareOSource', 'MockMockRoot', 'VzProvDef', 'AcRuleArp', 'NdRaSubnet', 'DbgacAnyToEp', 'VpcInstPol', 'RtctrlSetTag', 'L3extLIfP', 'L2extOut', 'L3extLoopBackIfP', 'RtctrlScope', 'OspfInterLeakP', 'VnsNodeInstDef', 'VnsSvcGraphVersion', 'BgpAsDef', 'RtmapSetMetric', 'SnmpCommunityP', 'StpAllocEncapBlkDef', 'DbgacToEpgSummary', 'VpcKAPol', 'EqptdiagpSpTsHlFc', 'RtmapSetMetricType', 'SpanTaskParam', 'FvBDSubnet', 'InfraAccCardP', 'VnsCParam', 'EqptdiagpSpTsBtFc', 'IsisDefRtLeakP', 'DbgacEpgToEpg', 'FvAp', 'TagInst', 'MgmtSubnet', 'StpMstRegionPol', 'FvExtLocaleCont', 'FabricChainCtxP', 'TopoctrlShardChP', 'VnsAbsFuncProfContr', 'DbgacEpgToEp', 'StatsShardExportSubJob', 'VnsAbsFuncConn', 'VmmDomP', 'PkiKeyRing', 'VnsCDev', 'PresRelnHolder', 'CommTelnet', 'SnmpUserP', 'InfraAttEntityP', 'AaaUserRole', 'FvBrEpP', 'VzCollectionDef', 'InfraClP', 'InfraSelectorIssues', 'FabricHIfPol', 'GeoRoom', 'SpanDest', 'VzToEPg', 'L3extException', 'SpanVSrc', 'FaultLcP', 'DnsProfile', 'FvInstPEpP', 'RtctrlProfile', 'L3extDomP', 'RtctrlSetRtMetricDef', 'FabricPortBlk', 'AcRuleIp', 'MaintMaintPOnD', 'StatsColl', 'DbgacEpToEp', 'LacpIfPol', 'L3extRouteTagDef', 'TraceroutepTrNode', 'LldpIfPol', 'SnmpCtxP', 'VzProvSubjLbl', 'VzAllocateSharedService', 'RtctrlSubjP', 'FvSvcEpP', 'InfraFuncP', 'RtmapMatchRtPervasive', 'SpanERDestination', 'SyslogRemoteDest', 'FirmwareFwGrp', 'DnsProv', 'AaaRadiusProvider', 'QospSched', 'VnsCfgRelInst', 'TopoctrlVxlanP', 'SnmpPol', 'PsuInstPol', 'InfraAccBndlPolGrp', 'DnsProf', 'DbgacTenantSpaceCmnDef', 'PlannerBdTmpl', 'EqptConsoleP', 'InfraMgmt', 'EigrpCtxAfDef', 'VnsCIf', 'InfraProvAcc', 'StormctrlIfPol', 'FabricLePortPGrp', 'EqptdiagpSpTsHlLc', 'EqptdiagpTsBtFabP', 'DhcpPRelPg', 'FabricNodeBlk', 'TrigSched', 'FabricLFPathS', 'GeoSite', 'QosCong', 'FvExtPathEpDef', 'VnsAbsCfgRel', 'FmcastNodePEp', 'AaaAuthRealm', 'RtmapMatchRtDst', 'EqptdiagpLeTsOdSc', 'QosDot1PClass', 'FvBDDef', 'CallhomeDestState', 'CompatFexFw', 'StatsThrUint64P', 'EigrpExtDef', 'DnsProvider', 'DbgacIpToEpg', 'VnsAbsTermConn', 'RtctrlSetTagDef', 'EventSevAsnP', 'VnsAbsFolder', 'EqptdiagpTsHlFabP', 'SpanVEpgSummaryDef', 'BgpAsP', 'VnsFuncConnInst', 'OspfExtP', 'RbqmTarget', 'FvAREpPUpd', 'FirmwareCatFwP', 'RtextcomRule', 'FvBDHolder', 'PresRegdPod', 'FabricPodPGrp', 'InfraFexBndlGrp', 'VnsTermConnInst', 'FvProtoAttrDef', 'InfraNodeLblDef', 'SyslogFacilityFilter', 'DnsLblDef', 'FabricRsOosPath', 'VnsVOspfVEncapAsc', 'SyntheticLocalPol', 'DatetimeConfIssues', 'VnsVOspfDevCfg', 'QospIpRule', 'RtctrlSetOspfNssaDef', 'EqptdiagpSpTsBtSc']
|
252
|
+
@containers = ['AaaCtrlrRetP', 'RtmapSetRegComm', 'VzConsSubjLblDef', 'EqptcapSfpMfgDef', 'EqptSlotP', 'CdpInstPol', 'RtmapMatchExtComm', 'VnsVConn', 'CommHttps', 'FabricNodeIdentP', 'BgpCtxDef', 'VzOOBBrCP', 'FabricSecRelnHolder', 'PlannerCont', 'Ipv4Nexthop', 'NwsFwPol', 'FvVmAttr', 'SpanSpanProv', 'SpanVSrcDef', 'SnmpClientGrp', 'L2InstPol', 'ConfigJobCont', 'VnsLDevHint', 'EventCtrlrRetP', 'IgmpSnoopPol', 'HvsEncap', 'LacpLagPol', 'L2MacCktEp', 'VmmProvP', 'FvInBEpP', 'SvccoreCtrlrPol', 'TroubleshootSessionTrigger', 'VzProvCtrctLblDef', 'EdrErrDisRecoverPol', 'FvEpRetPol', 'CallhomeSmtpServer', 'OspfIfPol', 'VnsDevScript', 'RtctrlLNodePDef', 'PolResPolCont', 'VnsCtrlrEp', 'FabricSpPortPGrp', 'LacpLagPolDef', 'SpanVSpanProv', 'StatsThrUByteP', 'Ipv6NexthopStub', 'FrmwrkReliableDeliveryResp', 'PkiFabricCommunicationEp', 'RtctrlSetOspfFwdAddrDef', 'VnsVFunc', 'OspfIfP', 'RtctrlSetRtMetricType', 'BgpPeerP', 'PkiCsyncPolicy', 'FvAppEpGRef', 'AaaUserEp', 'TopoctrlEndpointControlP', 'VnsAbsFuncProfContr', 'VzIntDef', 'InfraIpP', 'RtctrlAttrP', 'CompatLcHw', 'QosCustomPolDef', 'FvPostponedUpd', 'FvnsVxlanInstP', 'ActrlFlt', 'SpanSpanLbl', 'BgpMaxPfxP', 'EqptcapMfgDef', 'SpanRsDestPathEp', 'Ospfv3ExtRtSum', 'AaaFabricNodeRelnHolder', 'RtmapSetRtTag', 'OspfIfDef', 'DbgexpTechSupCollect', 'Ipv6Nexthop', 'PresResolverDef', 'CoopNodePEp', 'FvPullRecover', 'ConfigImportIdP', 'L2extLIfP', 'MockStats', 'InfraNodeDef', 'OpflexCrtrnDefRef', 'L2extLNodeP', 'VnsNodeInst', 'DnsLbl', 'MgmtOoB', 'Ospfv3LsaLeakP', 'BgpPeerDef', 'DbgOngoingAcMode', 'PlannerFexTmpl', 'EigrpInterLeakP', 'VzCPIf', 'DatetimeNtpProv', 'EqptdiagpTsBtLeafP', 'EigrpStubDef', 'FabricInst', 'EqptdiagpCardHealthPol', 'FabricFuncP', 'SyntheticIfcCTestObj', 'IsisMeshGrp', 'QosDscpClass', 'SpanSrcDef', 'DatetimeNtpAuth', 'EqptdiagpLeTsHlLc', 'SyntheticPolicy', 'DbgexpTSVmmTask', 'L3extOut', 'FvIpAttrDef', 'TagAliasInst', 'DatetimePol', 'ConfigSnapshotMgrJobTrig', 'VnsSvcVip', 'MonMonObjDn', 'SyslogConsole', 'PlannerVrfTmpl', 'PlannerLeafTmpl', 'TopoctrlEncapBlk', 'OpflexPathAtt', 'FcprPostponedRequest', 'IdentBlockIp', 'DbgAtomicCntrP', 'InfraPortBlk', 'VzCreatedBy', 'CommSsh', 'VnsSvcVipDef', 'FabricSFPortS', 'RtmapSetPref', 'QospDot1pRule', 'VzOutTerm', 'RtctrlMatchComm', 'NdPfxPol', 'StpMstDomPol', 'InfraInfra', 'FabricSpCardPGrp', 'FabricLeafP', 'FabricLeafS', 'L1EeeP', 'FabricIPV4ProtPol', 'FvBD', 'RtmapRule', 'InfraFexP', 'NwsSyslogSrc', 'SyslogSrc', 'FvAttEntityPathAtt', 'FabricSFPathS', 'FaultSevAsnP', 'L2Cons', 'SpanVDest', 'FaultSubj', 'FvRtdEpPInfoCont', 'LldpInstPol', 'ResSubj', 'VzTSubj', 'VzProvSubjLblDef', 'VsvcProvLbl', 'L4VxlanInstPolDef', 'EqptdiagpLeTsOdEcc', 'EqptdiagpSpTsHlSc', 'VnsVDev', 'BgpRttP', 'StatsThrDoubleP', 'VnsAbsTermNodeProv', 'InfraPodP', 'CdpIfPol', 'QosDscpClassDef', 'OspfLsaLeakP', 'VmmCtrlrPDef', 'RtctrlSetNhDef', 'RtctrlSetPrefDef', 'FabricProtLink', 'VnsVGrp', 'DhcpProvLbl', 'QospDscpRule', 'VnsAbsConnection', 'MgmtInstP', 'MgmtSubnetDef', 'QosSched', 'SnmpCtxP', 'TopoctrlLbP', 'FvInProgressUpd', 'IdentNs', 'InfraStorage', 'AaaProviderRef', 'SnmpCtxDef', 'CoppMatchProto', 'L3extCtxExtEncapAllocator', 'OspfLsaCtrl', 'FvAREpPBootStrap', 'IgmpsnoopQuerierSt', 'VnsFuncCfgInst', 'VnsSvcRelnHolder', 'DbgexpTSDomain', 'MgmtInBZone', 'FabricLePortP', 'HealthSwRetP', 'AaaIDomainRef', 'VzToEPgAny', 'EqptdiagpLeTsBtSc', 'InfraAccCardPGrp', 'VnsDevCfgInst', 'CompatCtlrHw', 'EpLoopProtectP', 'CallhomeGroup', 'DhcpOption', 'L3IpCktEp', 'RecoveryReconcileConfigP', 'RtmapSetExtComm', 'SpanSrc', 'L3extIpDef', 'VzProvCtrctLbl', 'StpEncapInstDef', 'DbgacFilter', 'SnmpClient', 'FvEpPCtrctInfo', 'DhcpInfraProvPDef', 'FvPolMod', 'RtctrlSetCommDef', 'LbpPol', 'VnsSvcPkgSource', 'DhcpInfraProvP', 'VnsAbsFuncProfGrp', 'MonInfraTarget', 'VnsAbsDevCfg', 'IsisLvlComp', 'QosCustomPol', 'RtmapMatchRegComm', 'AaaDefaultAuth', 'AaaSwRetP', 'FvPathEpDef', 'OspfSpfComp', 'Ospfv3MaxLsaP', 'VzERFltP', 'EqptcapSystem', 'L3extSubnet', 'AaaIRbacRule', 'VzGraphCont', 'PkiCsyncSharedKey', 'PlannerL4L7ClusterTmpl', 'AaaLdapEp', 'TrigTest', 'StatsThrSint16P', 'PkiCsyncElement', 'OspfInterAreaRtSum', 'VnsAbsParam', 'VzDirAssDef', 'GeoFloor', 'DnsDomain', 'RtctrlSubjDef', 'HealthEvalP', 'DhcpNodeGrp', 'EqptdiagpNodeHealthPol', 'InfraAttPolicyGroup', 'VnsFWReq', 'IpRouteDef', 'PlannerGraphTmpl', 'PlannerL3OutTmpl', 'StatsThrFloatP', 'RtctrlMatchRtSrcDef', 'VnsLDevVip', 'PlannerVcenterTmpl', 'InfraProfileIssues', 'L3extExtEncapDef', 'ConfigRollbackP', 'ThrottlerPostponed', 'Ospfv3DefRtLeakP', 'L3extRequestedBy', 'RtmapMatchRtTag', 'SnmpGroup', 'EqptdiagpLeTsBtLc', 'FaultUpdateDelegatePayload', 'DbgacFromEpgSummary', 'SnmpCtx', 'PolUni', 'RtmapSetNh', 'IpNexthopP', 'SpanVDestDef', 'OpflexIpAttrDefRef', 'RtmapSetRttComm', 'FvVipDef', 'L3extPolRefCont', 'EqptcapacityEntity', 'StpInstPol', 'OspfCtxDef', 'PlannerSpineTmpl', 'DbgACRuleIp', 'MaintMaintTrig', 'UiSettings', 'MgmtPodGrp', 'VnsAbsTermNodeCon', 'SpanSrcTargetShadowCtx', 'FvNodeAREpPUpd', 'FvAREpPRequestorCont', 'PhysDomP', 'EqptdiagpTsHlExtChFP', 'EigrpIfP', 'InfraPreProv', 'VnsEPpInfo', 'IgmpSnoopDef', 'FvEpCP', 'FvRtdEpP', 'InfraBoot', 'HealthLevelP', 'ThrottlerNodeCont', 'SpanSrcTargetShadowBD', 'PolDependencyExpression', 'CompatSwitchFw', 'StatsThrTriggerP', 'FvPolDeliveryStatus', 'AaaSshAuth', 'FmcastTreePol', 'OpflexVtepRefCont', 'VnsGraphIdCntnr', 'FvnsAddrInst', 'StatsThrUint16P', 'RtctrlSetRtMetric', 'L3extInstP', 'RtregcomItem', 'ConfigExportP', 'AaaRemoteUser', 'BgpInvalidRREp', 'DbgexpTSTaskCont', 'CommPol', 'BgpInterLeakP', 'L3extLoopBackIfPDef', 'FvOoBEpP', 'FvInProgressUpdCont', 'L3extCtxUpdater', 'HvsExtPol', 'ConfigImportP', 'VnsLIfHintInst', 'RtctrlMatchRtTypeDef', 'CompStatsPol', 'FvExtStPathAtt', 'RtctrlLNodeP', 'BgpCtxPol', 'AaaConsoleAuth', 'NdPfxPolDef', 'CallhomeSrc', 'EqptPsgP', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'FvIfConn', 'FvIpAttr', 'VmmUsrAccP', 'QosDot1PClassDef', 'SvccoreCoreState', 'VnsVBgpDevCfg', 'StatsMonPolDefCont', 'IdentBlock32', 'GeoBuilding', 'QospBuffer', 'MgmtStNodeDef', 'AaaTacacsPlusEp', 'MgmtSubnet', 'IpRouteP', 'SyntheticIfcTLTestObj', 'OpflexScopeCont', 'SyslogProf', 'HealthPolCont', 'PlannerL2OutTmpl', 'InfraConnPortBlk', 'VzConsSubjLbl', 'VnsGraphInst', 'OpflexODevRefCont', 'EqptdiagpSpTsOdSc', 'SpanVSrcGrp', 'StpUnAllocEncapCont', 'SpanSource', 'AaaRbacEpRelnHolder', 'FvnsEncapBlk', 'QosClass', 'VzConsCtrctLblDef', 'BgpRRNodePEp', 'L3extIp', 'VnsNodeInstIdCntnr', 'EigrpIfDef', 'NdIfPolDef', 'MonitorSession', 'DhcpPodGrp', 'ConfigBackupStatusCont', 'FirmwareCcoSource', 'SyntheticSwTLTestObj', 'FvnsVxlanInstDef', 'ThrottlerPostponedCont', 'InfraAccBndlSubgrp', 'IsisDomPol', 'L2extInstP', 'VnsLIfHint', 'SpanSession', 'AaaUserDomain', 'MldsnoopQuerierSt', 'OspfExtDef', 'McpIfPol', 'EqptcapPhysicalDef', 'AaaPwdProfile', 'FvDyPathAtt', 'TroubleshootSession', 'RtmapMatchRtType', 'PolDependentOnClass', 'EqptdiagpTsHlLeafP', 'L2extDomDef', 'VnsREPpInfo', 'AaaDomain', 'EqptdiagpBootPol', 'InfraEncap', 'BgpLocalAsnDef', 'ConfigExportJobTrig', 'FvSvcBD', 'PkiEp', 'FabricPodS', 'FvEncapDef', 'FabricPodP', 'FvEpP', 'EqptdiagpLeTsBtEcc', 'InfraHPathS', 'EigrpCtxAfPol', 'EigrpStubPol', 'IdentSubj', 'InfraNodeP', 'FvAppEpGPol', 'VzCtrctEPgCont', 'QospClass', 'SyslogDestState', 'FvPullREpPCont', 'FvNwIssues', 'FabricSpNodePGrp', 'RtctrlMatchRtType', 'VnsInTerm', 'MgmtEffNodeDef', 'IgmpsnoopQuerierP', 'VnsStsVNode', 'VmmSecP', 'DbgexpTechSupDataCont', 'FvEpCPCont', 'Ospfv3SpfComp', 'EigrpGr', 'MonitorLocalDest', 'IsisLeakCtrlP', 'FvnsVlanInstDef', 'StatsThrUint32P', 'InfraAccPortGrp', 'L4VxlanInstPol', 'FmcastTreeEp', 'FvProtEPg', 'DnsDom', 'FaultUpdateRecordPayload', 'AaaUserData', 'OpflexIDEpRefCont', 'FabricOOServicePol', 'CoopRep', 'FvVip', 'AcRuleMac', 'VnsLDevIf', 'BgpCtxAfDef', 'BfdAuthP', 'RtctrlMatchRtDestDef', 'RtctrlSetRtMetricTypeDef', 'FvMacAttr', 'CallhomeProf', 'PkiExportEncryptionKey', 'ConfigImportJobTrig', 'RtctrlMatchCommDef', 'PresRegdPodCont', 'EqptdiagpSpTsBtLc', 'InfraGeneric', 'HealthUpdateDelegateHealthPayload', 'DbgacEpToEpg', 'VnsSvcRelnCons', 'StatsExportStatusCont', 'VnsAbsFuncCfg', 'SnmpCommSecP', 'MonitorSource', 'FileRemotePath', 'MaintPodMaintGrp', 'FvCtxConfigIssues', 'FabricIPV6ProtPol', 'RtmapSetOspfNssa', 'AaaSecRelnHolder', 'MonFabricTarget', 'StatsThrSint64P', 'VnsOutTerm', 'NwsFwPolDef', 'SyslogFile', 'L2InstPolDef', 'AaaPreLoginBanner', 'VzAny', 'DhcpRelayP', 'FirmwareFwGrp', 'VnsTermNodeInst', 'InfraHConnPortS', 'SpanDestGrp', 'SvccoreNodePol', 'FaultConfMoPayload', 'RtctrlMatchRtNhDef', 'VmmCtrlrP', 'PolResolver', 'DhcpOptionDef', 'DbgacIpToIp', 'FirmwarePodFwGrp', 'FabricInfrFP', 'FirmwareFwP', 'SpanRsSrcToPathEp', 'VzAnyREpPCont', 'IdentAllocRule', 'RtctrlSetOspfNssa', 'EigrpRtSum', 'OpflexIDEpScope', 'FvSCrtrn', 'VnsGRel', 'Ospfv3LsaCtrl', 'QosInstPol', 'RtmapEntry', 'VnsAddrInst', 'TopoctrlEntity', 'AaaIPRbacRule', 'FvShardedAREpPUpd', 'CompatCat', 'FabricNodeIdentPol', 'VnsAbsFuncProf', 'FabricBlacklistPol', 'BgpRtSum', 'TopoctrlShardRdnP', 'VnsDevParam', 'EqptdiagpGrpTests', 'CallhomeInvP', 'IdentBlock64', 'OspfMaxLsaP', 'InfraAccBndlGrp', 'CommHttp', 'FvEpRetDef', 'RtextcomItem', 'BgpExtDef', 'InfraNode', 'FvnsEncapBlkDef', 'SyslogGroup', 'VnsCtrlrMgmtPol', 'CoppClass', 'FabricSpPortP', 'EqptdiagpSpTsOdScc', 'DbgexpTechSupP', 'CompatFvSw', 'VzAnyREpPCtrct', 'L3extRouteTagPol', 'FabricLeNodePGrp', 'L3extDomDef', 'SpanVDestGrp', 'FaultCtrlrRetP', 'DhcpEp', 'MgmtOoBZone', 'SpanVEpgSummary', 'EqptdiagpTsHlExtChHP', 'EqptdiagpSpTsBtScc', 'SnmpSrc', 'PkiWebTokenData', 'VzSubjDef', 'FaultProcessFaultPayload', 'EqptdiagpTsBtExtChFP', 'DbgacEpToAny', 'LldpIfPolDef', 'AaaRadiusEp', 'InfraImage', 'DbgRelnHolder', 'FcprConsumer', 'EqptdiagpSpTsHlScc', 'L3extEncapRequestor', 'FvAppCtxRefCont', 'EigrpExtP', 'TagAliasDef', 'VnsAbsGraph', 'IsisRtSum', 'InfraLeafS', 'StatsExportJob', 'EqptdiagOnDRule', 'FabricOosPathIssues', 'BgpGr', 'L3extMember', 'MaintMaintGrp', 'NdRaSubnetDef', 'MgmtNodeGrp', 'GeoRow', 'SnmpConfIssues', 'IsisIntraLeakP', 'VnsCFolder', 'TraceroutepTrEpExt', 'VnsFltInst', 'SpanVSrcGrpDef', 'FvREpPCtrct', 'EqptdiagpTsOdLeafP', 'ThrottlerInProgress', 'FvStorageIssues', 'AaaTacacsPlusProviderGroup', 'FabricMACProtPol', 'FvPostponedUpdCont', 'InfraPEPg', 'OspfLeakCtrlP', 'PresResolver', 'DbgacEpgToIp', 'FvREpPCont', 'MgmtExtMgmtEntity', 'FvUtilizedCtrct', 'BgpRtCtrlP', 'VnsGrpCfgInst', 'DatetimeFormat', 'MonFabricPol', 'EigrpSummPol', 'EqptdiagpTsBtExtChHP', 'AaaLdapProvider', 'EpControlP', 'PolResCont', 'VnsCfgRelInst', 'VnsAbsGrpCfg', 'SpanSrcTargetShadow', 'StatsThrSByteP', 'UiSettingsCont', 'VzTabooDef', 'RtpfxRule', 'EqptdiagpSpTsOdLc', 'QosQueue', 'FvCCg', 'CdpIfPolDef', 'StatsReportable', 'PkiTP', 'SnmpInst', 'ActrlSnmpRule', 'PlannerContractTmpl', 'FmcastNumTree', 'SnmpClientGrpP', 'SpanFabSource', 'EqptEntity', 'VpcKAPol', 'FabricPodBlk', 'MaintCtrlrMaintP', 'VzBrCP', 'VzProvLbl', 'StpIfPolDef', 'RtctrlSetComm', 'DhcpLblDef', 'InfraCEPg', 'RtctrlMatchRtNh', 'VnsVDevDomainRefCont', 'FabricLFPortS', 'NdIfPol', 'RtctrlAttrDef', 'VnsLIfCtx', 'L2EpRetPol', 'FabricExtPol', 'ConfigSubJob', 'SnmpUserSecP', 'FvSubnet', 'FabricNodeIdentPolRelnHolder', 'RtextcomEntry', 'FvEncap', 'InfraConnFexBlk', 'L3Cons', 'AaaUser', 'CompatLfFilter', 'MgmtNodeDef', 'CtrlrInst', 'InfraPodBlk', 'HealthPol', 'DatetimeNtpAuthKey', 'AaaRole', 'FvRemotePolHolder', 'VnsEPgDef', 'FabricVpcConsumer', 'MockCounter', 'L2extDomP', 'MaintMaintP', 'SyslogLogMsg', 'StpIfPol', 'L2extLNodePDef', 'PolDefRelnHolder', 'GeoRack', 'SyntheticSwCTestObj', 'DbgexpTSVmmRslt', 'EigrpDefRtLeakP', 'FabricProtChainP', 'RtregcomEntry', 'AaaLdapProviderGroup', 'ActrlRule', 'FcprHolder', 'HealthCtrlrRetP', 'CompatLcFw', 'Ipv4Route', 'FvCtx', 'ActrlPfxEntry', 'FirmwareRepoP', 'RtctrlMatchRtDest', 'DatetimeClkPol', 'CompatCompFilter', 'FvCrtrn', 'FabricNodePEp', 'PolDependentOn', 'VnsChassis', 'FabricCtrlrIdentP', 'PolConsumer', 'VzGraphDef', 'L3extLIfPDef', 'DhcpConsLbl', 'RtctrlConsSubjDefCont', 'FvCrtrnDef', 'VnsGFolder', 'RtmapMatchRtSrc', 'PlannerTenantTmpl', 'IsisInterLeakP', 'DbgacEpToExt', 'EdrEventP', 'VnsConnectionInst', 'RtmapSetOspfFwdAddr', 'DhcpGwDef', 'VnsCRel', 'OpflexIDEpScopeCont', 'FaultUpdateTcaFaultMaskPayload', 'BgpLocalAsnP', 'AaaKeyringRelnHolder', 'ConfigSnapshotMgrP', 'StatsThrSint32P', 'FvStPathAtt', 'FabricCtrlrS', 'VnsLDevCtx', 'FvImplSubnet', 'FabricCtrlrP', 'VnsDevMgr', 'FaultRelnHolder', 'EqptdiagpLeTsOdLc', 'StatsHierColl', 'VzSubj', 'EigrpRtCtrlP', 'SpanSrcGrpDef', 'OspfGr', 'FirmwareCtrlrFwP', 'MonInfraPol', 'EqptdiagRule', 'Ospfv3LeakCtrlP', 'L3extCtxRef', 'BgpPeerPfxPol', 'EventSwRetP', 'InfraProvP', 'TraceroutepTrEp', 'StpDomFabEncap', 'VnsSDEPpInfo', 'VnsLegVNode', 'MonEPGTarget', 'VnsBDDef', 'RtctrlSetOspfFwdAddr', 'FirmwareInternalSource', 'FvnsUcastAddrBlk', 'BgpCtxAfPol', 'InfraHPortS', 'FabricProtPol', 'BgpExtP', 'OspfAuthP', 'InfraNsIssues', 'FvConnInstrPol', 'EigrpIfPol', 'FvUnkMacUcastActMod', 'RtctrlSetNh', 'DhcpCRelPg', 'VnsGParam', 'QospCong', 'FvPulledPolicy', 'CoopPol', 'VnsCMgmt', 'InfraIfLblDef', 'MgmtMgmtP', 'VzRFltE', 'RtmapSetWeight', 'VnsRtrCfg', 'EqptdiagpTsOdFabP', 'FabricLeCardS', 'FabricLeCardP', 'VzAnyDef', 'VzRFltP', 'MgmtInstPDef', 'PolDependencyCont', 'FvVmAttrDef', 'FabricSpineP', 'FabricSpineS', 'EigrpSummDef', 'TagDef', 'FvBDConfigIssues', 'FvEpTaskAggrCont', 'DbgexpTechSupTrig', 'FvMacAttrDef', 'EqptdiagpLeTsHlSc', 'InfraNodeBlk', 'PkiExportEncryptionKeyRelnHolder', 'FvSCrtrnDef', 'DbgDebugP', 'FabricSelectorIssues', 'Ipv6Route', 'VzConsLblDef', 'RtmapSetRtDist', 'CallhomeInvTrig', 'VnsAbsNode', 'StatsExportP', 'TrigMeta', 'FvnsMcastAddrBlkDef', 'ResUSubj', 'FaultSwRetP', 'AaaUserCert', 'FvExtPathEpDef', 'FvRtdEpPInfoHolder', 'FvnsMcastAddrBlk', 'RecoveryReconcileConfigJobTrig', 'TrigSchedP', 'SyslogSystemMsgP', 'L3extExtEncapAllocator', 'CompatVSwitchFw', 'ConditionNodePolGrp', 'AaaDomainAuth', 'MgmtInB', 'RtmapSetDampeningCtrl', 'SpanSrcGrp', 'IpNexthopDef', 'VzFromEPg', 'VnsVNodeDef', 'FvTenant', 'AaaRadiusProviderGroup', 'FvnsMcastAddrInstP', 'PolDependencyState', 'FmcastNodePEp', 'RtctrlMatchRtSrc', 'VzFltTaskAggrCont', 'FvEpPCont', 'CallhomeDest', 'FabricDecommission', 'VnsDevHealth', 'DatetimeNtpProvider', 'DbgacFromEpSummary', 'IdentBlock16', 'FvAppCtxRef', 'FabricCtrlrPGrp', 'RtctrlEpPRef', 'MockMockSession', 'ActrlMgmtRule', 'FvBDPublicSubnetHolder', 'InfraClusterPol', 'EqptdiagpSpTsOdFc', 'FvCompIssues', 'AaaLoginDomain', 'OspfDefRtLeakP', 'DhcpProvDhcp', 'InfraCardS', 'AaaFactoryRole', 'FvProtoAttr', 'SpanVDestGrpDef', 'StpAllocEncapCont', 'VzConsDef', 'QosBuffer', 'StpUnAllocEncapBlkDef', 'FabricSpCardS', 'FabricSpCardP', 'L3extOutDef', 'ConfigImportIdJobTrig', 'DbgexpTechSupData', 'VmmDomPDef', 'BgpInstPol', 'VnsSHEPpInfo', 'ActrlScope', 'RtctrlCtxP', 'CallhomeInvTask', 'InfraEncapDef', 'TagAliasDelInst', 'L3extSubnetDef', 'L3extOutRef', 'ConditionPodPolGrp', 'ConfigJob', 'VzInTerm', 'EigrpStubP', 'MaintCatMaintP', 'L3extLNodePDef', 'DhcpProvAddrDef', 'InfraAccNodePGrp', 'OspfExtRtSum', 'AaaSSLCertificateEpRelnHolder', 'EventProcessEventLogPayload', 'FabricDecommissionJob', 'PkiDebugPluginChallenge', 'ActrlEntry', 'DbgacFilterSummary', 'OspfCtxPol', 'VzTaboo', 'BgpDefRtLeakP', 'SnmpClientP', 'AaaRbacEp', 'Ospfv3InterLeakP', 'MonCommonPol', 'AaaDomainRef', 'FvRInfoHolder', 'CoopRepP', 'VzProvLblDef', 'QospQueue', 'L3extMemberDef', 'TopoctrlVirtDom', 'VzCtrctEntityDef', 'MldsnoopQuerierP', 'McpInstPol', 'RtpfxEntry', 'FvnsMcastAddrInstDef', 'Ospfv3Gr', 'FvAccP', 'DhcpOptionPol', 'VnsDevFolder', 'PlannerConfigTmpl', 'DppClass', 'FvAppEpGCons', 'VzConsLbl', 'DhcpLbl', 'BgpRtCtrlMapP', 'DbgexpCoreP', 'InfraAccPortP', 'L2IfPol', 'VzGlobalPcTagRequestCont', 'EqptdiagpLeTsHlEcc', 'OpflexEpPDIDEpRefCont', 'RtmapMatchRtNh', 'VsvcConsLbl', 'L3extLNodeP', 'CompatSwitchHw', 'StpEncapSegIdPair', 'DbgacToEpSummary', 'SpanLDestination', 'FabricLeCardPGrp', 'MonEPGPol', 'InfraConnNodeS', 'VnsFolderInst', 'Ospfv3InterAreaRtSum', 'HealthLevelsP', 'FvEpCont', 'CompatFexHw', 'OspfCtxDefAf', 'PresRegdNode', 'SyslogFacilityFilter', 'SpanSpanLblDef', 'VzEntry', 'FvAEPgCont', 'InfraConnNodeBlk', 'FvCtxDef', 'AaaRbacRule', 'TopoctrlLoopProtectP', 'BgpRRP', 'AaaDomainRolesTuple', 'VnsVBgpVEncapAsc', 'FvAREpPRequestor', 'CompatCtlrFw', 'EqptdiagpPortHealthPol', 'HealthUpdateDelegateWeightPayload', 'Ipv4NexthopStub', 'InfraConnFexS', 'FvAEPg', 'DbgacExtToEp', 'PlannerEpgTmpl', 'SnmpTrapDest', 'SysmgrpCores', 'SpanEpgSummary', 'RtregcomRule', 'VnsParamInst', 'L2extLIfPDef', 'FirmwareOSource', 'MockMockRoot', 'VzProvDef', 'AcRuleArp', 'NdRaSubnet', 'DbgacAnyToEp', 'VpcInstPol', 'RtctrlSetTag', 'L3extLIfP', 'L2extOut', 'L3extLoopBackIfP', 'RtctrlScope', 'ThrottlerSubCont', 'OspfInterLeakP', 'VnsNodeInstDef', 'VnsSvcGraphVersion', 'BgpAsDef', 'RtmapSetMetric', 'SnmpCommunityP', 'AaaPartialRbacRule', 'StpAllocEncapBlkDef', 'FvAREpPUpd', 'L3extInstPDef', 'EqptdiagpSpTsHlFc', 'RtmapSetMetricType', 'SpanTaskParam', 'FvBDSubnet', 'InfraAccCardP', 'VnsCParam', 'EqptdiagpSpTsBtFc', 'IsisDefRtLeakP', 'DbgacEpgToEpg', 'FvAp', 'TagInst', 'FabricDeployPol', 'StpMstRegionPol', 'FvExtLocaleCont', 'ThrottlerInProgressCont', 'FabricChainCtxP', 'TopoctrlShardChP', 'AaaVMMCertificateRule', 'DbgacEpgToEp', 'StatsShardExportSubJob', 'VnsAbsFuncConn', 'VmmDomP', 'PkiKeyRing', 'VnsCDev', 'PresRelnHolder', 'CommTelnet', 'VzEpgAnyDef', 'SnmpUserP', 'InfraAttEntityP', 'AaaUserRole', 'FvBrEpP', 'VzCollectionDef', 'InfraClP', 'InfraSelectorIssues', 'FabricHIfPol', 'GeoRoom', 'SpanDest', 'VzToEPg', 'L3extException', 'SpanVSrc', 'OpflexMacAttrDefRef', 'FaultLcP', 'DnsProfile', 'FvInstPEpP', 'RtctrlProfile', 'L3extDomP', 'RtctrlSetRtMetricDef', 'FabricPortBlk', 'AcRuleIp', 'MaintMaintPOnD', 'StatsColl', 'DbgacEpToEp', 'LacpIfPol', 'IsisGr', 'L3extRouteTagDef', 'TraceroutepTrNode', 'LldpIfPol', 'ConfigSnapshot', 'PkiFabricNodeSSLCertificate', 'ConfigSnapshotCont', 'VzProvSubjLbl', 'VzAllocateSharedService', 'RtctrlSubjP', 'FvSvcEpP', 'InfraFuncP', 'RtmapMatchRtPervasive', 'SpanERDestination', 'SyslogRemoteDest', 'DbgexpTechSupOnD', 'PkiFabricNodeSSLCertificateRef', 'DnsProv', 'AaaRadiusProvider', 'ConfigRollbackJobTrig', 'QospSched', 'DbgexpTechSupODev', 'TopoctrlVxlanP', 'SnmpPol', 'PsuInstPol', 'InfraAccBndlPolGrp', 'DnsProf', 'DbgacTenantSpaceCmnDef', 'PlannerBdTmpl', 'EqptConsoleP', 'InfraMgmt', 'EigrpCtxAfDef', 'VnsCIf', 'InfraProvAcc', 'StormctrlIfPol', 'FabricLePortPGrp', 'EqptdiagpSpTsHlLc', 'EqptdiagpTsBtFabP', 'DhcpPRelPg', 'FabricNodeBlk', 'VnsDevConfIssue', 'TrigSched', 'FabricLFPathS', 'GeoSite', 'QosCong', 'CommShellinabox', 'InfraPodS', 'VnsAbsCfgRel', 'DbgexpTechSupVmm', 'VzConsCtrctLbl', 'AaaAuthRealm', 'RtmapMatchRtDst', 'EqptdiagpLeTsOdSc', 'QosDot1PClass', 'FvBDDef', 'StatsDestP', 'CallhomeDestState', 'CompatFexFw', 'StatsThrUint64P', 'EigrpExtDef', 'DnsProvider', 'DbgacIpToEpg', 'VnsAbsTermConn', 'RtctrlSetTagDef', 'EventSevAsnP', 'VnsAbsFolder', 'EqptdiagpTsHlFabP', 'SpanVEpgSummaryDef', 'BgpAsP', 'VnsFuncConnInst', 'OspfExtP', 'VzFilter', 'DbgacToEpgSummary', 'FirmwareCatFwP', 'RtextcomRule', 'FvBDHolder', 'NwsSyslogSrcDef', 'PresRegdPod', 'RtctrlSetPref', 'FabricPodPGrp', 'InfraFexBndlGrp', 'VnsTermConnInst', 'FvProtoAttrDef', 'InfraNodeLblDef', 'VnsEncapBlkDef', 'VzGlobalPcTagRequest', 'DnsLblDef', 'FabricRsOosPath', 'VnsVOspfVEncapAsc', 'SyntheticLocalPol', 'DatetimeConfIssues', 'MonitorERDest', 'VnsVOspfDevCfg', 'QospIpRule', 'RtctrlSetOspfNssaDef', 'EqptdiagpSpTsBtSc']
|
253
253
|
@props = { 'ack' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
254
254
|
'affected' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
255
255
|
'cause' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -309,6 +309,28 @@ module ACIrb
|
|
309
309
|
'domain-' << @attributes['domain'] << ''
|
310
310
|
end
|
311
311
|
end
|
312
|
+
class FaultEventMgrCont < MO
|
313
|
+
@class_name = 'fault.EventMgrCont'
|
314
|
+
@ruby_class = 'FaultEventMgrCont'
|
315
|
+
@prefix = 'emgrpolcont'
|
316
|
+
@prefixes = [['emgrpolcont', false]]
|
317
|
+
@rn_format = 'emgrpolcont'
|
318
|
+
@containers = ['TopRoot']
|
319
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
320
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
321
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
322
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
323
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
324
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
325
|
+
@child_classes = ['FaultRsEventMgrSnmpPol', 'FaultRtEventMgrPolRel']
|
326
|
+
@label = 'Container for Event Mgr Policies'
|
327
|
+
@naming_props = []
|
328
|
+
@read_only = true
|
329
|
+
|
330
|
+
def rn
|
331
|
+
'emgrpolcont'
|
332
|
+
end
|
333
|
+
end
|
312
334
|
class FaultInfo < MO
|
313
335
|
@class_name = 'fault.Info'
|
314
336
|
@ruby_class = 'FaultInfo'
|
@@ -352,13 +374,14 @@ module ACIrb
|
|
352
374
|
@prefix = 'fault-'
|
353
375
|
@prefixes = [['fault-', true]]
|
354
376
|
@rn_format = 'fault-%(code)s'
|
355
|
-
@containers = ['VnsCtrlrMgmtPol', 'InfraRsStormctrlIfPol', 'OspfRsIfPol', 'CommHttps', 'FabricNodeIdentP', 'FvRsBd', 'CallhomeRsInvScheduler', 'DbgSDVPCPath', 'Ipv4Nexthop', 'TroubleshootRsSessionScheduler', 'MgmtOoB', 'FvRtDestEpg', 'EqptNSlot', 'FabricRsResEventSwRetP', 'InfraRsHIfPol', 'VzRsIf', 'SpanRsSrcToPathEp', 'VnsCtrlrEpProxy', 'FvInBEpP', 'PconsRA', 'IsisIf', 'VnsAbsCfgRel', 'PlannerRsDeployedObject', 'FabricRsResCatFwP', 'SysdebugCore', 'VnsConfIssue', 'FvRsOspfCtxPol', 'SpanSrc', 'VnsCtrlrEp', 'IsisFmcastTree', 'DbgEpgToEpRslt', 'FvRsBDToNdP', 'EqptcapacityEntity', 'InfraRsResLldpIfPol', 'LacpLagPolDef', 'Ipv6Addr', 'FabricTopology', 'PlannerRsEpgLabel', 'VnsRsDefaultScopeToTerm', 'IsisInst', 'DbgacRsFromAbsEpg', 'SpanRsDestToVPortDef', 'NwPathEp', 'EqptPsgP', 'DbgexpTechSupStatus', 'RbqmRsInitial', 'SyntheticIfcTLTestObj', 'ActionRsLSubjToDomainRef', 'FvnsVxlanInstP', 'InfraRsConnFexS', 'EqptStorage', 'FvRsCustQosPol', 'InfraService', 'DbgEpToIpRslt', 'FabricRsLeCardPGrp', 'Ipv6Nexthop', 'MgmtConfigNode', 'FabricRsApplTechSupP', 'InfraReplica', 'SyntheticUniverse', 'CompVm', 'EqptFCSlot', 'SyntheticHierarchyObj', 'McpIf', 'VnsRsCfgToVConn', 'Ipv4Addr', 'VnsRsDevPingToCDev', 'MgmtRsOoBProv', 'FabricRsLePortP', 'InfraRsMonNodeInfraPol', 'VnsSLDevInstCons', 'FabricRsCommPol', 'L2extInstP', 'BgpRsPeerPfxPol', 'SpanRsVsrcToEpg', 'SyntheticRsToObj', 'FvRsBDToRelayP', 'VnsRsConnector', 'EthpmPhysIf', 'DhcpRsLblDefToRelayP', 'SyntheticSwCTestObj', 'FvEpDef', 'InfraRsLacpIfPol', 'DbgacRsToLDevForEpgToIp', 'FabricRsMonIfFabricPol', 'FabricRsApplCoreP', 'QospDscpRule', 'InfraCEPg', 'Ospfv3AdjEp', 'VnsRsDfctToCat', 'InfraRsFuncToEpg', 'PconsRefClass', 'VzFltTaskAggr', 'CallhomeRsDestGroup', 'SpanRsSrcToCtxDef', 'FabricNodeTaskHolder', 'LeqptLooseNode', 'InfraIncmptblClsPeer', 'EqptdiagSubj', 'SyntheticRsPhysIf', 'QospDot1pRule', 'DbgacRsFromEp', 'FirmwareOSource', 'FvBD', 'L2RsDscpRuleAtt', 'VzOOBBrCP', 'InfraRsStpIfPol', 'FvRsCtxToExtRouteTagPol', 'PcRsMbrIfs', 'FabricMacAutoG', 'LldpIfSendTask', 'FaultSubj', 'PlannerRsConnectedLeaf', 'VnsRsLIfCtxToInstP', 'VzRsFiltGraphAtt', 'SpanRsSpanSrcToL1IfAtt', 'MaintRsPolNotif', 'FabricRsResMonFabricPol', 'InfraRsOverrideMcpIfPol', 'VnsVDev', 'L3extRsInstPToProfile', 'FabricRsResFabricIPV6ProtPol', 'SpanRsDestEpg', 'FvOrchsInfo', 'FabricIPV4ExpG', 'IdentSegment16', 'VnsRTInfo', 'VnsVGrp', 'FabricIPV4AutoG', 'PlannerRsConsumedContracts', 'CoopOracleAdj', 'VzRsSubjGraphAtt', 'VmmRsMcastAddrNs', 'MgmtRsInstPCtx', 'InfraRsVipAddrNs', 'VzRsOutTermGraphAtt', 'PlannerRsLeafLabels', 'VnsRsEPpInfoToBD', 'InfraHostCfg', 'InfraStorage', 'VnsEPgDefCons', 'InfraNodeCfg', 'PlannerRsToConsumerL3Out', 'EqptSupCSlot', 'PlannerRsVcenter', 'PlannerRsGraphBd', 'MgmtInstP', 'VnsRsDevFolderToMFolder', 'ConditionRsNodeAaaRecRetP', 'MgmtInBZone', 'AaaIDomainRef', 'InfraRsMstInstPol', 'L3extRsEctx', 'PlannerRsEpgBd', 'TagAliasInst', 'IsisIfLvl', 'VnsRsLIfCtxToOut', 'TraceroutepRsTrEpIpDst', 'VnsGFolder', 'PconsLocation', 'VnsRsDevMgrEpg', 'VnsLDevIf', 'VnsRsLDevCtxToLDev', 'TagInst', 'FvTunDef', 'FabricIPV6ExpG', 'FabricNodeInfo', 'VnsSvcPkgSource', 'EqptNic', 'VnsRsMConnAtt', 'CdpAdjEp', 'FrmwrkPEDeliveryDest', 'TunnelIf', 'PconsResolver', 'VmmAgtStatus', 'Ospfv3MaxLsaP', 'QospClass', 'FvRsBdToEpRet', 'PlannerRsToProviderL3Out', 'VnsRsCIfAtt', 'BgpPeerAfEntry', 'FabricRsNodeGroup', 'VnsRsMDevAtt', 'DhcpRsProv', 'VnsRsAbsConnectionConns', 'InfraRsResMcpIfPol', 'MgmtMgmtIf', 'CnwAggrIf', 'RelnRelTaskCont', 'FvRsProtBy', 'VnsLIf', 'PlannerRsProvidedContracts', 'L3extRsBgpAsP', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'InfraRsInfraBD', 'FabricRsResFaultSwRetP', 'VnsDevFolder', 'DbgRemotePort', 'FvRsCtxToBgpCtxAfPol', 'SpanVSrc', 'VnsMgmtLIf', 'InfraRsAccNodePGrp', 'VzRsAnyToProv', 'PlannerRsDeployedFex', 'DbgacFromEpgSummary', 'FaultRsFaultCtrlrRetP', 'VnsRsLDevCtxToRtrCfg', 'SyntheticRsToAObj', 'SpanRsDestApic', 'FabricRsResFabricProtChainP', 'InfraRsMonIfInfraPol', 'FvRsTnDenyRule', 'MgmtRsGrp', 'FvRsTenantMonPol', 'VnsScriptRTInfo', 'TraceroutepRsTrEpExtIpSrc', 'VnsRsConnToCtxTermInst', 'PhysDomP', 'InfraRsDomP', 'FabricRsPathToSpPortPGrp', 'TraceroutepRsTrEpSrc', 'ConfigRsExportDestination', 'PlannerRsFexLabel', 'VnsEPpInfo', 'VnsRsConnToAConnInst', 'FabricMacExpG', 'FvRtdEpP', 'VnsRsScriptHandlerStateToDomainRef', 'InfraBoot', 'VnsRsNodeToAbsFuncProf', 'FaultRsHealthCtrlrRetP', 'FvRsBDToProfile', 'FabricRsResMonCommonPol', 'DhcpRsRelayP', 'FvPolDeliveryStatus', 'InfraRsLacpInterfacePol', 'ConditionRsNodeEventRecRetP', 'FvVDEp', 'FabricPmPathEpCleanup', 'FabricRsLeNodePGrp', 'FabricExplicitGEp', 'DnsRsDnsProfile', 'VnsLDevCtx', 'VnsRsALDevToVxlanInstP', 'BgpInvalidRREp', 'Ospfv3Inst', 'FvOoBEpP', 'MgmtRsOoBCons', 'MaintRsPolScheduler', 'CompCtrlr', 'MgmtInstPDef', 'CompStatsPol', 'ResConsumer', 'EigrpRsIfPol', 'FaultRsHealthFabricNode', 'EqptSysC', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'InfraRsToMcpIfPol', 'AaaRsUserExportPolicy', 'VnsVBgpDevCfg', 'InfraRsToErrDisRecoverPol', 'FvCollectionCont', 'FabricRsSpCardP', 'DbgacRsToEpIp', 'OamRsSrcEncap', 'PolRsVnsmdev', 'L2extRsL2DomAtt', 'FvRsDomAtt', 'DhcpRsDhcpOptionPol', 'VnsGraphInst', 'L2RsDot1pRuleAtt', 'VmmEpPD', 'VmmPlInf', 'SpanDest', 'VmmRsVxlanNs', 'CompMgmtNic', 'FabricRsResLldpInstPol', 'FvRsBDSubnetToOut', 'VzRsAnyToConsIf', 'VnsRsLdevIfToLDev', 'VmmRsDefaultCdpIfPol', 'FirmwareCcoSource', 'VnsAbsFuncConn', 'SyntheticSwTLTestObj', 'FvnsVxlanInstDef', 'FabricRsResCoreP', 'EqptExtChCardSlot', 'VnsVConn', 'InfraRsResMcpInstPol', 'FvRsBDSubnetToProfile', 'SpanVSrcDef', 'IdentElementIp', 'FabricRsCtrlrPGrp', 'ProcProc', 'SpanRsProvDestGrp', 'VnsSLDevInst', 'VnsDevParam', 'HvsExtPol', 'InfraRsSpanVDestGrp', 'L2extDomDef', 'VnsNodeInst', 'FvRsConsIf', 'CompEpPD', 'SyntheticIfcCTestObj', 'IsisDom', 'InfraRsToMcpInstPol', 'EqptLC', 'InfraRsLacpPol', 'FvSvcBD', 'VmmRsVmmCtrlrP', 'FvEpP', 'DbgacRsToEpForEpToEp', 'FvRsBgpCtxPol', 'VmmRsAEP', 'EqptSpromPsu', 'FrmwrkOEDeliveryDest', 'InfraPeNode', 'VnsRsCDevToCtrlrP', 'DbgIpToEpgRslt', 'DbgacRsToLDevForEpToExt', 'PlannerRsConnectedSpine', 'SyslogDestState', 'DbgEpToEpgRslt', 'FvNwIssues', 'MaintRsMgrpp', 'VnsEPgDef', 'MgmtInB', 'VnsRsTermToAny', 'RtctrlRsScopeToAttrP', 'CompVNicPDDef', 'EqptSpromLc', 'FabricRsResAuditSwRetP', 'TagRef', 'PolRsTroubleshootSessionRel', 'VzRsDenyRule', 'DbgacRsToEpIpForEpgToEp', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'PconsRefDn', 'VzRsAnyToCons', 'CompVNic', 'FvRsBDToProfileDef', 'InfraRsVlanNs', 'Ipv6If', 'LeqptRsLsAttLink', 'InfraGeneric', 'VzTaboo', 'VnsRsVDevToDomainRef', 'FirmwareDownload', 'InfraRsMonFexInfraPol', 'DbgacEpToEpg', 'FabricRsPodPGrpBGPRRP', 'ConditionRsNodeFaultRecRetP', 'VmmRsDefaultL2InstPol', 'ProcSystem', 'EqptSupC', 'EqptSensor', 'FvRsCtxToEpRet', 'EqptBSlot', 'FvCtxConfigIssues', 'InfraRsResQoSPol', 'IdentElement64', 'MgmtRsAddrInst', 'VmmCtrlrP', 'VzAny', 'DbgAcTrail', 'VnsRsALDevToDevMgr', 'EthpmFcot', 'FaultConfMoPayload', 'VnsRsMgmtAddr', 'PolRsDbgrConfigExportP', 'SnmpUserSecP', 'AaaUser', 'FabricRsResFabricIPV4ProtPol', 'VzProvDef', 'InfraRsOverrideStpPol', 'PlannerRsClusterLabel', 'CommWebServer', 'SatmRemoteFcotX2', 'SatmRemoteFcot', 'VpcIf', 'InfraRsCardPGrp', 'DatetimeNtpProviderStatus', 'PolRsFirmwareRepoP', 'VnsRsDevMgrToMDevMgr', 'VnsRsLIfCtxToLIf', 'VzRsSubjFiltAtt', 'VnsParamInst', 'MgmtRsInbEpg', 'L1PhysIf', 'InfraRsOverrideFwPol', 'FvnsVlanInstDef', 'EqptSpromBP', 'PresDltNodeRegs', 'FabricCreatedBy', 'SyntheticContext', 'CallhomeInvP', 'DbgEpToEpRslt', 'VxlanCktEp', 'CommHttp', 'FabricIPV6AutoG', 'EqptSysCSlot', 'CompRsCtrlrP', 'VzCtrctEPgCont', 'VpcDom', 'DbgacRsFromLDevForExtToEp', 'CoppClass', 'DatetimeRsNtpProvToNtpAuthKey', 'DbgexpTechSupP', 'PlannerRsToConsumerBd', 'L3Ctx', 'EqptExtChCard', 'FvEpTaskAggr', 'EqptAsic', 'DbgacRsToEpg', 'CompPolCont', 'L3extDomDef', 'MgmtOoBZone', 'FabricRsResTechSupP', 'VnsLDevInst', 'HvsAdj', 'DbgacRsFromEpg', 'IgmpsnoopInst', 'FaultProcessFaultPayload', 'FabricRsResPsuInstPol', 'DbgacEpToAny', 'VmmDomPDef', 'L3extRsNdIfPol', 'PolRsClusterPolRel', 'CompEpPConn', 'MgmtCollectionCont', 'FvModEpTaskAggr', 'SatmFabP', 'VnsRsConnToAConn', 'DbgacRsToEpgForEpgToEpg', 'FrmwrkCtrlrDeliveryDest', 'FabricRsResOngoingAcMode', 'FabricRsSpPortPGrp', 'StatsExportJob', 'BfdSess', 'FabricOosPathIssues', 'SpanRsDestPathEp', 'RbqmRsDisplaysQuery', 'FabricRsDecommissionNode', 'SpanSrcDef', 'InfraLoNode', 'L3FwdCtx', 'IdentSegmentIp', 'EqptPsu', 'ConditionRsNodeHealthRecRetP', 'InfraRsResErrDisRecoverPol', 'InfraClSzEqObst', 'InfraPreProv', 'InfraPEPg', 'FabricRsMonInstFabricPol', 'PconsResolveCompleteRef', 'DbgacEpgToIp', 'L3extRtLIfCtxToOut', 'SysdebugTechSupport', 'FvRsABDPolMonPol', 'SpanERDestination', 'VnsVOspfDevCfg', 'FabricRsVpcInstPol', 'DbgIpToEpRslt', 'AaaLdapProvider', 'VnsRsTermToEPg', 'PlannerRsGraphLabel', 'MaintRsPolCtrlrScheduler', 'DbgacRsFromLDevForIpToEpg', 'IdentElement16', 'FileRsARemoteHostToEpp', 'FabricRsToFabricIPV6ProtPol', 'SnmpClient', 'DbgacRsToEpForEpgToEp', 'DbgexpRsTSScheduler', 'DbgEpgToEpgRslt', 'ActrlStats', 'CompRsCtrlr', 'VnsRsCDevToChassis', 'FirmwareRsFwgrpp', 'FvRsCtxMcastTo', 'InfraRsSpanVSrcGrp', 'InfraRsAttEntP', 'SpanRsSrcToVPortDef', 'QosmIfClass', 'InfraRsMcpIfPol', 'FvRsProv', 'VnsRsMConnAttInst', 'DbgexpCoreStatus', 'InfraRsResLacpLagPol', 'L3extRsSubnetToProfile', 'InfraRsConnPortS', 'VnsVDevDomainRefCont', 'FabricAutoGEp', 'FabricRsCallhomeInvPol', 'VnsREPpInfo', 'FirmwareCtrlrFwStatusCont', 'PlannerRsNodeLabels', 'OspfMaxLsaP', 'FabricRsSpPortP', 'FabricRsApplTechSupOnD', 'VnsRsMDevMgrToMDev', 'VnsCDevState', 'VnsRsChassisEpg', 'DbgAcPath', 'CompHpNic', 'SnmpConfIssues', 'MgmtNodeDef', 'FvStCEp', 'CallhomeRsQueryGroupRel', 'L2BD', 'FabricNode', 'DbgExpertRslt', 'IdentSource', 'VnsAbsFuncProf', 'FvEpDefRef', 'L2RsPathDomAtt', 'DbgexpPolicyStatus', 'TopSystem', 'L2extDomP', 'ConfigRsImportSource', 'FabricRsSpNodePGrp', 'FabricRsMonModuleFabricPol', 'SviIf', 'VnsConnectionInst', 'RtctrlRsCtxPToSubjP', 'DbgEpgToIpRslt', 'ActrlRule', 'VpcRsVpcConf', 'EthpmAggrIf', 'FabricRsExtLeaves', 'FvCtx', 'TraceroutepRsTrEpDst', 'EqptSpromSup', 'VnsAbsGraph', 'DatetimeClkPol', 'FabricNodePEp', 'VnsRsProfToMFunc', 'InfraRsL2InstPol', 'FvRsApMonPol', 'SpanRsSpanSrcToL2CktEpAtt', 'PlannerRsGraphCluster', 'FvRsCtxToEigrpCtxAfPol', 'FaultRsEventCtrlrRetP', 'EthpmFcotX2', 'EqptBoard', 'FirmwareCardRunning', 'L3extInstP', 'DbgacEpToExt', 'FvRsCons', 'DbgacRsFromEpForEpToEpg', 'VnsCRel', 'VnsRsConnToCtxTerm', 'FabricRsResHealthPols', 'VnsRsLDevInst', 'TagAliasDelInst', 'FvRsNdPfxPol', 'DbgacRsFromEpIp', 'ProcEntry', 'HvsRtNicAdj', 'SpanRsSrcToEpP', 'DhcpClient', 'FirmwareFirmware', 'EqptFC', 'TestinfralabFreebies', 'PolRsFabricipv4expg', 'PconsResolverCont', 'L3extRsL3DomAtt', 'InfraWiNode', 'FirmwareInternalSource', 'SnmpRsCommToCtxAtt', 'VnsVFunc', 'FvRsIgmpsn', 'VnsCFolder', 'FvDelEpTaskAggr', 'VzRsGraphAtt', 'InfraNsIssues', 'SyntheticRsPolicy', 'EqptFt', 'IsisRsNhAtt', 'ImMgmtIf', 'DhcpCRelPg', 'InfraRsResHIfPol', 'VnsGParam', 'FabricRsLePortPGrp', 'DbgexpRsData', 'VnsCMgmt', 'VnsRsTarget', 'VzSubj', 'CallhomeRsDestGroupRel', 'EqptLCSlot', 'EqptCpuP', 'IdentSegment32', 'DlgtDelegate', 'FvBDConfigIssues', 'L3Inst', 'FabricSelectorIssues', 'SpanRsSrcToVPort', 'VzRsFiltAtt', 'FabricRsNodeCoreP', 'VnsTermNodeInst', 'FvRsVNode', 'FvRsDomDefNsLocal', 'VmmRsDefaultLldpIfPol', 'DbgDVPCPath', 'PlannerRsToProviderBd', 'EqptFtSlot', 'FvTunDefRef', 'FvRsBDToOut', 'PlannerRsGraphContracts', 'DhcpClientIf', 'L3RtdIf', 'SpanSrcGrp', 'FvCCg', 'FvTenant', 'FvnsMcastAddrInstP', 'DbgacRsToEp', 'SpanRsDestToVPort', 'FabricRsPodPGrpCoopP', 'EqptSpromFan', 'VnsDevHealth', 'DbgEpToAnyRslt', 'LldpAdjEp', 'ArpStAdjEp', 'VnsRsMetaIf', 'CoopDom', 'FabricVpcResource', 'ActrlMgmtRule', 'NdRsRaSubnetToNdPfxPol', 'DatetimeNtpq', 'EqptPsuSlot', 'CompHv', 'InfraRsAccPortP', 'MaintNodeInMaint', 'VnsRsFolderInstToMFolder', 'FabricRsPsuInstPol', 'FabricPath', 'EqptdiagRslt', 'VnsRsConnToFltInst', 'ActrlRsToStsVNode', 'L2extRsEBd', 'VzCollectionCont', 'VnsFolderInst', 'CallhomeInvTask', 'FabricRsTimePol', 'PcAggrMbrIf', 'EqptcapacityFSPartition', 'DbgexpRsUserCtx', 'FabricRsPodPGrp', 'SvccoreNode', 'FabricLink', 'ConfigJob', 'VzAnyREpPCtrct', 'InfraRsFabricNode', 'L3EncRtdIf', 'FabricDecommissionJob', 'VnsRsChassisToMChassis', 'PcAggrIf', 'InfraRsAccBaseGrp', 'VnsRsClusterPol', 'StpEncapInstDef', 'FabricTrail', 'AaaDomainRef', 'FvRInfoHolder', 'VnsRsALDevToDomP', 'MaintUpgJobFault', 'DbgSVPCPath', 'InfraRsL2IfPol', 'FvnsMcastAddrInstDef', 'VmmDomP', 'FabricRsPathToLePortPGrp', 'VmmRsCtrlrPMonPol', 'L3extInstPDef', 'IdentElement32', 'OpflexODev', 'DbgexpCoreP', 'InfraRsResNwsFwPol', 'FabricRsLeCardP', 'PresResolver', 'InfraRsToEpLoopProtectP', 'FabricRsResL2InstPol', 'EqptFan', 'DbgexpTechSupOnD', 'VnsCfgRelInst', 'SpanLDestination', 'OspfInst', 'LldpInstSendTask', 'FaultRsAaaCtrlrRetP', 'CnwPhysIf', 'VnsLDevVip', 'ProcEntity', 'CoopCitizenAdj', 'VnsRsVDevDomainRefContToDomainRef', 'SpanRsSrcToBDDef', 'MgmtRsOoBCtx', 'SysdebugLogControlEp', 'SpanAcct', 'VnsVBgpVEncapAsc', 'VnsRsInterface', 'InfraEpPD', 'VnsRsConnToLIfInst', 'VnsRsConnToFlt', 'FabricRsPodPGrpIsisDomP', 'FvTabooCtxDefCont', 'FvAEPg', 'DbgacExtToEp', 'VpcKeepalive', 'SnmpTrapDest', 'DbgAnyToEpRslt', 'TraceroutepRsTrEpIpSrc', 'VnsRsNodeInstToLDevCtx', 'FabricRsApplMonPol', 'HvsLNode', 'SpanRsSrcToEpg', 'DbgacAnyToEp', 'MgmtRsOobEpg', 'IdentSegment64', 'FabricRsNodeTechSupP', 'VzRsInTermGraphAtt', 'VnsRsNodeToMFunc', 'FvRsCtx', 'InfraRsCdpIfPol', 'InfraIlClMsgSrc', 'SpanTaskParam', 'FabricLooseNode', 'VnsCParam', 'ConfigRsRemotePath', 'InfraRsResLacpIfPol', 'DbgacEpgToEpg', 'FvAp', 'InfraRsAccBndlSubgrp', 'FabricRsResHealthSwRetP', 'RelnReleaseRef', 'VnsRsScopeToTerm', 'SyslogRsDestGroup', 'InfraRsLldpIfPol', 'FvRsCtxToOspfCtxPol', 'VnsGRel', 'DbgexpRsExportDest', 'DbgacEpgToEp', 'StatsShardExportSubJob', 'PlannerRsGraphL3Out', 'TrigRsTriggerable', 'VnsCDev', 'InfraAttEntityP', 'FvBrEpP', 'MgmtRsMgmtBD', 'InfraSelectorIssues', 'SnmpRsDestGroup', 'FaultRsHealthLevelP', 'FrmwrkEMgrDeliveryDest', 'IdentContext', 'VnsLDevIfLIf', 'VmmRsAcc', 'VlanCktEp', 'VzBrCP', 'FvInstPEpP', 'ConfigRsExportScheduler', 'L3extDomP', 'VnsAbsParam', 'TestinfralabRsSnacks', 'AcRuleIp', 'CommRsKeyRing', 'LldpIf', 'DbgacEpToEp', 'TraceroutepTrNode', 'DhcpProvider', 'FvRsBdFloodTo', 'InfraRsResMonInfraPol', 'VmmRsDefaultFwPol', 'VnsRsDevEpg', 'FvSvcEpP', 'FvCtrctCtxDefCont', 'DbgacRsFromEpIpForEpToEpg', 'SvccoreCtrlr', 'AaaRadiusProvider', 'SpanSrcGrpDef', 'VnsRsMChassisToMDev', 'InfraRsMonModuleInfraPol', 'FabricRsResFabricMACProtPol', 'VmmRsDomMcastAddrNs', 'VnsRsCfgToConn', 'VnsSHSEPpInfo', 'DbgacTenantSpaceCmnDef', 'PlannerRsL2OutBd', 'DbgRsTenantToDomainRef', 'MaintUpgStatus', 'VnsRsLIfCtxToBD', 'InfraMgmt', 'PolRsExportPRel', 'VnsCIf', 'InfraProvAcc', 'VnsSDEPpInfo', 'DhcpPRelPg', 'FabricPathEpCleanupShard', 'MaintRsReltomaintp', 'MgmtConfigAddr', 'FabricRsSnmpPol', 'VmmRsDefaultLacpLagPol', 'SpanRsSessionToDomainRef', 'PolRsFabricmacexpg', 'VnsCMgmtProxy', 'InfraRsAccCardP', 'InfraRsOverrideCdpIfPol', 'OspfAdjEp', 'OpflexIDEp', 'FvRsAEPgMonPol', 'VzFilter', 'DbgacRsToAbsEpg', 'CallhomeDestState', 'FvRsCtxMonPol', 'MaintUpgJob', 'InfraImage', 'SpanRsProvToVDestGrp', 'DbgacIpToEpg', 'PolRsDbgrConfigImportP', 'InfraRsPathToAccBaseGrp', 'VnsAbsFolder', 'PlannerRsBdVrf', 'DbgacRsToEpIpForEpToEp', 'VnsFuncConnInst', 'EqptdiagOnDSubj', 'FvSubnetBDDefCont', 'VmmRsDefaultStpIfPol', 'DbgacToEpgSummary', 'FabricRsSpCardPGrp', 'VnsRsALDevToPhysDomP', 'InfraRsOverrideLacpPol', 'BgpInst', 'BgpPeerEntry', 'DbgFiveTupleRslt', 'VnsSHEPpInfo', 'FabricShardTaskHolder', 'FirmwareCompRunning', 'FvRtProv', 'VnsVOspfVEncapAsc', 'InfraRsOverrideLldpIfPol', 'DatetimeConfIssues', 'InfraRsResLoopProtectPol', 'IdentConsumer', 'PlannerRsL3OutVrf', 'VnsTermConnInst', 'DhcpDiscNode']
|
377
|
+
@containers = ['VnsCtrlrMgmtPol', 'InfraRsStormctrlIfPol', 'OspfRsIfPol', 'CommHttps', 'FabricNodeIdentP', 'FvRsBd', 'CallhomeRsInvScheduler', 'DbgSDVPCPath', 'Ipv4Nexthop', 'TroubleshootRsSessionScheduler', 'MgmtOoB', 'FvRtDestEpg', 'EqptNSlot', 'VnsRsNodeToLDev', 'FabricRsResEventSwRetP', 'TraceroutepRsTrEpIpDst', 'InfraRsHIfPol', 'VzRsIf', 'SpanRsSrcToPathEp', 'VnsCtrlrEpProxy', 'FvInBEpP', 'PconsRA', 'IsisIf', 'VnsAbsCfgRel', 'PlannerRsDeployedObject', 'FabricRsResCatFwP', 'SysdebugCore', 'VnsConfIssue', 'FvVipUpdate', 'FvRsOspfCtxPol', 'SpanSrc', 'VnsCtrlrEp', 'IsisFmcastTree', 'DbgEpgToEpRslt', 'FvRsBDToNdP', 'InfraRsResLldpIfPol', 'LacpLagPolDef', 'Ipv6Addr', 'VmmRsVswitchOverrideCdpIfPol', 'FabricTopology', 'PlannerRsEpgLabel', 'PolLCountCont', 'InfraEpPD', 'IsisInst', 'DbgacRsFromAbsEpg', 'SpanRsDestToVPortDef', 'NwPathEp', 'EqptPsgP', 'DbgexpTechSupStatus', 'SyntheticIfcTLTestObj', 'ActionRsLSubjToDomainRef', 'FvnsVxlanInstP', 'InfraRsConnFexS', 'EqptStorage', 'FvRsCustQosPol', 'InfraService', 'DbgEpToIpRslt', 'FabricRsLeCardPGrp', 'Ipv6Nexthop', 'MgmtConfigNode', 'FabricRsApplTechSupP', 'InfraReplica', 'SyntheticUniverse', 'CompVm', 'EqptFCSlot', 'SyntheticHierarchyObj', 'McpIf', 'OpflexpPolicyConsumer', 'VnsRsCfgToVConn', 'Ipv4Addr', 'FirmwareRsToFwGrp', 'MgmtRsOoBProv', 'FabricRsLePortP', 'SyntheticRsPolicy', 'InfraRsMonNodeInfraPol', 'VnsSLDevInstCons', 'FabricRsCommPol', 'L2extInstP', 'BgpRsPeerPfxPol', 'IdentSegAllocCont', 'SyntheticRsToObj', 'FvRsBDToRelayP', 'VnsRsConnector', 'EthpmPhysIf', 'DhcpRsLblDefToRelayP', 'SyntheticSwCTestObj', 'FvEpDef', 'InfraRsLacpIfPol', 'DbgacRsToLDevForEpgToIp', 'FabricRsMonIfFabricPol', 'FabricRsApplCoreP', 'L3extOut', 'InfraCEPg', 'Ospfv3AdjEp', 'VnsRsDfctToCat', 'InfraRsFuncToEpg', 'PconsRefClass', 'VzFltTaskAggr', 'CallhomeRsDestGroup', 'SpanRsSrcToCtxDef', 'FabricNodeTaskHolder', 'LeqptLooseNode', 'InfraIncmptblClsPeer', 'EqptdiagSubj', 'SyntheticRsPhysIf', 'QospDot1pRule', 'PkiFabricNodeSSLCertificate', 'DbgacRsFromEp', 'FirmwareOSource', 'FvBD', 'L2RsDscpRuleAtt', 'VzOOBBrCP', 'InfraRsStpIfPol', 'FvRsCtxToExtRouteTagPol', 'PcRsMbrIfs', 'FabricMacAutoG', 'LldpIfSendTask', 'FaultSubj', 'InfraFabricRecovery', 'PlannerRsConnectedLeaf', 'VnsRsLIfCtxToInstP', 'VzRsFiltGraphAtt', 'SpanRsSpanSrcToL1IfAtt', 'MaintRsPolNotif', 'FabricRsResMonFabricPol', 'InfraRsOverrideMcpIfPol', 'VnsVDev', 'L3extRsInstPToProfile', 'FabricRsResFabricIPV6ProtPol', 'SpanRsDestEpg', 'FvOrchsInfo', 'FabricIPV4ExpG', 'IdentSegment16', 'VnsRTInfo', 'VnsVGrp', 'FabricIPV4AutoG', 'PlannerRsConsumedContracts', 'CoopOracleAdj', 'VzRsSubjGraphAtt', 'VmmRsMcastAddrNs', 'MgmtRsInstPCtx', 'InfraRsVipAddrNs', 'VzRsOutTermGraphAtt', 'PlannerRsLeafLabels', 'VnsRsEPpInfoToBD', 'InfraHostCfg', 'InfraStorage', 'VnsEPgDefCons', 'InfraNodeCfg', 'PlannerRsToConsumerL3Out', 'EqptSupCSlot', 'PlannerRsVcenter', 'PlannerRsGraphBd', 'MgmtInstP', 'VnsRsDevFolderToMFolder', 'ConditionRsNodeAaaRecRetP', 'MgmtInBZone', 'AaaIDomainRef', 'InfraRsMstInstPol', 'L3extRsEctx', 'VmmRsVswitchOverrideLacpPol', 'PlannerRsEpgBd', 'TagAliasInst', 'IsisIfLvl', 'VnsRsLIfCtxToOut', 'L3IpCktEp', 'PconsLocation', 'VnsRsDevMgrEpg', 'VnsLDevIf', 'VnsRsLDevCtxToLDev', 'InfraRsToEpControlP', 'TagInst', 'FvTunDef', 'FabricIPV6ExpG', 'FabricNodeInfo', 'VnsSvcPkgSource', 'EqptNic', 'VnsRsMConnAtt', 'VnsFolderInst', 'FrmwrkPEDeliveryDest', 'TunnelIf', 'PconsResolver', 'VmmAgtStatus', 'Ospfv3MaxLsaP', 'QospClass', 'FvRsBdToEpRet', 'PlannerRsToProviderL3Out', 'VnsRsCIfAtt', 'BgpPeerAfEntry', 'StpIf', 'FabricRsNodeGroup', 'VnsRsMDevAtt', 'DhcpRsProv', 'VnsRsAbsConnectionConns', 'InfraRsResMcpIfPol', 'MgmtMgmtIf', 'CnwAggrIf', 'RelnRelTaskCont', 'FvRsProtBy', 'VnsLIf', 'PlannerRsProvidedContracts', 'VmmRsVswitchOverrideMcpIfPol', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'InfraRsInfraBD', 'FabricRsResFaultSwRetP', 'VnsDevFolder', 'DbgRemotePort', 'FvRsCtxToBgpCtxAfPol', 'SpanVSrc', 'VnsMgmtLIf', 'InfraRsAccNodePGrp', 'VzRsAnyToProv', 'PlannerRsDeployedFex', 'FvCtxSharedServiceUpdate', 'DbgacFromEpgSummary', 'FaultRsFaultCtrlrRetP', 'VnsRsLDevCtxToRtrCfg', 'SyntheticRsToAObj', 'SpanRsDestApic', 'FabricRsResFabricProtChainP', 'InfraRsMonIfInfraPol', 'EqptcapacityEntity', 'MgmtRsGrp', 'FvRsTenantMonPol', 'VnsRsDevPingToCDev', 'TraceroutepRsTrEpExtIpSrc', 'VnsRsConnToCtxTermInst', 'PhysDomP', 'InfraRsDomP', 'FabricRsPathToSpPortPGrp', 'InfraRsNodeP', 'TraceroutepRsTrEpSrc', 'VnsRsDefaultScopeToTerm', 'ConfigRsExportDestination', 'PlannerRsFexLabel', 'VnsEPpInfo', 'VnsRsConnToAConnInst', 'FabricMacExpG', 'FvRtdEpP', 'VnsRsScriptHandlerStateToDomainRef', 'InfraBoot', 'VnsRsNodeToAbsFuncProf', 'FaultRsHealthCtrlrRetP', 'VnsSvcVipUpdate', 'FvRsBDToProfile', 'FabricRsResMonCommonPol', 'DhcpRsRelayP', 'FvPolDeliveryStatus', 'InfraRsLacpInterfacePol', 'ConditionRsNodeEventRecRetP', 'FvVDEp', 'FabricPmPathEpCleanup', 'FabricRsLeNodePGrp', 'FabricExplicitGEp', 'DnsRsDnsProfile', 'VnsLDevCtx', 'MaintRsToMaintGrp', 'BgpInvalidRREp', 'Ospfv3Inst', 'FvOoBEpP', 'MgmtRsOoBCons', 'L3extCtxUpdater', 'CompCtrlr', 'MgmtInstPDef', 'CompStatsPol', 'ResConsumer', 'EigrpRsIfPol', 'FaultRsHealthFabricNode', 'EqptSysC', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'PlannerRsBdVrf', 'InfraRsToMcpIfPol', 'VnsVBgpDevCfg', 'InfraRsToErrDisRecoverPol', 'FvCollectionCont', 'IdentAllocCont', 'FabricRsSpCardP', 'DbgacRsToEpIp', 'OamRsSrcEncap', 'PolRsVnsmdev', 'L2extRsL2DomAtt', 'FvRsDomAtt', 'DhcpRsDhcpOptionPol', 'VnsGraphInst', 'L2RsDot1pRuleAtt', 'VmmEpPD', 'VmmPlInf', 'SpanDest', 'VmmRsVxlanNs', 'CompMgmtNic', 'FvRsBdFloodTo', 'FvRsBDSubnetToOut', 'VzRsAnyToConsIf', 'VnsRsLdevIfToLDev', 'VmmRsDefaultCdpIfPol', 'FirmwareCcoSource', 'VnsAbsFuncConn', 'SyntheticSwTLTestObj', 'FvnsVxlanInstDef', 'FabricRsResCoreP', 'EqptExtChCardSlot', 'VnsVConn', 'InfraRsResMcpInstPol', 'FvRsBDSubnetToProfile', 'SpanVSrcDef', 'IdentElementIp', 'FabricRsCtrlrPGrp', 'ProcProc', 'SpanRsProvDestGrp', 'VnsSLDevInst', 'VnsDevParam', 'HvsExtPol', 'InfraRsSpanVDestGrp', 'L2extDomDef', 'VnsNodeInst', 'FvRsConsIf', 'CompEpPD', 'SyntheticIfcCTestObj', 'IsisDom', 'InfraRsToMcpInstPol', 'EqptLC', 'InfraRsLacpPol', 'FvSvcBD', 'VmmRsVmmCtrlrP', 'FvEpP', 'DbgacRsToEpForEpToEp', 'FvRsBgpCtxPol', 'VnsGFolder', 'EqptSpromPsu', 'FrmwrkOEDeliveryDest', 'InfraPeNode', 'VnsRsCDevToCtrlrP', 'DbgIpToEpgRslt', 'DbgacRsToLDevForEpToExt', 'PlannerRsConnectedSpine', 'SyslogDestState', 'DbgEpToEpgRslt', 'FvNwIssues', 'MaintRsMgrpp', 'VnsEPgDef', 'MgmtInB', 'VnsRsTermToAny', 'RtctrlRsScopeToAttrP', 'CompVNicPDDef', 'EqptSpromLc', 'FabricRsResAuditSwRetP', 'TagRef', 'PolRsTroubleshootSessionRel', 'VzRsDenyRule', 'DbgacRsToEpIpForEpgToEp', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'PconsRefDn', 'VnsRsALDevToVxlanInstP', 'VzRsAnyToCons', 'CompVNic', 'FvRsBDToProfileDef', 'InfraRsVlanNs', 'InfraIncorrectCntrlSbstState', 'IdentSegReleaseCont', 'InfraRsAccCardP', 'Ipv6If', 'VmmRsAEP', 'PolRsDbgrConfigImportIdP', 'InfraGeneric', 'VzTaboo', 'VnsRsVDevToDomainRef', 'FirmwareDownload', 'InfraRsMonFexInfraPol', 'DbgacEpToEpg', 'FabricRsPodPGrpBGPRRP', 'ConditionRsNodeFaultRecRetP', 'VmmRsDefaultL2InstPol', 'ProcSystem', 'EqptSupC', 'EqptSensor', 'FabricIPV6AutoG', 'EqptBSlot', 'FvCtxConfigIssues', 'InfraRsResQoSPol', 'IdentElement64', 'MgmtRsAddrInst', 'VmmCtrlrP', 'VzAny', 'DbgAcTrail', 'FabricRsSpNodeP', 'VnsRsALDevToDevMgr', 'EthpmFcot', 'FaultConfMoPayload', 'VnsRsMgmtAddr', 'PolRsDbgrConfigExportP', 'SnmpUserSecP', 'DbgacIpToIp', 'FabricRsResFabricIPV4ProtPol', 'VzProvDef', 'InfraRsOverrideStpPol', 'PlannerRsClusterLabel', 'CommWebServer', 'SatmRemoteFcotX2', 'SatmRemoteFcot', 'VpcIf', 'InfraRsCardPGrp', 'DatetimeNtpProviderStatus', 'PolRsFirmwareRepoP', 'VnsRsDevMgrToMDevMgr', 'VnsRsLIfCtxToLIf', 'VzRsSubjFiltAtt', 'VnsParamInst', 'IdentReleaseCont', 'L1PhysIf', 'InfraRsOverrideFwPol', 'FvnsVlanInstDef', 'VnsRsCIfAttN', 'EqptSpromBP', 'PresDltNodeRegs', 'FabricCreatedBy', 'SyntheticContext', 'CallhomeInvP', 'DbgEpToEpRslt', 'VxlanCktEp', 'CommHttp', 'FvRsCtxToEpRet', 'EqptSysCSlot', 'CompRsCtrlrP', 'VzCtrctEPgCont', 'VnsScriptRTInfo', 'VmmRsVswitchOverrideFwPol', 'DbgacRsFromLDevForExtToEp', 'CoppClass', 'DatetimeRsNtpProvToNtpAuthKey', 'DbgexpTechSupP', 'PlannerRsToConsumerBd', 'L3Ctx', 'EqptExtChCard', 'VnsRsLDevDomP', 'FvEpTaskAggr', 'EqptAsic', 'DbgacRsToEpg', 'CompPolCont', 'L3extDomDef', 'DhcpRsToNodeGrp', 'PolScopedCount', 'PolRsDbgrConfigSnapshotMgrP', 'MgmtOoBZone', 'FabricRsResTechSupP', 'VnsLDevInst', 'HvsAdj', 'DbgacRsFromEpg', 'IgmpsnoopInst', 'FaultProcessFaultPayload', 'FabricRsResPsuInstPol', 'DbgacEpToAny', 'VmmDomPDef', 'L3extRsNdIfPol', 'PolRsClusterPolRel', 'CompEpPConn', 'FvcapScopeReg', 'MgmtCollectionCont', 'FvModEpTaskAggr', 'SatmFabP', 'VnsRsConnToAConn', 'DbgacRsToEpgForEpgToEpg', 'FrmwrkCtrlrDeliveryDest', 'FabricRsResOngoingAcMode', 'FabricRsSpPortPGrp', 'StatsExportJob', 'BfdSess', 'FabricOosPathIssues', 'SpanRsDestPathEp', 'FabricRsDecommissionNode', 'SpanSrcDef', 'InfraLoNode', 'L3FwdCtx', 'IdentSegmentIp', 'EqptPsu', 'ConditionRsNodeHealthRecRetP', 'InfraRsResErrDisRecoverPol', 'InfraClSzEqObst', 'InfraPreProv', 'QospDscpRule', 'InfraPEPg', 'FabricRsMonInstFabricPol', 'PconsResolveCompleteRef', 'DbgacEpgToIp', 'L3extRtLIfCtxToOut', 'SysdebugTechSupport', 'FvRsToRemoteEpPCtrctInfo', 'FvRsABDPolMonPol', 'SpanERDestination', 'VnsVOspfDevCfg', 'FabricRsVpcInstPol', 'DbgIpToEpRslt', 'AaaLdapProvider', 'VnsRsTermToEPg', 'PlannerRsGraphLabel', 'MaintRsPolCtrlrScheduler', 'DbgacRsFromLDevForIpToEpg', 'IdentElement16', 'ConditionRsToNodePolGrp', 'FileRsARemoteHostToEpp', 'FabricRsToFabricIPV6ProtPol', 'SnmpClient', 'DbgacRsToEpForEpgToEp', 'DbgexpRsTSScheduler', 'DbgEpgToEpgRslt', 'ActrlStats', 'CompRsCtrlr', 'VnsRsCDevToChassis', 'FirmwareRsFwgrpp', 'FvRsCtxMcastTo', 'InfraRsSpanVSrcGrp', 'VnsCMgmt', 'InfraRsAttEntP', 'SpanRsSrcToVPortDef', 'QosmIfClass', 'InfraRsMcpIfPol', 'FvRsProv', 'VnsRsMConnAttInst', 'DbgexpCoreStatus', 'InfraRsResLacpLagPol', 'L3extRsSubnetToProfile', 'InfraRsConnPortS', 'VnsVDevDomainRefCont', 'VnsRsFolderInstToMFolder', 'FabricAutoGEp', 'FabricRsCallhomeInvPol', 'VnsREPpInfo', 'FirmwareCtrlrFwStatusCont', 'ConfigSubJob', 'OspfMaxLsaP', 'FabricRsSpPortP', 'FabricRsApplTechSupOnD', 'VnsRsMDevMgrToMDev', 'RecoveryReconcileNode', 'VnsCDevState', 'VnsRsChassisEpg', 'DbgAcPath', 'CompHpNic', 'AaaUser', 'SnmpConfIssues', 'MgmtNodeDef', 'FvStCEp', 'CallhomeRsQueryGroupRel', 'L2BD', 'FabricNode', 'HvsRtNicAdj', 'MgmtRsToNodeGrp', 'IdentSource', 'VnsAbsFuncProf', 'FvEpDefRef', 'L2RsPathDomAtt', 'DbgexpPolicyStatus', 'TopSystem', 'L2extDomP', 'ConfigRsImportSource', 'FabricRsSpNodePGrp', 'FabricRsMonModuleFabricPol', 'SviIf', 'VnsSHSEPpInfo', 'VnsConnectionInst', 'RtctrlRsCtxPToSubjP', 'FvRsToRemoteAnyDef', 'DbgEpgToIpRslt', 'ActrlRule', 'VpcRsVpcConf', 'EthpmAggrIf', 'ArpStAdjEp', 'FvCtx', 'TraceroutepRsTrEpDst', 'EqptSpromSup', 'VnsAbsGraph', 'DatetimeClkPol', 'FabricNodePEp', 'VnsRsProfToMFunc', 'InfraRsL2InstPol', 'FvRsApMonPol', 'SpanRsSpanSrcToL2CktEpAtt', 'PlannerRsGraphCluster', 'FvRsCtxToEigrpCtxAfPol', 'FaultRsEventCtrlrRetP', 'EthpmFcotX2', 'EqptBoard', 'FirmwareCardRunning', 'L3extInstP', 'DbgacEpToExt', 'FvRsCons', 'DbgacRsFromEpForEpToEpg', 'VnsCRel', 'VmmRsVswitchOverrideStpPol', 'VnsRsConnToCtxTerm', 'FabricRsResHealthPols', 'VnsRsLDevInst', 'TagAliasDelInst', 'FvRsNdPfxPol', 'DbgacRsFromEpIp', 'ProcEntry', 'SpanRsSrcToEpP', 'DhcpClient', 'FirmwareFirmware', 'EqptFC', 'TestinfralabFreebies', 'PolRsFabricipv4expg', 'PconsResolverCont', 'L3extRsL3DomAtt', 'InfraWiNode', 'FirmwareInternalSource', 'VnsVFunc', 'FvRsIgmpsn', 'VnsCFolder', 'FvDelEpTaskAggr', 'VzRsGraphAtt', 'MgmtRsInbEpg', 'InfraNsIssues', 'SnmpTrapDest', 'EqptFt', 'IsisRsNhAtt', 'ImMgmtIf', 'DhcpCRelPg', 'InfraRsResHIfPol', 'VnsGParam', 'FabricRsLePortPGrp', 'DbgexpRsData', 'MaintRsPolScheduler', 'VnsRsTarget', 'VzSubj', 'CallhomeRsDestGroupRel', 'EqptLCSlot', 'EqptCpuP', 'IdentSegment32', 'DlgtDelegate', 'FvBDConfigIssues', 'L3Inst', 'FabricSelectorIssues', 'SpanRsSrcToVPort', 'VzRsFiltAtt', 'FabricRsNodeCoreP', 'VnsTermNodeInst', 'FvRsDomDefNsLocal', 'FvRtAcExtPolToContext', 'VmmRsDefaultLldpIfPol', 'DbgDVPCPath', 'PlannerRsToProviderBd', 'EqptFtSlot', 'FvTunDefRef', 'VmmRsVswitchOverrideLldpIfPol', 'FvRsBDToOut', 'PlannerRsGraphContracts', 'DhcpClientIf', 'L3RtdIf', 'SpanSrcGrp', 'FvCCg', 'FvTenant', 'FvnsMcastAddrInstP', 'DbgacRsToEp', 'SpanRsDestToVPort', 'FabricRsPodPGrpCoopP', 'EqptSpromFan', 'VnsDevHealth', 'FvRsToRemoteEpCP', 'DbgEpToAnyRslt', 'LldpAdjEp', 'DbgacRsContext', 'VnsRsMetaIf', 'CoopDom', 'FabricVpcResource', 'ActrlMgmtRule', 'NdRsRaSubnetToNdPfxPol', 'DatetimeNtpq', 'EqptPsuSlot', 'PolRsScriptHandlerLock', 'CompHv', 'InfraRsAccPortP', 'MaintNodeInMaint', 'VnsRsClusterPol', 'FabricRsPsuInstPol', 'FabricPath', 'EqptdiagRslt', 'VnsRsConnToFltInst', 'DbgExpertRslt', 'L2extRsEBd', 'VzCollectionCont', 'CallhomeInvTask', 'FabricRsTimePol', 'PcAggrMbrIf', 'EqptcapacityFSPartition', 'DbgexpRsUserCtx', 'FabricRsPodPGrp', 'SvccoreNode', 'FabricLink', 'ConfigJob', 'DbgIpToIpRslt', 'InfraRsFabricNode', 'L3EncRtdIf', 'FabricDecommissionJob', 'VnsRsChassisToMChassis', 'PcAggrIf', 'InfraRsAccBaseGrp', 'FvRsToRemoteCtrctEPgCont', 'StpEncapInstDef', 'FabricTrail', 'AaaDomainRef', 'FvRInfoHolder', 'VnsRsALDevToDomP', 'MaintUpgJobFault', 'DbgSVPCPath', 'InfraRsL2IfPol', 'FvnsMcastAddrInstDef', 'VmmDomP', 'DbgacRsAcExtPolToContext', 'FabricRsPathToLePortPGrp', 'DppClass', 'L3extInstPDef', 'IdentElement32', 'OpflexODev', 'DbgexpCoreP', 'InfraRsResNwsFwPol', 'FabricRsLeCardP', 'PresResolver', 'InfraRsToEpLoopProtectP', 'RecoveryReconcileLoc', 'FabricRsResL2InstPol', 'EqptFan', 'DbgexpTechSupOnD', 'DbgexpTechSupODev', 'SpanLDestination', 'OspfInst', 'LldpInstSendTask', 'FaultRsAaaCtrlrRetP', 'CnwPhysIf', 'VnsLDevVip', 'ProcEntity', 'CoopCitizenAdj', 'VnsRsVDevDomainRefContToDomainRef', 'SpanRsSrcToBDDef', 'MgmtRsOoBCtx', 'SysdebugLogControlEp', 'SpanAcct', 'VnsVBgpVEncapAsc', 'VnsRsInterface', 'FvAREpPRequestor', 'VnsRsConnToLIfInst', 'VnsRsConnToFlt', 'FabricRsPodPGrpIsisDomP', 'FvTabooCtxDefCont', 'FvAEPg', 'DbgacExtToEp', 'VpcKeepalive', 'MgmtRsInB', 'DbgAnyToEpRslt', 'TraceroutepRsTrEpIpSrc', 'VnsRsNodeInstToLDevCtx', 'FabricRsApplMonPol', 'HvsLNode', 'SpanRsSrcToEpg', 'DbgacAnyToEp', 'MgmtRsOobEpg', 'IdentSegment64', 'FabricRsNodeTechSupP', 'VmmRsCtrlrPMonPol', 'VzRsInTermGraphAtt', 'VnsRsNodeToMFunc', 'FvRsCtx', 'AaaPartialRbacRule', 'InfraRsCdpIfPol', 'InfraIlClMsgSrc', 'SpanTaskParam', 'FabricLooseNode', 'VnsCParam', 'ConfigRsRemotePath', 'InfraRsResLacpIfPol', 'DbgacEpgToEpg', 'FvAp', 'InfraRsAccBndlSubgrp', 'FabricRsResHealthSwRetP', 'RelnReleaseRef', 'VnsRsScopeToTerm', 'SyslogRsDestGroup', 'InfraRsLldpIfPol', 'FvRsCtxToOspfCtxPol', 'VnsGRel', 'DbgexpRsExportDest', 'DbgacEpgToEp', 'StatsShardExportSubJob', 'PlannerRsGraphL3Out', 'TrigRsTriggerable', 'VnsCDev', 'LldpCtrlrAdjEp', 'InfraAttEntityP', 'FvBrEpP', 'MgmtRsMgmtBD', 'InfraSelectorIssues', 'SnmpRsDestGroup', 'FaultRsHealthLevelP', 'VpcDom', 'FrmwrkEMgrDeliveryDest', 'IdentContext', 'VnsLDevIfLIf', 'VmmRsAcc', 'NwsRsNwsSyslogSrcToDestGroup', 'VlanCktEp', 'VzBrCP', 'FvInstPEpP', 'ConfigRsExportScheduler', 'L3extDomP', 'FvRsToRemoteRFltP', 'VnsAbsParam', 'TestinfralabRsSnacks', 'AcRuleIp', 'CommRsKeyRing', 'LldpIf', 'DbgacEpToEp', 'TraceroutepTrNode', 'DhcpProvider', 'FabricRsResLldpInstPol', 'InfraRsResMonInfraPol', 'VmmRsDefaultFwPol', 'VnsRsDevEpg', 'FvSvcEpP', 'FvCtrctCtxDefCont', 'DbgacRsFromEpIpForEpToEpg', 'SvccoreCtrlr', 'AaaRadiusProvider', 'SpanSrcGrpDef', 'VnsRsMChassisToMDev', 'VnsCfgRelInst', 'InfraRsMonModuleInfraPol', 'FabricRsResFabricMACProtPol', 'VmmRsDomMcastAddrNs', 'VnsRsCfgToConn', 'PolRsDbgrConfigRollbackP', 'DbgacTenantSpaceCmnDef', 'PlannerRsL2OutBd', 'DbgRsTenantToDomainRef', 'MaintUpgStatus', 'VnsRsLIfCtxToBD', 'InfraMgmt', 'PolRsExportPRel', 'VnsCIf', 'InfraProvAcc', 'VnsSDEPpInfo', 'DhcpPRelPg', 'VnsDevConfIssue', 'FabricPathEpCleanupShard', 'MaintRsReltomaintp', 'MgmtConfigAddr', 'FabricRsSnmpPol', 'VmmRsDefaultLacpLagPol', 'SpanRsSessionToDomainRef', 'PolRsFabricmacexpg', 'VnsCMgmtProxy', 'DbgexpTechSupVmm', 'InfraRsOverrideCdpIfPol', 'OspfAdjEp', 'OpflexIDEp', 'FvRsAEPgMonPol', 'VzFilter', 'DbgacRsToAbsEpg', 'CallhomeDestState', 'FvRsCtxMonPol', 'MaintUpgJob', 'InfraImage', 'SpanRsProvToVDestGrp', 'DbgacIpToEpg', 'MgmtRsOoB', 'PolRsDbgrConfigImportP', 'InfraRsPathToAccBaseGrp', 'VnsAbsFolder', 'FabricRsLeNodeP', 'DbgacRsToEpIpForEpToEp', 'FvRsTnDenyRule', 'VnsFuncConnInst', 'EqptdiagOnDSubj', 'FvSubnetBDDefCont', 'VmmRsDefaultStpIfPol', 'DbgacToEpgSummary', 'FabricRsSpCardPGrp', 'VnsRsALDevToPhysDomP', 'InfraRsOverrideLacpPol', 'BgpInst', 'BgpPeerEntry', 'DbgFiveTupleRslt', 'VnsSHEPpInfo', 'VnsTermConnInst', 'FabricShardTaskHolder', 'FirmwareCompRunning', 'VzGlobalPcTagRequest', 'FvRtProv', 'VnsVOspfVEncapAsc', 'InfraRsOverrideLldpIfPol', 'DatetimeConfIssues', 'InfraRsResLoopProtectPol', 'IdentConsumer', 'PlannerRsL3OutVrf', 'PolGCount', 'DhcpDiscNode']
|
356
378
|
@props = { 'ack' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
357
379
|
'cause' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
358
380
|
'changeSet' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
359
381
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
360
382
|
'code' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
361
383
|
'created' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
384
|
+
'delegated' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
362
385
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
363
386
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
364
387
|
'domain' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -427,6 +450,8 @@ module ACIrb
|
|
427
450
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
428
451
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
429
452
|
'ownerSvcId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
453
|
+
'ownerSysId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
454
|
+
'ownerSysType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
430
455
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
431
456
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
432
457
|
'termId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
@@ -482,6 +507,7 @@ module ACIrb
|
|
482
507
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
483
508
|
'code' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
484
509
|
'created' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
510
|
+
'delegated' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
485
511
|
'delegatedFrom' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
486
512
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
487
513
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -596,6 +622,35 @@ module ACIrb
|
|
596
622
|
'rseventCtrlrRetP'
|
597
623
|
end
|
598
624
|
end
|
625
|
+
class FaultRsEventMgrSnmpPol < MO
|
626
|
+
@class_name = 'fault.RsEventMgrSnmpPol'
|
627
|
+
@ruby_class = 'FaultRsEventMgrSnmpPol'
|
628
|
+
@prefix = 'rseventMgrSnmpPol-'
|
629
|
+
@prefixes = [['rseventMgrSnmpPol-', true]]
|
630
|
+
@rn_format = 'rseventMgrSnmpPol-[%(tDn)s]'
|
631
|
+
@containers = ['FaultEventMgrCont']
|
632
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
633
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
634
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
635
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
636
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
637
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
638
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
639
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
640
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
641
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
642
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
643
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
644
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
645
|
+
@child_classes = []
|
646
|
+
@label = 'SNMP Policy'
|
647
|
+
@naming_props = ['tDn']
|
648
|
+
@read_only = true
|
649
|
+
|
650
|
+
def rn
|
651
|
+
'rseventMgrSnmpPol-[' << @attributes['tDn'] << ']'
|
652
|
+
end
|
653
|
+
end
|
599
654
|
class FaultRsFaultCtrlrRetP < MO
|
600
655
|
@class_name = 'fault.RsFaultCtrlrRetP'
|
601
656
|
@ruby_class = 'FaultRsFaultCtrlrRetP'
|
@@ -867,6 +922,30 @@ module ACIrb
|
|
867
922
|
'rssynPolicyEvent'
|
868
923
|
end
|
869
924
|
end
|
925
|
+
class FaultRtEventMgrPolRel < MO
|
926
|
+
@class_name = 'fault.RtEventMgrPolRel'
|
927
|
+
@ruby_class = 'FaultRtEventMgrPolRel'
|
928
|
+
@prefix = 'rtpolEventMgrPolRel-'
|
929
|
+
@prefixes = [['rtpolEventMgrPolRel-', true]]
|
930
|
+
@rn_format = 'rtpolEventMgrPolRel-[%(tDn)s]'
|
931
|
+
@containers = ['FaultEventMgrCont']
|
932
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
933
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
934
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
935
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
936
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
937
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
938
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
939
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
940
|
+
@child_classes = []
|
941
|
+
@label = 'Relation Holder'
|
942
|
+
@naming_props = ['tDn']
|
943
|
+
@read_only = true
|
944
|
+
|
945
|
+
def rn
|
946
|
+
'rtpolEventMgrPolRel-[' << @attributes['tDn'] << ']'
|
947
|
+
end
|
948
|
+
end
|
870
949
|
class FaultRtFaultCtrlrRetP < MO
|
871
950
|
@class_name = 'fault.RtFaultCtrlrRetP'
|
872
951
|
@ruby_class = 'FaultRtFaultCtrlrRetP'
|
data/lib/acirb/model/firmware.rb
CHANGED
@@ -284,7 +284,7 @@ module ACIrb
|
|
284
284
|
@prefix = 'firmwareCtrlrFwStatusContTask-'
|
285
285
|
@prefixes = [['firmwareCtrlrFwStatusContTask-', true]]
|
286
286
|
@rn_format = 'firmwareCtrlrFwStatusContTask-%(id)s'
|
287
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
287
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
288
288
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
289
289
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
290
290
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -379,7 +379,7 @@ module ACIrb
|
|
379
379
|
@prefix = 'firmwareDownloadTask-'
|
380
380
|
@prefixes = [['firmwareDownloadTask-', true]]
|
381
381
|
@rn_format = 'firmwareDownloadTask-%(id)s'
|
382
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
382
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
383
383
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
384
384
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
385
385
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -484,7 +484,7 @@ module ACIrb
|
|
484
484
|
@prefix = 'firmwareFirmwareTask-'
|
485
485
|
@prefixes = [['firmwareFirmwareTask-', true]]
|
486
486
|
@rn_format = 'firmwareFirmwareTask-%(id)s'
|
487
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
487
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
488
488
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
489
489
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
490
490
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -535,7 +535,7 @@ module ACIrb
|
|
535
535
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
536
536
|
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
537
537
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
538
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'FabricRtNodeGroup', 'FirmwareRtFwGrp', 'FirmwareRsFwgrpp', 'FabricNodeBlk', 'FaultDelegate']
|
538
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'FirmwareRtToFwGrp', 'FabricRtNodeGroup', 'FirmwareRtFwGrp', 'FirmwareRsFwgrpp', 'FabricNodeBlk', 'FaultDelegate']
|
539
539
|
@label = 'Firmware Group'
|
540
540
|
@naming_props = ['name']
|
541
541
|
@read_only = false
|
@@ -681,7 +681,7 @@ module ACIrb
|
|
681
681
|
'url' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
682
682
|
'user' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
683
683
|
@child_classes = ['FaultInst', 'FaultCounts', 'FirmwareDownload', 'FaultDelegate', 'HealthInst']
|
684
|
-
@label = '
|
684
|
+
@label = 'Firmware Download Task'
|
685
685
|
@naming_props = ['name']
|
686
686
|
@read_only = false
|
687
687
|
|
@@ -689,6 +689,34 @@ module ACIrb
|
|
689
689
|
'osrc-' << @attributes['name'] << ''
|
690
690
|
end
|
691
691
|
end
|
692
|
+
class FirmwarePodFwGrp < MO
|
693
|
+
@class_name = 'firmware.PodFwGrp'
|
694
|
+
@ruby_class = 'FirmwarePodFwGrp'
|
695
|
+
@prefix = 'podfwgrp-'
|
696
|
+
@prefixes = [['podfwgrp-', true]]
|
697
|
+
@rn_format = 'podfwgrp-%(name)s'
|
698
|
+
@containers = ['FabricInst']
|
699
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
700
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
701
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
702
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
703
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
704
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
705
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
706
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
707
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
708
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
709
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
710
|
+
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
711
|
+
@child_classes = ['HealthInst', 'FaultCounts', 'FirmwareRsToFwGrp', 'FabricPodBlk', 'FaultDelegate']
|
712
|
+
@label = 'POD Firmware Group'
|
713
|
+
@naming_props = ['name']
|
714
|
+
@read_only = true
|
715
|
+
|
716
|
+
def rn
|
717
|
+
'podfwgrp-' << @attributes['name'] << ''
|
718
|
+
end
|
719
|
+
end
|
692
720
|
class FirmwareRepo < MO
|
693
721
|
@class_name = 'firmware.Repo'
|
694
722
|
@ruby_class = 'FirmwareRepo'
|
@@ -774,6 +802,37 @@ module ACIrb
|
|
774
802
|
'rsfwgrpp'
|
775
803
|
end
|
776
804
|
end
|
805
|
+
class FirmwareRsToFwGrp < MO
|
806
|
+
@class_name = 'firmware.RsToFwGrp'
|
807
|
+
@ruby_class = 'FirmwareRsToFwGrp'
|
808
|
+
@prefix = 'rstoFwGrp-'
|
809
|
+
@prefixes = [['rstoFwGrp-', true]]
|
810
|
+
@rn_format = 'rstoFwGrp-[%(tDn)s]'
|
811
|
+
@containers = ['FirmwarePodFwGrp']
|
812
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
813
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
814
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
815
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
816
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
817
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
818
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
819
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
820
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
821
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
822
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
823
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
824
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
825
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
826
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
827
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
828
|
+
@label = 'Firmware Group'
|
829
|
+
@naming_props = ['tDn']
|
830
|
+
@read_only = false
|
831
|
+
|
832
|
+
def rn
|
833
|
+
'rstoFwGrp-[' << @attributes['tDn'] << ']'
|
834
|
+
end
|
835
|
+
end
|
777
836
|
class FirmwareRtAecatfirmwarep < MO
|
778
837
|
@class_name = 'firmware.RtAecatfirmwarep'
|
779
838
|
@ruby_class = 'FirmwareRtAecatfirmwarep'
|
@@ -1038,6 +1097,30 @@ module ACIrb
|
|
1038
1097
|
'rtresCatFwP'
|
1039
1098
|
end
|
1040
1099
|
end
|
1100
|
+
class FirmwareRtToFwGrp < MO
|
1101
|
+
@class_name = 'firmware.RtToFwGrp'
|
1102
|
+
@ruby_class = 'FirmwareRtToFwGrp'
|
1103
|
+
@prefix = 'rttoFwGrp-'
|
1104
|
+
@prefixes = [['rttoFwGrp-', true]]
|
1105
|
+
@rn_format = 'rttoFwGrp-[%(tDn)s]'
|
1106
|
+
@containers = ['FirmwareFwGrp']
|
1107
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1108
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1109
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1110
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1111
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1112
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1113
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1114
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
1115
|
+
@child_classes = []
|
1116
|
+
@label = 'POD Firmware Group'
|
1117
|
+
@naming_props = ['tDn']
|
1118
|
+
@read_only = true
|
1119
|
+
|
1120
|
+
def rn
|
1121
|
+
'rttoFwGrp-[' << @attributes['tDn'] << ']'
|
1122
|
+
end
|
1123
|
+
end
|
1041
1124
|
class FirmwareRunning < MO
|
1042
1125
|
@class_name = 'firmware.Running'
|
1043
1126
|
@ruby_class = 'FirmwareRunning'
|
@@ -1105,7 +1188,7 @@ module ACIrb
|
|
1105
1188
|
@prefix = 'firmwareSourceTask-'
|
1106
1189
|
@prefixes = [['firmwareSourceTask-', true]]
|
1107
1190
|
@rn_format = 'firmwareSourceTask-%(id)s'
|
1108
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
1191
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
1109
1192
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1110
1193
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1111
1194
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
data/lib/acirb/model/frmwrk.rb
CHANGED
@@ -144,7 +144,7 @@ module ACIrb
|
|
144
144
|
@prefix = 'frmwrkDeliveryDestTask-'
|
145
145
|
@prefixes = [['frmwrkDeliveryDestTask-', true]]
|
146
146
|
@rn_format = 'frmwrkDeliveryDestTask-%(id)s'
|
147
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
147
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
148
148
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
149
149
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
150
150
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -229,7 +229,7 @@ module ACIrb
|
|
229
229
|
@prefix = 'frmwrkEMgrDeliveryDestTask-'
|
230
230
|
@prefixes = [['frmwrkEMgrDeliveryDestTask-', true]]
|
231
231
|
@rn_format = 'frmwrkEMgrDeliveryDestTask-%(id)s'
|
232
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
232
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
233
233
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
234
234
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
235
235
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -314,7 +314,7 @@ module ACIrb
|
|
314
314
|
@prefix = 'frmwrkOEDeliveryDestTask-'
|
315
315
|
@prefixes = [['frmwrkOEDeliveryDestTask-', true]]
|
316
316
|
@rn_format = 'frmwrkOEDeliveryDestTask-%(id)s'
|
317
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
317
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
318
318
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
319
319
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
320
320
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -399,7 +399,7 @@ module ACIrb
|
|
399
399
|
@prefix = 'frmwrkPEDeliveryDestTask-'
|
400
400
|
@prefixes = [['frmwrkPEDeliveryDestTask-', true]]
|
401
401
|
@rn_format = 'frmwrkPEDeliveryDestTask-%(id)s'
|
402
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
402
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
403
403
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
404
404
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
405
405
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -446,12 +446,11 @@ module ACIrb
|
|
446
446
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
447
447
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
448
448
|
'timestamp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
449
|
-
'type' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
450
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
449
|
+
'type' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
451
450
|
@child_classes = ['FaultDelegate']
|
452
451
|
@label = 'None'
|
453
452
|
@naming_props = ['deliveryDn']
|
454
|
-
@read_only =
|
453
|
+
@read_only = true
|
455
454
|
|
456
455
|
def rn
|
457
456
|
'resp-[' << @attributes['deliveryDn'] << ']'
|
data/lib/acirb/model/fsm.rb
CHANGED
@@ -7,7 +7,7 @@ module ACIrb
|
|
7
7
|
@prefix = ''
|
8
8
|
@prefixes = []
|
9
9
|
@rn_format = ''
|
10
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
10
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
11
11
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12
12
|
'currStage' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13
13
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
data/lib/acirb/model/fv.rb
CHANGED
@@ -54,7 +54,8 @@ module ACIrb
|
|
54
54
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
55
55
|
'unicastRoute' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
56
56
|
'unkMacUcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
57
|
-
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
57
|
+
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
58
|
+
'vmac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
58
59
|
@child_classes = ['FaultDelegate']
|
59
60
|
@label = 'None'
|
60
61
|
@naming_props = []
|
@@ -114,7 +115,8 @@ module ACIrb
|
|
114
115
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
115
116
|
'unicastRoute' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
116
117
|
'unkMacUcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
117
|
-
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
118
|
+
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
119
|
+
'vmac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
118
120
|
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'FvRtBDDefToBD', 'FvRsBDToProfile', 'FvRsBDToRelayP', 'FvRtEPpInfoToBD', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'FvRsABDPolMonPol', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'FvRsBDToNdP', 'L2IngrPktsPart1d', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsPart15min', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'FvRsBdFloodTo', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'NdRaSubnet', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvRsCtx', 'L2IngrPktsAgHist1qtr', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPartHist1d', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'L2EgrPktsPartHist5min', 'FvRsIgmpsn', 'L2EgrPktsPart5min', 'FvUnkMacUcastActMod', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRsBdToEpRet', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsPartHist15min', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRsBDToOut', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsAgHist1w', 'L2IngrBytesPartHist1qtr']
|
119
121
|
@label = 'Bridge Domain'
|
120
122
|
@naming_props = []
|
@@ -130,7 +132,7 @@ module ACIrb
|
|
130
132
|
@prefix = 'accgrp-'
|
131
133
|
@prefixes = [['accgrp-', true]]
|
132
134
|
@rn_format = 'accgrp-[%(accGrpPKey)s]'
|
133
|
-
@containers = ['FvExtNwDepl', 'FvInfraDepl', 'FvMgmtDepl', 'FvAttEntPDepl', 'FvStDepl', 'FvSvcDepl']
|
135
|
+
@containers = ['FvNodeReqDepl', 'FvExtNwDepl', 'FvInfraDepl', 'FvMgmtDepl', 'FvAttEntPDepl', 'FvStDepl', 'FvSvcDepl']
|
134
136
|
@props = { 'accGrpPKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
135
137
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
136
138
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -257,6 +259,7 @@ module ACIrb
|
|
257
259
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
258
260
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
259
261
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
262
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
260
263
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
261
264
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
262
265
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -281,9 +284,11 @@ module ACIrb
|
|
281
284
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
282
285
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
283
286
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
287
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
284
288
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
285
289
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
286
290
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
291
|
+
'prec' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
287
292
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
288
293
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
289
294
|
@child_classes = ['FaultDelegate']
|
@@ -309,6 +314,8 @@ module ACIrb
|
|
309
314
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
310
315
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
311
316
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
317
|
+
'pcEnfDir' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
318
|
+
'pcEnfDirUpdated' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
312
319
|
'pcEnfPref' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
313
320
|
'pcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
314
321
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
@@ -428,7 +435,7 @@ module ACIrb
|
|
428
435
|
@prefix = 'fvAEpDefTask-'
|
429
436
|
@prefixes = [['fvAEpDefTask-', true]]
|
430
437
|
@rn_format = 'fvAEpDefTask-%(id)s'
|
431
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
438
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
432
439
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
433
440
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
434
441
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -471,6 +478,7 @@ module ACIrb
|
|
471
478
|
'configSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
472
479
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
473
480
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
481
|
+
'isAttrBasedEPg' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
474
482
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
475
483
|
'matchT' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
476
484
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -484,7 +492,7 @@ module ACIrb
|
|
484
492
|
'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
485
493
|
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
486
494
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
487
|
-
@child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'FvCEp', 'L2EgrBytesAgHist15min', 'FvRsBd', 'FvRsAEPgMonPol', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'L2EgrBytesAg1mo', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'VnsCtrlrEp', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'FvRsGraphDef', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2IngrBytesPartHist1mo', 'L2EgrBytesAgHist1mo', 'FvRtToEpg', 'FvRtFromEpg', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'VnsCParam', 'L2EgrBytesPart5min', 'FvStCEp', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'FvRsDomAtt', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FvRsNodeAtt', 'FaultCounts', 'L2IngrBytesAg1w', 'DhcpConsLbl', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'FvRtToEpgForEpgToEpg', 'L2IngrPktsAgHist1year', 'L2IngrBytesAgHist1w', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', '
|
495
|
+
@child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'FvCEp', 'L2EgrBytesAgHist15min', 'FvRsBd', 'FvRsAEPgMonPol', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'L2EgrBytesAg1mo', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'FvVipUpdate', 'VnsCtrlrEp', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'FvRsGraphDef', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2IngrBytesPartHist1mo', 'L2EgrBytesAgHist1mo', 'FvRtToEpg', 'FvRtFromEpg', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'VnsAbsCfgRel', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'VnsCParam', 'L2EgrBytesPart5min', 'FvStCEp', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'FvRsDomAtt', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FvRsNodeAtt', 'FaultCounts', 'L2IngrBytesAg1w', 'DhcpConsLbl', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'FvVip', 'VzConsLbl', 'FvRtToEpgForEpgToEpg', 'L2IngrPktsAgHist1year', 'L2IngrBytesAgHist1w', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'FvRtRtdEpPToNatMappingEPg', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'FvRsProvDef', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'VnsAddrInst', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'FvRtInstPToNatMappingEPg', 'FvRsPathAtt', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'FvCrtrn', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
488
496
|
@label = 'Application EPG'
|
489
497
|
@naming_props = ['name']
|
490
498
|
@read_only = false
|
@@ -499,19 +507,20 @@ module ACIrb
|
|
499
507
|
@prefix = 'epgDn-'
|
500
508
|
@prefixes = [['epgDn-', true]]
|
501
509
|
@rn_format = 'epgDn-[%(epgDn)s]'
|
502
|
-
@containers = ['FvOutCont', 'FvBDHolder', 'FvBDDef']
|
510
|
+
@containers = ['FvOutCont', 'FvBDHolder', 'FvCtxDef', 'FvBDDef', 'FvBDPublicSubnetHolder']
|
503
511
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
504
512
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
505
513
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
506
514
|
'epgDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
507
515
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
508
516
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
517
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
509
518
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
510
519
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
511
520
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
512
521
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
513
522
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
514
|
-
@child_classes = ['IpRouteDef', 'FaultDelegate']
|
523
|
+
@child_classes = ['FvVipDef', 'FaultCounts', 'HealthInst', 'FvStorageIssues', 'FvNwIssues', 'FvBDSubnet', 'VnsSvcEpgCont', 'IpRouteDef', 'FaultDelegate', 'FvCompIssues']
|
515
524
|
@label = 'Application EPG Container'
|
516
525
|
@naming_props = ['epgDn']
|
517
526
|
@read_only = true
|
@@ -559,7 +568,7 @@ module ACIrb
|
|
559
568
|
@prefix = 'fvAEPgTask-'
|
560
569
|
@prefixes = [['fvAEPgTask-', true]]
|
561
570
|
@rn_format = 'fvAEPgTask-%(id)s'
|
562
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
571
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
563
572
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
564
573
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
565
574
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -629,7 +638,7 @@ module ACIrb
|
|
629
638
|
@prefix = ''
|
630
639
|
@prefixes = []
|
631
640
|
@rn_format = ''
|
632
|
-
@containers = ['FvRsStPathAtt', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
641
|
+
@containers = ['FvRsStPathAtt', 'FvAEPgCont', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
633
642
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
634
643
|
'configSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
635
644
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -763,6 +772,7 @@ module ACIrb
|
|
763
772
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
764
773
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
765
774
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
775
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
766
776
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
767
777
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
768
778
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -783,7 +793,7 @@ module ACIrb
|
|
783
793
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
784
794
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
785
795
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
786
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', '
|
796
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRtIpEppAtt', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'MgmtAddrCont', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale']
|
787
797
|
@label = 'Management Endpoint Profile'
|
788
798
|
@naming_props = []
|
789
799
|
@read_only = true
|
@@ -918,6 +928,139 @@ module ACIrb
|
|
918
928
|
''
|
919
929
|
end
|
920
930
|
end
|
931
|
+
class FvAppCtxRef < MO
|
932
|
+
@class_name = 'fv.AppCtxRef'
|
933
|
+
@ruby_class = 'FvAppCtxRef'
|
934
|
+
@prefix = 'ctxref-'
|
935
|
+
@prefixes = [['ctxref-', true]]
|
936
|
+
@rn_format = 'ctxref-[%(ctxDn)s]'
|
937
|
+
@containers = ['FvAppCtxRefCont']
|
938
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
939
|
+
'ctxDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
940
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
941
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
942
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
943
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
944
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
945
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
946
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
947
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
948
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
949
|
+
@child_classes = ['FvAppEpGRef', 'FaultDelegate']
|
950
|
+
@label = 'App Context Reference'
|
951
|
+
@naming_props = ['ctxDn']
|
952
|
+
@read_only = true
|
953
|
+
|
954
|
+
def rn
|
955
|
+
'ctxref-[' << @attributes['ctxDn'] << ']'
|
956
|
+
end
|
957
|
+
end
|
958
|
+
class FvAppCtxRefCont < MO
|
959
|
+
@class_name = 'fv.AppCtxRefCont'
|
960
|
+
@ruby_class = 'FvAppCtxRefCont'
|
961
|
+
@prefix = 'ctxrefcont'
|
962
|
+
@prefixes = [['ctxrefcont', false]]
|
963
|
+
@rn_format = 'ctxrefcont'
|
964
|
+
@containers = ['PolUni']
|
965
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
966
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
967
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
968
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
969
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
970
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
971
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
972
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
973
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
974
|
+
@child_classes = ['FvAppCtxRef', 'FaultDelegate']
|
975
|
+
@label = 'App Ctx Reference Container'
|
976
|
+
@naming_props = []
|
977
|
+
@read_only = true
|
978
|
+
|
979
|
+
def rn
|
980
|
+
'ctxrefcont'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
class FvAppEpGCons < MO
|
984
|
+
@class_name = 'fv.AppEpGCons'
|
985
|
+
@ruby_class = 'FvAppEpGCons'
|
986
|
+
@prefix = 'epgcons-'
|
987
|
+
@prefixes = [['epgcons-', true]]
|
988
|
+
@rn_format = 'epgcons-[%(consDn)s]'
|
989
|
+
@containers = ['FvAppEpGPol']
|
990
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
991
|
+
'consDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
992
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
993
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
994
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
995
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
996
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
997
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
998
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
999
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1000
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1001
|
+
@child_classes = ['FaultDelegate']
|
1002
|
+
@label = 'None'
|
1003
|
+
@naming_props = ['consDn']
|
1004
|
+
@read_only = true
|
1005
|
+
|
1006
|
+
def rn
|
1007
|
+
'epgcons-[' << @attributes['consDn'] << ']'
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
class FvAppEpGPol < MO
|
1011
|
+
@class_name = 'fv.AppEpGPol'
|
1012
|
+
@ruby_class = 'FvAppEpGPol'
|
1013
|
+
@prefix = 'epgpol-'
|
1014
|
+
@prefixes = [['epgpol-', true]]
|
1015
|
+
@rn_format = 'epgpol-[%(polDn)s]'
|
1016
|
+
@containers = ['FvAppEpGRef']
|
1017
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1018
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1019
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1020
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1021
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1022
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1023
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1024
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1025
|
+
'polDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1026
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1027
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1028
|
+
@child_classes = ['FaultDelegate', 'FvAppEpGCons']
|
1029
|
+
@label = 'None'
|
1030
|
+
@naming_props = ['polDn']
|
1031
|
+
@read_only = true
|
1032
|
+
|
1033
|
+
def rn
|
1034
|
+
'epgpol-[' << @attributes['polDn'] << ']'
|
1035
|
+
end
|
1036
|
+
end
|
1037
|
+
class FvAppEpGRef < MO
|
1038
|
+
@class_name = 'fv.AppEpGRef'
|
1039
|
+
@ruby_class = 'FvAppEpGRef'
|
1040
|
+
@prefix = 'epgref-'
|
1041
|
+
@prefixes = [['epgref-', true]]
|
1042
|
+
@rn_format = 'epgref-[%(epgDn)s]'
|
1043
|
+
@containers = ['FvAppCtxRef']
|
1044
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1045
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1046
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1047
|
+
'epgDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1048
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1049
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1050
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1051
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1052
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1053
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1054
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1055
|
+
@child_classes = ['FvAppEpGPol', 'FaultDelegate']
|
1056
|
+
@label = 'App EpG Reference'
|
1057
|
+
@naming_props = ['epgDn']
|
1058
|
+
@read_only = true
|
1059
|
+
|
1060
|
+
def rn
|
1061
|
+
'epgref-[' << @attributes['epgDn'] << ']'
|
1062
|
+
end
|
1063
|
+
end
|
921
1064
|
class FvAProtoAttr < MO
|
922
1065
|
@class_name = 'fv.AProtoAttr'
|
923
1066
|
@ruby_class = 'FvAProtoAttr'
|
@@ -954,6 +1097,7 @@ module ACIrb
|
|
954
1097
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
955
1098
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
956
1099
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1100
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
957
1101
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
958
1102
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
959
1103
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -974,7 +1118,7 @@ module ACIrb
|
|
974
1118
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
975
1119
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
976
1120
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
977
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', '
|
1121
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRtIpEppAtt', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale']
|
978
1122
|
@label = 'None'
|
979
1123
|
@naming_props = []
|
980
1124
|
@read_only = true
|
@@ -1004,7 +1148,7 @@ module ACIrb
|
|
1004
1148
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1005
1149
|
'shardId' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1006
1150
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1007
|
-
@child_classes = ['FvRtRegisterAREpPBootStrap', 'FaultDelegate']
|
1151
|
+
@child_classes = ['FvRtRegisterAREpPBootStrap', 'FaultDelegate', 'FvRtShardedRegisterAREpPBootStrap']
|
1008
1152
|
@label = 'Include Aggregate AREpP Push in BootStrap Process'
|
1009
1153
|
@naming_props = ['shardId', 'nodeId']
|
1010
1154
|
@read_only = true
|
@@ -1037,6 +1181,96 @@ module ACIrb
|
|
1037
1181
|
''
|
1038
1182
|
end
|
1039
1183
|
end
|
1184
|
+
class FvAREpPRequestor < MO
|
1185
|
+
@class_name = 'fv.AREpPRequestor'
|
1186
|
+
@ruby_class = 'FvAREpPRequestor'
|
1187
|
+
@prefix = 'areppRequestor-'
|
1188
|
+
@prefixes = [['areppRequestor-', true]]
|
1189
|
+
@rn_format = 'areppRequestor-[%(areppDn)s]'
|
1190
|
+
@containers = ['FvAREpPRequestorCont']
|
1191
|
+
@props = { 'areppDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1192
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1193
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1194
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1195
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1196
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1197
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1198
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1199
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1200
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1201
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1202
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'FvCons']
|
1203
|
+
@label = 'Node AREpP Requestor'
|
1204
|
+
@naming_props = ['areppDn']
|
1205
|
+
@read_only = true
|
1206
|
+
|
1207
|
+
def rn
|
1208
|
+
'areppRequestor-[' << @attributes['areppDn'] << ']'
|
1209
|
+
end
|
1210
|
+
end
|
1211
|
+
class FvAREpPRequestorCont < MO
|
1212
|
+
@class_name = 'fv.AREpPRequestorCont'
|
1213
|
+
@ruby_class = 'FvAREpPRequestorCont'
|
1214
|
+
@prefix = 'areppRequestorCont'
|
1215
|
+
@prefixes = [['areppRequestorCont', false]]
|
1216
|
+
@rn_format = 'areppRequestorCont'
|
1217
|
+
@containers = ['TopRoot']
|
1218
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1219
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1220
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1221
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1222
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1223
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1224
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1225
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1226
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1227
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1228
|
+
@child_classes = ['FvAREpPRequestor', 'FaultCounts', 'HealthInst', 'FaultDelegate']
|
1229
|
+
@label = 'Node AREpP Requestor Container'
|
1230
|
+
@naming_props = []
|
1231
|
+
@read_only = true
|
1232
|
+
|
1233
|
+
def rn
|
1234
|
+
'areppRequestorCont'
|
1235
|
+
end
|
1236
|
+
end
|
1237
|
+
class FvAREpPRequestorTask < MO
|
1238
|
+
@class_name = 'fv.AREpPRequestorTask'
|
1239
|
+
@ruby_class = 'FvAREpPRequestorTask'
|
1240
|
+
@prefix = 'fvAREpPRequestorTask-'
|
1241
|
+
@prefixes = [['fvAREpPRequestorTask-', true]]
|
1242
|
+
@rn_format = 'fvAREpPRequestorTask-%(id)s'
|
1243
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
1244
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1245
|
+
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1246
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1247
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1248
|
+
'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1249
|
+
'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1250
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1251
|
+
'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1252
|
+
'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1253
|
+
'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1254
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1255
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1256
|
+
'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1257
|
+
'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1258
|
+
'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1259
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1260
|
+
'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1261
|
+
'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1262
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1263
|
+
'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1264
|
+
'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1265
|
+
@child_classes = []
|
1266
|
+
@label = 'None'
|
1267
|
+
@naming_props = ['id']
|
1268
|
+
@read_only = true
|
1269
|
+
|
1270
|
+
def rn
|
1271
|
+
'fvAREpPRequestorTask-' << @attributes['id'] << ''
|
1272
|
+
end
|
1273
|
+
end
|
1040
1274
|
class FvAREpPUpd < MO
|
1041
1275
|
@class_name = 'fv.AREpPUpd'
|
1042
1276
|
@ruby_class = 'FvAREpPUpd'
|
@@ -1044,7 +1278,8 @@ module ACIrb
|
|
1044
1278
|
@prefixes = [['areppUpdates', false]]
|
1045
1279
|
@rn_format = 'areppUpdates'
|
1046
1280
|
@containers = ['FvEpPCont']
|
1047
|
-
@props = { '
|
1281
|
+
@props = { 'canUseAggregatedUpd' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1282
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1048
1283
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1049
1284
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1050
1285
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1063,6 +1298,97 @@ module ACIrb
|
|
1063
1298
|
'areppUpdates'
|
1064
1299
|
end
|
1065
1300
|
end
|
1301
|
+
class FvARsToRemote < MO
|
1302
|
+
@class_name = 'fv.ARsToRemote'
|
1303
|
+
@ruby_class = 'FvARsToRemote'
|
1304
|
+
@prefix = ''
|
1305
|
+
@prefixes = []
|
1306
|
+
@rn_format = ''
|
1307
|
+
@containers = []
|
1308
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1309
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1310
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1311
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1312
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1313
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1314
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1315
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1316
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1317
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1318
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1319
|
+
@child_classes = ['FvCons']
|
1320
|
+
@label = 'Super Class for Relation used to pull policies to Node'
|
1321
|
+
@naming_props = []
|
1322
|
+
@read_only = false
|
1323
|
+
|
1324
|
+
def rn
|
1325
|
+
''
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
class FvARsToRemoteFC < MO
|
1329
|
+
@class_name = 'fv.ARsToRemoteFC'
|
1330
|
+
@ruby_class = 'FvARsToRemoteFC'
|
1331
|
+
@prefix = ''
|
1332
|
+
@prefixes = []
|
1333
|
+
@rn_format = ''
|
1334
|
+
@containers = []
|
1335
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1336
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1337
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1338
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1339
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1340
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1341
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1342
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1343
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1344
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1345
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1346
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
1347
|
+
@label = 'Super Class for Relation used to pull policies to Node with Flow-Control'
|
1348
|
+
@naming_props = []
|
1349
|
+
@read_only = false
|
1350
|
+
|
1351
|
+
def rn
|
1352
|
+
''
|
1353
|
+
end
|
1354
|
+
end
|
1355
|
+
class FvARsToRemoteFCTask < MO
|
1356
|
+
@class_name = 'fv.ARsToRemoteFCTask'
|
1357
|
+
@ruby_class = 'FvARsToRemoteFCTask'
|
1358
|
+
@prefix = 'fvARsToRemoteFCTask-'
|
1359
|
+
@prefixes = [['fvARsToRemoteFCTask-', true]]
|
1360
|
+
@rn_format = 'fvARsToRemoteFCTask-%(id)s'
|
1361
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
1362
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1363
|
+
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1364
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1365
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1366
|
+
'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1367
|
+
'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1368
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1369
|
+
'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1370
|
+
'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1371
|
+
'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1372
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1373
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1374
|
+
'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1375
|
+
'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1376
|
+
'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1377
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1378
|
+
'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1379
|
+
'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1380
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1381
|
+
'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1382
|
+
'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1383
|
+
@child_classes = []
|
1384
|
+
@label = 'None'
|
1385
|
+
@naming_props = ['id']
|
1386
|
+
@read_only = true
|
1387
|
+
|
1388
|
+
def rn
|
1389
|
+
'fvARsToRemoteFCTask-' << @attributes['id'] << ''
|
1390
|
+
end
|
1391
|
+
end
|
1066
1392
|
class FvASCrtrn < MO
|
1067
1393
|
@class_name = 'fv.ASCrtrn'
|
1068
1394
|
@ruby_class = 'FvASCrtrn'
|
@@ -1073,6 +1399,7 @@ module ACIrb
|
|
1073
1399
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1074
1400
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1075
1401
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1402
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1076
1403
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1077
1404
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1078
1405
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1352,6 +1679,31 @@ module ACIrb
|
|
1352
1679
|
''
|
1353
1680
|
end
|
1354
1681
|
end
|
1682
|
+
class FvAVip < MO
|
1683
|
+
@class_name = 'fv.AVip'
|
1684
|
+
@ruby_class = 'FvAVip'
|
1685
|
+
@prefix = ''
|
1686
|
+
@prefixes = []
|
1687
|
+
@rn_format = ''
|
1688
|
+
@containers = []
|
1689
|
+
@props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1690
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1691
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1692
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1693
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1694
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1695
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1696
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1697
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1698
|
+
@child_classes = ['FaultDelegate']
|
1699
|
+
@label = 'Abstraction of Virtual IP address'
|
1700
|
+
@naming_props = []
|
1701
|
+
@read_only = false
|
1702
|
+
|
1703
|
+
def rn
|
1704
|
+
''
|
1705
|
+
end
|
1706
|
+
end
|
1355
1707
|
class FvAVmAttr < MO
|
1356
1708
|
@class_name = 'fv.AVmAttr'
|
1357
1709
|
@ruby_class = 'FvAVmAttr'
|
@@ -1412,7 +1764,8 @@ module ACIrb
|
|
1412
1764
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1413
1765
|
'unicastRoute' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1414
1766
|
'unkMacUcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1415
|
-
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
1767
|
+
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1768
|
+
'vmac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1416
1769
|
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'FvRtSrcToBD', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'FvRtBDDefToBD', 'FvRsBDToProfile', 'TagInst', 'FvRsBDToRelayP', 'FvRtEPpInfoToBD', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'FvRsABDPolMonPol', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'FvRsBDToNdP', 'L2IngrPktsPart1d', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'FvAccP', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'DhcpLbl', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'FvPolMod', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'FvRsBdFloodTo', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'FvRtDefInfraBd', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'NdRaSubnet', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'FvRtSvcBDToBDAtt', 'VnsGFolder', 'FvRsCtx', 'L2IngrPktsAgHist1qtr', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'VnsFolderInst', 'L2IngrPktsAgHist1year', 'FvRtInfraBD', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2IngrPktsPartHist1h', 'L2EgrBytesPartHist1w', 'L2EgrPktsPartHist1d', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'L2EgrPktsPartHist5min', 'FvRsIgmpsn', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'FvUnkMacUcastActMod', 'VnsParamInst', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRsBdToEpRet', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'FvRtLIfCtxToBD', 'L2IngrPktsPartHist15min', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtEBd', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'VnsAbsFolder', 'L2IngrPktsAg1year', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'FvRtBd', 'L2EgrPktsPart15min', 'FvRsBDToOut', 'FvRtMgmtBD', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsAgHist1w', 'L2IngrBytesPartHist1qtr', 'VnsAbsParam']
|
1417
1770
|
@label = 'Bridge Domain'
|
1418
1771
|
@naming_props = ['name']
|
@@ -1474,6 +1827,7 @@ module ACIrb
|
|
1474
1827
|
'limitIpLearnToSubnets' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1475
1828
|
'llAddr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1476
1829
|
'mac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1830
|
+
'missingContent' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1477
1831
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1478
1832
|
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1479
1833
|
'mtu' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1489,7 +1843,8 @@ module ACIrb
|
|
1489
1843
|
'type' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1490
1844
|
'unicastRoute' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1491
1845
|
'unkMacUcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1492
|
-
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
1846
|
+
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1847
|
+
'vmac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1493
1848
|
@child_classes = ['FaultCounts', 'HealthInst', 'FvAEPgCont', 'DhcpLblDef', 'FvRtToRemoteBDDef', 'FvRtSrcToBDDef', 'IgmpSnoopDef', 'FvEpRetDef', 'NdIfPolDef', 'IpRouteDef', 'FvOutCont', 'FaultDelegate', 'FvBDConfigIssues']
|
1494
1849
|
@label = 'Bridge Domain'
|
1495
1850
|
@naming_props = ['bdDn', 'isSvc']
|
@@ -1512,14 +1867,16 @@ module ACIrb
|
|
1512
1867
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1513
1868
|
'isSvc' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1514
1869
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1870
|
+
'missingContent' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1515
1871
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1872
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1516
1873
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1517
1874
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1518
1875
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1519
1876
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1520
1877
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1521
1878
|
'unicastRoute' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1522
|
-
@child_classes = ['FvAEPgCont', 'FvRtToRemoteBDHolder', 'IpRouteDef', 'NdRaSubnetDef', 'FvOutCont', 'FaultDelegate']
|
1879
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'FvAEPgCont', 'FvRtToRemoteBDHolder', 'IpRouteDef', 'NdRaSubnetDef', 'FvOutCont', 'FaultDelegate']
|
1523
1880
|
@label = 'Bridge Domain Holder'
|
1524
1881
|
@naming_props = ['bdDn', 'isSvc']
|
1525
1882
|
@read_only = true
|
@@ -1548,7 +1905,7 @@ module ACIrb
|
|
1548
1905
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1549
1906
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1550
1907
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1551
|
-
@child_classes = ['FaultCounts', '
|
1908
|
+
@child_classes = ['FaultCounts', 'FvRsBDToProfileDef', 'FvAEPgCont', 'FvRtPrToBDSubnetHolder', 'FaultDelegate', 'HealthInst', 'FvBDSubnet', 'FvRtOutToBDPublicSubnetHolder']
|
1552
1909
|
@label = 'Bridge Domain Public Subnet Holder'
|
1553
1910
|
@naming_props = ['bdDn', 'isSvc']
|
1554
1911
|
@read_only = true
|
@@ -1563,7 +1920,7 @@ module ACIrb
|
|
1563
1920
|
@prefix = 'bdsub-'
|
1564
1921
|
@prefixes = [['bdsub-', true]]
|
1565
1922
|
@rn_format = 'bdsub-[%(ip)s]'
|
1566
|
-
@containers = ['FvBDPublicSubnetHolder']
|
1923
|
+
@containers = ['FvBDPublicSubnetHolder', 'FvAEPgCont']
|
1567
1924
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1568
1925
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1569
1926
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -1573,12 +1930,11 @@ module ACIrb
|
|
1573
1930
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1574
1931
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1575
1932
|
'scope' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1576
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
1577
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1933
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1578
1934
|
@child_classes = ['FaultDelegate']
|
1579
1935
|
@label = 'Subnet'
|
1580
1936
|
@naming_props = ['ip']
|
1581
|
-
@read_only =
|
1937
|
+
@read_only = true
|
1582
1938
|
|
1583
1939
|
def rn
|
1584
1940
|
'bdsub-[' << @attributes['ip'] << ']'
|
@@ -1594,6 +1950,7 @@ module ACIrb
|
|
1594
1950
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1595
1951
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1596
1952
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1953
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1597
1954
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1598
1955
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1599
1956
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1617,7 +1974,7 @@ module ACIrb
|
|
1617
1974
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1618
1975
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1619
1976
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1620
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'BgpCtxDef', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'OspfExtDef', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2extDomDef', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2extLNodePDef', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'FvNwIssues', 'FvStorageIssues', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'BgpCtxAfDef', 'L2IngrPktsPart1qtr', '
|
1977
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'BgpCtxDef', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'FvAttEntPDepl', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'OspfExtDef', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2extDomDef', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2extLNodePDef', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'FvNwIssues', 'FvStorageIssues', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'BgpCtxAfDef', 'L2IngrPktsPart1qtr', 'FvRtClientGrpToEpp', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtIpEppAtt', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'RtctrlSubjDef', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'BgpExtDef', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'OspfCtxDef', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale', 'FvCompIssues']
|
1621
1978
|
@label = 'Bridged External EpP'
|
1622
1979
|
@naming_props = ['epgPKey']
|
1623
1980
|
@read_only = true
|
@@ -1669,12 +2026,11 @@ module ACIrb
|
|
1669
2026
|
'prio' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1670
2027
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1671
2028
|
'scope' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1672
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
1673
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2029
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1674
2030
|
@child_classes = ['FaultCounts', 'HealthInst', 'FvRInfoHolder', 'FaultInst', 'FvRtARemoteHostToEpg', 'FvRtNtpProvToEpg', 'TagAliasInst', 'TagAliasDelInst', 'FvCCEp', 'FvRtProfileToEpg', 'FvRtSecProvToEpg', 'FvRtEpg', 'FaultDelegate', 'TagInst']
|
1675
2031
|
@label = 'Compute Container Group'
|
1676
2032
|
@naming_props = ['name']
|
1677
|
-
@read_only =
|
2033
|
+
@read_only = true
|
1678
2034
|
|
1679
2035
|
def rn
|
1680
2036
|
'ccg-' << @attributes['name'] << ''
|
@@ -1735,7 +2091,7 @@ module ACIrb
|
|
1735
2091
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1736
2092
|
'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1737
2093
|
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1738
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
2094
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
1739
2095
|
@label = 'Client End-Point Group'
|
1740
2096
|
@naming_props = []
|
1741
2097
|
@read_only = false
|
@@ -1775,7 +2131,7 @@ module ACIrb
|
|
1775
2131
|
@prefix = 'fvCollectionContTask-'
|
1776
2132
|
@prefixes = [['fvCollectionContTask-', true]]
|
1777
2133
|
@rn_format = 'fvCollectionContTask-%(id)s'
|
1778
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
2134
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
1779
2135
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1780
2136
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1781
2137
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1834,7 +2190,7 @@ module ACIrb
|
|
1834
2190
|
@prefix = 'compissues'
|
1835
2191
|
@prefixes = [['compissues', false]]
|
1836
2192
|
@rn_format = 'compissues'
|
1837
|
-
@containers = ['FvRsStPathAtt', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
2193
|
+
@containers = ['FvRsStPathAtt', 'FvAEPgCont', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
1838
2194
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1839
2195
|
'configQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1840
2196
|
'configSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1961,7 +2317,7 @@ module ACIrb
|
|
1961
2317
|
@prefix = 'cons-'
|
1962
2318
|
@prefixes = [['cons-', true]]
|
1963
2319
|
@rn_format = 'cons-[%(consDn)s]'
|
1964
|
-
@containers = ['FvRsToRemoteRFltP', 'FvRsToRemoteAnyDef', 'FvRsToRemoteBDHolder', 'FvExtConnTrack', 'FvRsToRemoteTabooDef', 'FvRsToRemoteRtdEpPInfoHolder', 'FvRsToRemoteEpCP', 'FvRsToRemoteMonPol', '
|
2320
|
+
@containers = ['FvRsToRemoteRFltP', 'FvRsToRemoteAnyDef', 'FvRsToRemoteBDHolder', 'FvExtConnTrack', 'FvRsToRemoteMonGrp', 'FvRsToRemoteTabooDef', 'FvRsToRemoteRtdEpPInfoHolder', 'FvRsToRemoteRFltAtt', 'FvRsToRemoteCtrct', 'FvRsToRemoteEpCP', 'FvRsToRemoteCtxDef', 'FvRsToRemoteMonPol', 'FvRsToRemoteQueryGroup', 'FvRsToRemoteCtrctEPgCont', 'FvRsToRemoteEpPCtrctInfo', 'FvAREpPRequestor', 'FvRsToRemoteSyslogGroup', 'FvRsToRemoteBDDef']
|
1965
2321
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1966
2322
|
'consDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1967
2323
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -1990,14 +2346,16 @@ module ACIrb
|
|
1990
2346
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1991
2347
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1992
2348
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2349
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1993
2350
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1994
2351
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1995
2352
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1996
2353
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2354
|
+
'prec' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1997
2355
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1998
2356
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1999
2357
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2000
|
-
@child_classes = ['FvMacAttr', '
|
2358
|
+
@child_classes = ['FvSCrtrn', 'FvMacAttr', 'FvProtoAttr', 'FvVmAttr', 'FvIpAttr', 'FaultDelegate']
|
2001
2359
|
@label = 'Criterion'
|
2002
2360
|
@naming_props = []
|
2003
2361
|
@read_only = false
|
@@ -2017,13 +2375,15 @@ module ACIrb
|
|
2017
2375
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2018
2376
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
2019
2377
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2378
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2020
2379
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2021
2380
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2022
2381
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2023
2382
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2383
|
+
'prec' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2024
2384
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
2025
2385
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2026
|
-
@child_classes = ['FvVmAttrDef', '
|
2386
|
+
@child_classes = ['FvVmAttrDef', 'FvMacAttrDef', 'FvProtoAttrDef', 'FvIpAttrDef', 'FvSCrtrnDef', 'FaultDelegate']
|
2027
2387
|
@label = 'Criterion Definition'
|
2028
2388
|
@naming_props = []
|
2029
2389
|
@read_only = true
|
@@ -2064,7 +2424,7 @@ module ACIrb
|
|
2064
2424
|
@prefix = 'fvCtrctCtxDefContTask-'
|
2065
2425
|
@prefixes = [['fvCtrctCtxDefContTask-', true]]
|
2066
2426
|
@rn_format = 'fvCtrctCtxDefContTask-%(id)s'
|
2067
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
2427
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
2068
2428
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2069
2429
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2070
2430
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -2112,6 +2472,8 @@ module ACIrb
|
|
2112
2472
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
2113
2473
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2114
2474
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2475
|
+
'pcEnfDir' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2476
|
+
'pcEnfDirUpdated' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2115
2477
|
'pcEnfPref' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2116
2478
|
'pcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2117
2479
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
@@ -2119,8 +2481,8 @@ module ACIrb
|
|
2119
2481
|
'seg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2120
2482
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2121
2483
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2122
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'L2EgrBytesAg1mo', 'VzAny', 'TagInst', 'FvRtOoBCtx', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'FvRsOspfCtxPol', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrPktsPart1d', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'FvRsCtxMcastTo', 'L2EgrPktsPart15min', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'SnmpCtxP', 'L2EgrPktsPart1h', 'DnsLbl', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'VnsCParam', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvRsBgpCtxPol', 'VnsGFolder', 'FvRtInstPCtx', 'L2IngrPktsAgHist1qtr', 'FvRsCtxToExtRouteTagPol', 'FvRtSrcToCtx', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'FvRsCtxToEigrpCtxAfPol', 'L2EgrBytesPartHist5min', 'FvRsCtxToOspfCtxPol', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'VnsFolderInst', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRsCtxToEpRet', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPartHist1d', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsPartHist15min', 'L2IngrBytesAgHist1h', 'FvRtEctx', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRsCtxMonPol', '
|
2123
|
-
@label = '
|
2484
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'L2EgrBytesAg1mo', 'VzAny', 'TagInst', 'FvRtOoBCtx', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2IngrBytesAgHist1qtr', 'FvRsOspfCtxPol', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrPktsPart1d', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'FvRsCtxMcastTo', 'L2EgrPktsPart15min', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'SnmpCtxP', 'L2EgrPktsPart1h', 'DnsLbl', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'VnsCParam', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvRsBgpCtxPol', 'VnsGFolder', 'FvRtInstPCtx', 'L2IngrPktsAgHist1qtr', 'FvRsCtxToExtRouteTagPol', 'FvRtSrcToCtx', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'FvRsCtxToEigrpCtxAfPol', 'L2EgrBytesPartHist5min', 'FvRsCtxToOspfCtxPol', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'VnsFolderInst', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L3extCtxExtEncapAllocator', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRsCtxToEpRet', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPartHist1d', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsPartHist15min', 'L2IngrBytesAgHist1h', 'FvRtEctx', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRsCtxMonPol', 'FvRtContext', 'L2IngrBytesAgHist1w', 'FvRsCtxToBgpCtxAfPol', 'FvRtAcExtPolToContext', 'FaultDelegate', 'FvRtCtx', 'VnsAbsFolder', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsAgHist1w', 'VnsAbsParam']
|
2485
|
+
@label = 'VRF'
|
2124
2486
|
@naming_props = ['name']
|
2125
2487
|
@read_only = false
|
2126
2488
|
|
@@ -2170,18 +2532,21 @@ module ACIrb
|
|
2170
2532
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
2171
2533
|
'knwMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2172
2534
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2535
|
+
'missingContent' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2173
2536
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2174
2537
|
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2175
2538
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2176
2539
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2177
2540
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2541
|
+
'pcEnfDir' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2542
|
+
'pcEnfDirUpdated' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2178
2543
|
'pcEnfPref' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2179
2544
|
'pcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2180
2545
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
2181
2546
|
'scope' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2182
2547
|
'seg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2183
2548
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2184
|
-
@child_classes = ['FvRtSrcToCtxDef', 'FaultCounts', 'HealthInst', 'FvExtConnTrack', '
|
2549
|
+
@child_classes = ['FvRtSrcToCtxDef', 'FaultCounts', 'HealthInst', 'FvAEPgCont', 'FvExtConnTrack', 'FvLCtxDef', 'DnsLblDef', 'FvCtxConfigIssues', 'FvEpRetDef', 'VzCtrctEntityDef', 'FvProtEPg', 'VzAnyREpPCont', 'SnmpCtxDef', 'FvAssocBDDefCont', 'FaultDelegate', 'FvRtToRemoteCtxDef']
|
2185
2550
|
@label = 'Private Network'
|
2186
2551
|
@naming_props = ['ctxDn']
|
2187
2552
|
@read_only = true
|
@@ -2190,6 +2555,68 @@ module ACIrb
|
|
2190
2555
|
'ctx-[' << @attributes['ctxDn'] << ']'
|
2191
2556
|
end
|
2192
2557
|
end
|
2558
|
+
class FvCtxSharedServiceUpdate < MO
|
2559
|
+
@class_name = 'fv.CtxSharedServiceUpdate'
|
2560
|
+
@ruby_class = 'FvCtxSharedServiceUpdate'
|
2561
|
+
@prefix = 'ctxShrSrvUpd-'
|
2562
|
+
@prefixes = [['ctxShrSrvUpd-', true]]
|
2563
|
+
@rn_format = 'ctxShrSrvUpd-[%(ctxDn)s]'
|
2564
|
+
@containers = ['FvSharedService']
|
2565
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2566
|
+
'ctxDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
2567
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
2568
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2569
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2570
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2571
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2572
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
2573
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2574
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
2575
|
+
@label = 'Ctx Shared Service Update'
|
2576
|
+
@naming_props = ['ctxDn']
|
2577
|
+
@read_only = true
|
2578
|
+
|
2579
|
+
def rn
|
2580
|
+
'ctxShrSrvUpd-[' << @attributes['ctxDn'] << ']'
|
2581
|
+
end
|
2582
|
+
end
|
2583
|
+
class FvCtxSharedServiceUpdateTask < MO
|
2584
|
+
@class_name = 'fv.CtxSharedServiceUpdateTask'
|
2585
|
+
@ruby_class = 'FvCtxSharedServiceUpdateTask'
|
2586
|
+
@prefix = 'fvCtxSharedServiceUpdateTask-'
|
2587
|
+
@prefixes = [['fvCtxSharedServiceUpdateTask-', true]]
|
2588
|
+
@rn_format = 'fvCtxSharedServiceUpdateTask-%(id)s'
|
2589
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
2590
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2591
|
+
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2592
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2593
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
2594
|
+
'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2595
|
+
'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2596
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
2597
|
+
'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2598
|
+
'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2599
|
+
'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2600
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2601
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2602
|
+
'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2603
|
+
'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2604
|
+
'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2605
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
2606
|
+
'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2607
|
+
'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2608
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2609
|
+
'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2610
|
+
'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2611
|
+
@child_classes = []
|
2612
|
+
@label = 'None'
|
2613
|
+
@naming_props = ['id']
|
2614
|
+
@read_only = true
|
2615
|
+
|
2616
|
+
def rn
|
2617
|
+
'fvCtxSharedServiceUpdateTask-' << @attributes['id'] << ''
|
2618
|
+
end
|
2619
|
+
end
|
2193
2620
|
class FvCustomRtDomIfConn < MO
|
2194
2621
|
@class_name = 'fv.CustomRtDomIfConn'
|
2195
2622
|
@ruby_class = 'FvCustomRtDomIfConn'
|
@@ -2296,7 +2723,7 @@ module ACIrb
|
|
2296
2723
|
@prefix = 'fvDelEpTaskAggrTask-'
|
2297
2724
|
@prefixes = [['fvDelEpTaskAggrTask-', true]]
|
2298
2725
|
@rn_format = 'fvDelEpTaskAggrTask-%(id)s'
|
2299
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
2726
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
2300
2727
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2301
2728
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2302
2729
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -2500,12 +2927,11 @@ module ACIrb
|
|
2500
2927
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2501
2928
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2502
2929
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
2503
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
2504
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2930
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2505
2931
|
@child_classes = ['FaultDelegate']
|
2506
2932
|
@label = 'Encap'
|
2507
2933
|
@naming_props = ['encap']
|
2508
|
-
@read_only =
|
2934
|
+
@read_only = true
|
2509
2935
|
|
2510
2936
|
def rn
|
2511
2937
|
'e-[' << @attributes['encap'] << ']'
|
@@ -2609,7 +3035,7 @@ module ACIrb
|
|
2609
3035
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
2610
3036
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2611
3037
|
'updateTs' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2612
|
-
@child_classes = ['FvRtLocalEpCP', '
|
3038
|
+
@child_classes = ['FvRtToRemoteEpCP', 'FvCrtrnDef', 'FvRtLocalEpCP', 'FvRtEppToEpCP', 'FaultDelegate', 'FvRtToEpCP']
|
2613
3039
|
@label = 'None'
|
2614
3040
|
@naming_props = ['eppDn']
|
2615
3041
|
@read_only = true
|
@@ -2745,7 +3171,7 @@ module ACIrb
|
|
2745
3171
|
@prefix = 'fvEpDefTask-'
|
2746
3172
|
@prefixes = [['fvEpDefTask-', true]]
|
2747
3173
|
@rn_format = 'fvEpDefTask-%(id)s'
|
2748
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
3174
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
2749
3175
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2750
3176
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2751
3177
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -2797,7 +3223,7 @@ module ACIrb
|
|
2797
3223
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2798
3224
|
'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2799
3225
|
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
2800
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
3226
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
2801
3227
|
@label = 'End Point Group'
|
2802
3228
|
@naming_props = []
|
2803
3229
|
@read_only = false
|
@@ -2865,7 +3291,7 @@ module ACIrb
|
|
2865
3291
|
@prefix = 'fvEPgTask-'
|
2866
3292
|
@prefixes = [['fvEPgTask-', true]]
|
2867
3293
|
@rn_format = 'fvEPgTask-%(id)s'
|
2868
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
3294
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
2869
3295
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2870
3296
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2871
3297
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -2991,6 +3417,7 @@ module ACIrb
|
|
2991
3417
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2992
3418
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2993
3419
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3420
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2994
3421
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2995
3422
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
2996
3423
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3017,7 +3444,7 @@ module ACIrb
|
|
3017
3444
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3018
3445
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3019
3446
|
'tName' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3020
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'FvStCEpDef', 'L2EgrBytesPart15min', 'SpanSpanCont', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRtSrcToEpP', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', '
|
3447
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'FvStCEpDef', 'L2EgrBytesPart15min', 'FvRsEppToEpCP', 'SpanSpanCont', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRtSrcToEpP', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FvRtIpEppAtt', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'CompDNic', 'L2IngrPktsAg1mo', 'FvAttEntPDepl', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'FvNwIssues', 'FvStorageIssues', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvRtClientGrpToEpp', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FaultInst', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'SpanSrcGrpDef', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'DbgacTenantSpaceCmnDef', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvDEp', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'OpflexIDEp', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'SpanVSrcGrpDef', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale', 'FvCompIssues']
|
3021
3448
|
@label = 'End Point Group'
|
3022
3449
|
@naming_props = ['epgPKey']
|
3023
3450
|
@read_only = true
|
@@ -3033,7 +3460,8 @@ module ACIrb
|
|
3033
3460
|
@prefixes = [['epp', false]]
|
3034
3461
|
@rn_format = 'epp'
|
3035
3462
|
@containers = ['PolUni']
|
3036
|
-
@props = { '
|
3463
|
+
@props = { 'aggrEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3464
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3037
3465
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
3038
3466
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3039
3467
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3043,7 +3471,7 @@ module ACIrb
|
|
3043
3471
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3044
3472
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
3045
3473
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3046
|
-
@child_classes = ['FaultCounts', 'FvAREpPBootStrap', 'FvSvcEpP', 'FvInBEpP', 'FvFailedEpPCont', 'FaultDelegate', 'FvRtdEpP', 'FvAREpPUpd', 'HealthInst', 'FvInstPEpP', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
3474
|
+
@child_classes = ['FaultCounts', 'FvAREpPBootStrap', 'FvSvcEpP', 'FvEpPCtrctInfo', 'FvInBEpP', 'FvFailedEpPCont', 'FaultDelegate', 'FvRtdEpP', 'FvAREpPUpd', 'HealthInst', 'FvShardedAREpPUpd', 'FvInstPEpP', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
3047
3475
|
@label = 'Endpoint Profile Container'
|
3048
3476
|
@naming_props = []
|
3049
3477
|
@read_only = true
|
@@ -3052,6 +3480,32 @@ module ACIrb
|
|
3052
3480
|
'epp'
|
3053
3481
|
end
|
3054
3482
|
end
|
3483
|
+
class FvEpPCtrctInfo < MO
|
3484
|
+
@class_name = 'fv.EpPCtrctInfo'
|
3485
|
+
@ruby_class = 'FvEpPCtrctInfo'
|
3486
|
+
@prefix = 'areppCtrctInfo-'
|
3487
|
+
@prefixes = [['areppCtrctInfo-', true]]
|
3488
|
+
@rn_format = 'areppCtrctInfo-[%(areppDn)s]'
|
3489
|
+
@containers = ['FvEpPCont']
|
3490
|
+
@props = { 'areppDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
3491
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3492
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3493
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
3494
|
+
'epgDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3495
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3496
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3497
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3498
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
3499
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3500
|
+
@child_classes = ['FvUtilizedCtrct', 'FvRtToRemoteEpPCtrctInfo', 'FaultDelegate']
|
3501
|
+
@label = 'AREpP Contract Info Container'
|
3502
|
+
@naming_props = ['areppDn']
|
3503
|
+
@read_only = true
|
3504
|
+
|
3505
|
+
def rn
|
3506
|
+
'areppCtrctInfo-[' << @attributes['areppDn'] << ']'
|
3507
|
+
end
|
3508
|
+
end
|
3055
3509
|
class FvEpRetDef < MO
|
3056
3510
|
@class_name = 'fv.EpRetDef'
|
3057
3511
|
@ruby_class = 'FvEpRetDef'
|
@@ -3161,12 +3615,11 @@ module ACIrb
|
|
3161
3615
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3162
3616
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
3163
3617
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3164
|
-
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
3165
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3618
|
+
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3166
3619
|
@child_classes = ['FvEpTaskAggr', 'FvModEpTaskAggr', 'FvDelEpTaskAggr', 'FaultDelegate']
|
3167
3620
|
@label = 'None'
|
3168
3621
|
@naming_props = []
|
3169
|
-
@read_only =
|
3622
|
+
@read_only = true
|
3170
3623
|
|
3171
3624
|
def rn
|
3172
3625
|
'aggrCont'
|
@@ -3178,7 +3631,7 @@ module ACIrb
|
|
3178
3631
|
@prefix = 'fvEpTaskAggrTask-'
|
3179
3632
|
@prefixes = [['fvEpTaskAggrTask-', true]]
|
3180
3633
|
@rn_format = 'fvEpTaskAggrTask-%(id)s'
|
3181
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
3634
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
3182
3635
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3183
3636
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3184
3637
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3241,6 +3694,7 @@ module ACIrb
|
|
3241
3694
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3242
3695
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3243
3696
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3697
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3244
3698
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3245
3699
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3246
3700
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3261,7 +3715,7 @@ module ACIrb
|
|
3261
3715
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
3262
3716
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3263
3717
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3264
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'BgpCtxDef', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'OspfExtDef', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'BgpCtxAfDef', 'L2IngrPktsPart1qtr', '
|
3718
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'BgpCtxDef', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'FvAttEntPDepl', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'OspfExtDef', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'BgpCtxAfDef', 'L2IngrPktsPart1qtr', 'FvRtClientGrpToEpp', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtIpEppAtt', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'RtctrlSubjDef', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'BgpExtDef', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'OspfCtxDef', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale']
|
3265
3719
|
@label = 'Abstraction of External EpP'
|
3266
3720
|
@naming_props = []
|
3267
3721
|
@read_only = true
|
@@ -3566,6 +4020,7 @@ module ACIrb
|
|
3566
4020
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3567
4021
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3568
4022
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4023
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3569
4024
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3570
4025
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3571
4026
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3590,7 +4045,7 @@ module ACIrb
|
|
3590
4045
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
3591
4046
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3592
4047
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3593
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtMonToFvEppInband', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvRtFvEppInband', 'FvPullREpPCont', 'FvNwIssues', 'FvStorageIssues', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'MgmtAddrCont', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvRtMonToFvEppInbandEvent', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale', 'FvCompIssues']
|
4048
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRtIpEppAtt', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtMonToFvEppInband', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvRtFvEppInband', 'FvPullREpPCont', 'FvNwIssues', 'FvStorageIssues', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'MgmtAddrCont', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'FvRtMonToFvEppInbandEvent', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale', 'FvCompIssues']
|
3594
4049
|
@label = 'In-band Management Endpoint Profile'
|
3595
4050
|
@naming_props = ['epgPKey']
|
3596
4051
|
@read_only = true
|
@@ -3605,7 +4060,7 @@ module ACIrb
|
|
3605
4060
|
@prefix = 'fvInBEpPTask-'
|
3606
4061
|
@prefixes = [['fvInBEpPTask-', true]]
|
3607
4062
|
@rn_format = 'fvInBEpPTask-%(id)s'
|
3608
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
4063
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
3609
4064
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3610
4065
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3611
4066
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3724,6 +4179,7 @@ module ACIrb
|
|
3724
4179
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3725
4180
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3726
4181
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4182
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3727
4183
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3728
4184
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3729
4185
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -3747,7 +4203,7 @@ module ACIrb
|
|
3747
4203
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
3748
4204
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3749
4205
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
3750
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', '
|
4206
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRtIpEppAtt', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'MgmtAddrCont', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale']
|
3751
4207
|
@label = 'Management Instance Profile'
|
3752
4208
|
@naming_props = ['epgPKey']
|
3753
4209
|
@read_only = true
|
@@ -3785,7 +4241,7 @@ module ACIrb
|
|
3785
4241
|
@prefix = 'ipattr-'
|
3786
4242
|
@prefixes = [['ipattr-', true]]
|
3787
4243
|
@rn_format = 'ipattr-%(name)s'
|
3788
|
-
@containers = ['FvCrtrn']
|
4244
|
+
@containers = ['FvSCrtrn', 'FvCrtrn']
|
3789
4245
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3790
4246
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3791
4247
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -3813,7 +4269,7 @@ module ACIrb
|
|
3813
4269
|
@prefix = 'ipattrdef-'
|
3814
4270
|
@prefixes = [['ipattrdef-', true]]
|
3815
4271
|
@rn_format = 'ipattrdef-%(name)s'
|
3816
|
-
@containers = ['FvCrtrnDef']
|
4272
|
+
@containers = ['FvSCrtrnDef', 'FvCrtrnDef']
|
3817
4273
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3818
4274
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
3819
4275
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -3885,6 +4341,29 @@ module ACIrb
|
|
3885
4341
|
''
|
3886
4342
|
end
|
3887
4343
|
end
|
4344
|
+
class FvLCtxDef < MO
|
4345
|
+
@class_name = 'fv.LCtxDef'
|
4346
|
+
@ruby_class = 'FvLCtxDef'
|
4347
|
+
@prefix = 'lCtx'
|
4348
|
+
@prefixes = [['lCtx', false]]
|
4349
|
+
@rn_format = 'lCtx'
|
4350
|
+
@containers = ['FvCtxDef']
|
4351
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4352
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
4353
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4354
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4355
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
4356
|
+
'rtctrlDenyPfxEntryCount' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4357
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
4358
|
+
@child_classes = []
|
4359
|
+
@label = 'None'
|
4360
|
+
@naming_props = []
|
4361
|
+
@read_only = true
|
4362
|
+
|
4363
|
+
def rn
|
4364
|
+
'lCtx'
|
4365
|
+
end
|
4366
|
+
end
|
3888
4367
|
class FvLEpP < MO
|
3889
4368
|
@class_name = 'fv.LEpP'
|
3890
4369
|
@ruby_class = 'FvLEpP'
|
@@ -4027,12 +4506,11 @@ module ACIrb
|
|
4027
4506
|
'mac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
4028
4507
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4029
4508
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
4030
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
4031
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
4509
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
4032
4510
|
@child_classes = []
|
4033
4511
|
@label = 'MAC Address'
|
4034
4512
|
@naming_props = ['mac']
|
4035
|
-
@read_only =
|
4513
|
+
@read_only = true
|
4036
4514
|
|
4037
4515
|
def rn
|
4038
4516
|
'mac-' << @attributes['mac'] << ''
|
@@ -4044,7 +4522,7 @@ module ACIrb
|
|
4044
4522
|
@prefix = 'macattr-'
|
4045
4523
|
@prefixes = [['macattr-', true]]
|
4046
4524
|
@rn_format = 'macattr-%(name)s'
|
4047
|
-
@containers = ['FvCrtrn']
|
4525
|
+
@containers = ['FvSCrtrn', 'FvCrtrn']
|
4048
4526
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4049
4527
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4050
4528
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -4072,7 +4550,7 @@ module ACIrb
|
|
4072
4550
|
@prefix = 'macattrdef-'
|
4073
4551
|
@prefixes = [['macattrdef-', true]]
|
4074
4552
|
@rn_format = 'macattrdef-%(name)s'
|
4075
|
-
@containers = ['FvCrtrnDef']
|
4553
|
+
@containers = ['FvSCrtrnDef', 'FvCrtrnDef']
|
4076
4554
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4077
4555
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4078
4556
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -4172,7 +4650,7 @@ module ACIrb
|
|
4172
4650
|
@prefix = 'fvModEpTaskAggrTask-'
|
4173
4651
|
@prefixes = [['fvModEpTaskAggrTask-', true]]
|
4174
4652
|
@rn_format = 'fvModEpTaskAggrTask-%(id)s'
|
4175
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
4653
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
4176
4654
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4177
4655
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4178
4656
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -4209,7 +4687,7 @@ module ACIrb
|
|
4209
4687
|
@prefix = 'nodeAreppUpdates-'
|
4210
4688
|
@prefixes = [['nodeAreppUpdates-', true]]
|
4211
4689
|
@rn_format = 'nodeAreppUpdates-%(id)s'
|
4212
|
-
@containers = ['FvAREpPUpd']
|
4690
|
+
@containers = ['FvShardedAREpPUpd', 'FvAREpPUpd']
|
4213
4691
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4214
4692
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4215
4693
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -4262,7 +4740,7 @@ module ACIrb
|
|
4262
4740
|
@prefix = 'node-'
|
4263
4741
|
@prefixes = [['node-', true]]
|
4264
4742
|
@rn_format = 'node-%(id)s'
|
4265
|
-
@containers = ['
|
4743
|
+
@containers = ['FvStDepl', 'FvNodeReqDepl', 'L3extRsL3DomAtt', 'FvAccGrpCont', 'FvInfraDepl', 'FvMgmtDepl', 'FvAttEntPDepl', 'L2extRsL2DomAtt', 'FvExtNwDepl', 'FvSvcDepl']
|
4266
4744
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4267
4745
|
'deployAllPorts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4268
4746
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -4282,6 +4760,29 @@ module ACIrb
|
|
4282
4760
|
'node-' << @attributes['id'] << ''
|
4283
4761
|
end
|
4284
4762
|
end
|
4763
|
+
class FvNodeReqDepl < MO
|
4764
|
+
@class_name = 'fv.NodeReqDepl'
|
4765
|
+
@ruby_class = 'FvNodeReqDepl'
|
4766
|
+
@prefix = 'nodeReqDepl'
|
4767
|
+
@prefixes = [['nodeReqDepl', false]]
|
4768
|
+
@rn_format = 'nodeReqDepl'
|
4769
|
+
@containers = ['FvSvcEpP', 'FvInBEpP', 'FvRtdEpP', 'FvInstPEpP', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
4770
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4771
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
4772
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4773
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4774
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4775
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
4776
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
4777
|
+
@child_classes = ['FvNodeCont', 'FvAccGrpCont']
|
4778
|
+
@label = 'Node Request Deployment'
|
4779
|
+
@naming_props = []
|
4780
|
+
@read_only = true
|
4781
|
+
|
4782
|
+
def rn
|
4783
|
+
'nodeReqDepl'
|
4784
|
+
end
|
4785
|
+
end
|
4285
4786
|
class FvNp < MO
|
4286
4787
|
@class_name = 'fv.Np'
|
4287
4788
|
@ruby_class = 'FvNp'
|
@@ -4334,7 +4835,7 @@ module ACIrb
|
|
4334
4835
|
@prefix = 'nwissues'
|
4335
4836
|
@prefixes = [['nwissues', false]]
|
4336
4837
|
@rn_format = 'nwissues'
|
4337
|
-
@containers = ['FvRsStPathAtt', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
4838
|
+
@containers = ['FvRsStPathAtt', 'FvAEPgCont', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
4338
4839
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4339
4840
|
'configQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4340
4841
|
'configSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -4370,6 +4871,7 @@ module ACIrb
|
|
4370
4871
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4371
4872
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4372
4873
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4874
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4373
4875
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4374
4876
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4375
4877
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -4393,7 +4895,7 @@ module ACIrb
|
|
4393
4895
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
4394
4896
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4395
4897
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
4396
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', '
|
4898
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'FvRtFvEppOob', 'FvRtIpEppAtt', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'MgmtInstPDef', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesPart15min', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'FvRtMonToFvEppOobEvent', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtMonToFvEppOob', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'FvNwIssues', 'FvStorageIssues', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'MgmtAddrCont', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale', 'FvCompIssues']
|
4397
4899
|
@label = 'Out-of-band Management Endpoint Profile'
|
4398
4900
|
@naming_props = ['epgPKey']
|
4399
4901
|
@read_only = true
|
@@ -4498,11 +5000,12 @@ module ACIrb
|
|
4498
5000
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
4499
5001
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4500
5002
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5003
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4501
5004
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
4502
5005
|
'outDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
4503
5006
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
4504
5007
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
4505
|
-
@child_classes = ['FvAEPgCont']
|
5008
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'FvAEPgCont']
|
4506
5009
|
@label = 'L2 Out Container'
|
4507
5010
|
@naming_props = ['outDn']
|
4508
5011
|
@read_only = true
|
@@ -5222,7 +5725,7 @@ module ACIrb
|
|
5222
5725
|
'pndg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5223
5726
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5224
5727
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5225
|
-
@child_classes = ['FvPndgAnyDef', 'FvRsToRemoteAnyDef']
|
5728
|
+
@child_classes = ['FvPndgAnyDef', 'FaultCounts', 'HealthInst', 'FvRsToRemoteAnyDef']
|
5226
5729
|
@label = 'vzAny Resolution Pending Remote Policy Container'
|
5227
5730
|
@naming_props = []
|
5228
5731
|
@read_only = true
|
@@ -5246,7 +5749,7 @@ module ACIrb
|
|
5246
5749
|
'pndgCtrct' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5247
5750
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5248
5751
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5249
|
-
@child_classes = ['FvPndgCtrct', 'FvRsToRemoteCtrctEPgCont']
|
5752
|
+
@child_classes = ['FvPndgCtrct', 'FaultCounts', 'HealthInst', 'FvRsToRemoteCtrctEPgCont']
|
5250
5753
|
@label = 'Resolution Pending Remote Policy Container (Deprecated)'
|
5251
5754
|
@naming_props = []
|
5252
5755
|
@read_only = true
|
@@ -5368,7 +5871,7 @@ module ACIrb
|
|
5368
5871
|
'pndg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5369
5872
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5370
5873
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5371
|
-
@child_classes = ['FvPndgEpCP', 'FvRsToRemoteEpCP']
|
5874
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'FvPndgEpCP', 'FvRsToRemoteEpCP']
|
5372
5875
|
@label = 'Endpoint Classifier Profile Resolution Container'
|
5373
5876
|
@naming_props = []
|
5374
5877
|
@read_only = true
|
@@ -5377,6 +5880,55 @@ module ACIrb
|
|
5377
5880
|
'pndgEpCPCont'
|
5378
5881
|
end
|
5379
5882
|
end
|
5883
|
+
class FvPndgEpPCtrctInfo < MO
|
5884
|
+
@class_name = 'fv.PndgEpPCtrctInfo'
|
5885
|
+
@ruby_class = 'FvPndgEpPCtrctInfo'
|
5886
|
+
@prefix = 'pEpPCtrct-'
|
5887
|
+
@prefixes = [['pEpPCtrct-', true], ['-req-', true]]
|
5888
|
+
@rn_format = 'pEpPCtrct-[%(targetDn)s]-req-[%(requestorDn)s]'
|
5889
|
+
@containers = ['FvPndgEpPCtrctInfoCont']
|
5890
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5891
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
5892
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5893
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5894
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5895
|
+
'requestorDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
5896
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5897
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5898
|
+
'targetDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
5899
|
+
@child_classes = []
|
5900
|
+
@label = 'Represent an AREpP Contract Info whose Resolution has been Postponed'
|
5901
|
+
@naming_props = ['targetDn', 'requestorDn']
|
5902
|
+
@read_only = true
|
5903
|
+
|
5904
|
+
def rn
|
5905
|
+
'pEpPCtrct-[' << @attributes['targetDn'] << ']-req-[' << @attributes['requestorDn'] << ']'
|
5906
|
+
end
|
5907
|
+
end
|
5908
|
+
class FvPndgEpPCtrctInfoCont < MO
|
5909
|
+
@class_name = 'fv.PndgEpPCtrctInfoCont'
|
5910
|
+
@ruby_class = 'FvPndgEpPCtrctInfoCont'
|
5911
|
+
@prefix = 'pndgEpPCtrctInfoCont'
|
5912
|
+
@prefixes = [['pndgEpPCtrctInfoCont', false]]
|
5913
|
+
@rn_format = 'pndgEpPCtrctInfoCont'
|
5914
|
+
@containers = ['FvRemotePolHolder']
|
5915
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5916
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
5917
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5918
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5919
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5920
|
+
'pndg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5921
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5922
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5923
|
+
@child_classes = ['FvRsToRemoteEpPCtrctInfo', 'FaultCounts', 'HealthInst', 'FvPndgEpPCtrctInfo']
|
5924
|
+
@label = 'AREpP Contract Resolution Pending Remote Policy Container'
|
5925
|
+
@naming_props = []
|
5926
|
+
@read_only = true
|
5927
|
+
|
5928
|
+
def rn
|
5929
|
+
'pndgEpPCtrctInfoCont'
|
5930
|
+
end
|
5931
|
+
end
|
5380
5932
|
class FvPndgRFltP < MO
|
5381
5933
|
@class_name = 'fv.PndgRFltP'
|
5382
5934
|
@ruby_class = 'FvPndgRFltP'
|
@@ -5417,7 +5969,7 @@ module ACIrb
|
|
5417
5969
|
'pndg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5418
5970
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5419
5971
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5420
|
-
@child_classes = ['FvRsToRemoteRFltP', 'FvPndgRFltP']
|
5972
|
+
@child_classes = ['FvRsToRemoteRFltP', 'FaultCounts', 'HealthInst', 'FvPndgRFltP']
|
5421
5973
|
@label = 'Contract Resolution Pending Remote Normalized Filter Container'
|
5422
5974
|
@naming_props = []
|
5423
5975
|
@read_only = true
|
@@ -5597,7 +6149,7 @@ module ACIrb
|
|
5597
6149
|
@prefix = 'protoattr-'
|
5598
6150
|
@prefixes = [['protoattr-', true]]
|
5599
6151
|
@rn_format = 'protoattr-%(name)s'
|
5600
|
-
@containers = ['FvCrtrn']
|
6152
|
+
@containers = ['FvSCrtrn', 'FvCrtrn']
|
5601
6153
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5602
6154
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5603
6155
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -5625,7 +6177,7 @@ module ACIrb
|
|
5625
6177
|
@prefix = 'protoattrdef-'
|
5626
6178
|
@prefixes = [['protoattrdef-', true]]
|
5627
6179
|
@rn_format = 'protoattrdef-%(name)s'
|
5628
|
-
@containers = ['FvCrtrnDef']
|
6180
|
+
@containers = ['FvSCrtrnDef', 'FvCrtrnDef']
|
5629
6181
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5630
6182
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5631
6183
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -5647,6 +6199,62 @@ module ACIrb
|
|
5647
6199
|
'protoattrdef-' << @attributes['name'] << ''
|
5648
6200
|
end
|
5649
6201
|
end
|
6202
|
+
class FvPulledPolicy < MO
|
6203
|
+
@class_name = 'fv.PulledPolicy'
|
6204
|
+
@ruby_class = 'FvPulledPolicy'
|
6205
|
+
@prefix = 'pulled-'
|
6206
|
+
@prefixes = [['pulled-', true]]
|
6207
|
+
@rn_format = 'pulled-[%(relationDn)s]'
|
6208
|
+
@containers = ['FvPullRecover']
|
6209
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6210
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6211
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
6212
|
+
'isPolicyPresent' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6213
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6214
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6215
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6216
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6217
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6218
|
+
'relationDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
6219
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
6220
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
6221
|
+
@child_classes = ['FaultDelegate']
|
6222
|
+
@label = 'None'
|
6223
|
+
@naming_props = ['relationDn']
|
6224
|
+
@read_only = true
|
6225
|
+
|
6226
|
+
def rn
|
6227
|
+
'pulled-[' << @attributes['relationDn'] << ']'
|
6228
|
+
end
|
6229
|
+
end
|
6230
|
+
class FvPullRecover < MO
|
6231
|
+
@class_name = 'fv.PullRecover'
|
6232
|
+
@ruby_class = 'FvPullRecover'
|
6233
|
+
@prefix = 'pullRecover-'
|
6234
|
+
@prefixes = [['pullRecover-', true]]
|
6235
|
+
@rn_format = 'pullRecover-%(id)s'
|
6236
|
+
@containers = ['FvRemotePolHolder']
|
6237
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6238
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6239
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
6240
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
6241
|
+
'isRegCompleted' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6242
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6243
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6244
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6245
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6246
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6247
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
6248
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
6249
|
+
@child_classes = ['FvRsToResolver', 'FaultDelegate', 'FvPulledPolicy']
|
6250
|
+
@label = 'None'
|
6251
|
+
@naming_props = ['id']
|
6252
|
+
@read_only = true
|
6253
|
+
|
6254
|
+
def rn
|
6255
|
+
'pullRecover-' << @attributes['id'] << ''
|
6256
|
+
end
|
6257
|
+
end
|
5650
6258
|
class FvPullREpPCont < MO
|
5651
6259
|
@class_name = 'fv.PullREpPCont'
|
5652
6260
|
@ruby_class = 'FvPullREpPCont'
|
@@ -5688,7 +6296,7 @@ module ACIrb
|
|
5688
6296
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5689
6297
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5690
6298
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5691
|
-
@child_classes = ['FvRsToRemoteRtdEpPInfoHolder', '
|
6299
|
+
@child_classes = ['FvRsToRemoteRtdEpPInfoHolder', 'FaultCounts', 'FvRsToRemoteBDDef', 'FvPndgCont', 'FvRsToRemoteMonGrp', 'FvPullRecover', 'HealthInst', 'FvRsToRemoteConnInstrPol', 'FvRsToRemoteTabooDef', 'FvPndgRFltPCont', 'FvRsToRemoteSyslogGroup', 'FvPndgCtrctCont', 'FvRsToRemoteMonPol', 'FvRsToRemoteBDHolder', 'FvRsToRemoteQueryGroup', 'FvPndgAnyDefCont', 'FvRsToRemoteRFltAtt', 'FvRsToRemoteCtxDef', 'FvPndgEpCPCont', 'FvPndgEpPCtrctInfoCont', 'FaultDelegate']
|
5692
6300
|
@label = 'None'
|
5693
6301
|
@naming_props = []
|
5694
6302
|
@read_only = true
|
@@ -5759,7 +6367,7 @@ module ACIrb
|
|
5759
6367
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5760
6368
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
5761
6369
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
5762
|
-
@child_classes = ['FvRtToRemoteREpPCont', 'FvREpPCtrct', 'FaultDelegate']
|
6370
|
+
@child_classes = ['FvRtToRemoteREpPCont', 'FvUtilizedCtrct', 'FvREpPCtrct', 'FaultDelegate', 'FvRtToREpPCont']
|
5763
6371
|
@label = 'REpP Container'
|
5764
6372
|
@naming_props = []
|
5765
6373
|
@read_only = true
|
@@ -5897,7 +6505,7 @@ module ACIrb
|
|
5897
6505
|
@prefix = 'rsaeToCtrct'
|
5898
6506
|
@prefixes = [['rsaeToCtrct', false]]
|
5899
6507
|
@rn_format = 'rsaeToCtrct'
|
5900
|
-
@containers = ['FvREpPCtrct']
|
6508
|
+
@containers = ['FvUtilizedCtrct', 'FvREpPCtrct']
|
5901
6509
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
5902
6510
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
5903
6511
|
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -6812,7 +7420,7 @@ module ACIrb
|
|
6812
7420
|
@prefix = 'fvRsDomAttTask-'
|
6813
7421
|
@prefixes = [['fvRsDomAttTask-', true]]
|
6814
7422
|
@rn_format = 'fvRsDomAttTask-%(id)s'
|
6815
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
7423
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
6816
7424
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6817
7425
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
6818
7426
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -7437,6 +8045,35 @@ module ACIrb
|
|
7437
8045
|
'rseppOspfIfPol'
|
7438
8046
|
end
|
7439
8047
|
end
|
8048
|
+
class FvRsEppToEpCP < MO
|
8049
|
+
@class_name = 'fv.RsEppToEpCP'
|
8050
|
+
@ruby_class = 'FvRsEppToEpCP'
|
8051
|
+
@prefix = 'rseppToEpCP'
|
8052
|
+
@prefixes = [['rseppToEpCP', false]]
|
8053
|
+
@rn_format = 'rseppToEpCP'
|
8054
|
+
@containers = ['FvSvcEpP', 'FvInBEpP', 'FvRtdEpP', 'FvInstPEpP', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
8055
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8056
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
8057
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8058
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8059
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8060
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8061
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
8062
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8063
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8064
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8065
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8066
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8067
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8068
|
+
@child_classes = []
|
8069
|
+
@label = 'Relation to EP criterion profile'
|
8070
|
+
@naming_props = []
|
8071
|
+
@read_only = true
|
8072
|
+
|
8073
|
+
def rn
|
8074
|
+
'rseppToEpCP'
|
8075
|
+
end
|
8076
|
+
end
|
7440
8077
|
class FvRsEppToMonPol < MO
|
7441
8078
|
@class_name = 'fv.RsEppToMonPol'
|
7442
8079
|
@ruby_class = 'FvRsEppToMonPol'
|
@@ -7505,6 +8142,7 @@ module ACIrb
|
|
7505
8142
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
7506
8143
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
7507
8144
|
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8145
|
+
'isBootstrapUpd' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
7508
8146
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
7509
8147
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
7510
8148
|
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -8055,12 +8693,99 @@ module ACIrb
|
|
8055
8693
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8056
8694
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8057
8695
|
@child_classes = []
|
8058
|
-
@label = 'AREpP Updates'
|
8696
|
+
@label = 'AREpP Updates'
|
8697
|
+
@naming_props = []
|
8698
|
+
@read_only = true
|
8699
|
+
|
8700
|
+
def rn
|
8701
|
+
'rsregisterUpdates'
|
8702
|
+
end
|
8703
|
+
end
|
8704
|
+
class FvRsRtdEpPToNatMappingEPg < MO
|
8705
|
+
@class_name = 'fv.RsRtdEpPToNatMappingEPg'
|
8706
|
+
@ruby_class = 'FvRsRtdEpPToNatMappingEPg'
|
8707
|
+
@prefix = 'rsRtdEpPToNatMappingEPg'
|
8708
|
+
@prefixes = [['rsRtdEpPToNatMappingEPg', false]]
|
8709
|
+
@rn_format = 'rsRtdEpPToNatMappingEPg'
|
8710
|
+
@containers = ['FvRtdEpPInfoHolder']
|
8711
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8712
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
8713
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8714
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8715
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8716
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8717
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
8718
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8719
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8720
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8721
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8722
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8723
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8724
|
+
@child_classes = []
|
8725
|
+
@label = 'Application EPG'
|
8726
|
+
@naming_props = []
|
8727
|
+
@read_only = true
|
8728
|
+
|
8729
|
+
def rn
|
8730
|
+
'rsRtdEpPToNatMappingEPg'
|
8731
|
+
end
|
8732
|
+
end
|
8733
|
+
class FvRsShardedRegisterAREpPBootStrap < MO
|
8734
|
+
@class_name = 'fv.RsShardedRegisterAREpPBootStrap'
|
8735
|
+
@ruby_class = 'FvRsShardedRegisterAREpPBootStrap'
|
8736
|
+
@prefix = 'rsshardedRegisterAREpPBootStrap'
|
8737
|
+
@prefixes = [['rsshardedRegisterAREpPBootStrap', false]]
|
8738
|
+
@rn_format = 'rsshardedRegisterAREpPBootStrap'
|
8739
|
+
@containers = ['FvShardedAREpPUpd']
|
8740
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8741
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
8742
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8743
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8744
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8745
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8746
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
8747
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8748
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8749
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8750
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8751
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8752
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8753
|
+
@child_classes = []
|
8754
|
+
@label = 'Include Aggregate AREpP Push in BootStrap Process'
|
8755
|
+
@naming_props = []
|
8756
|
+
@read_only = true
|
8757
|
+
|
8758
|
+
def rn
|
8759
|
+
'rsshardedRegisterAREpPBootStrap'
|
8760
|
+
end
|
8761
|
+
end
|
8762
|
+
class FvRsShardedRegisterUpdates < MO
|
8763
|
+
@class_name = 'fv.RsShardedRegisterUpdates'
|
8764
|
+
@ruby_class = 'FvRsShardedRegisterUpdates'
|
8765
|
+
@prefix = 'rsshardedRegisterUpdates'
|
8766
|
+
@prefixes = [['rsshardedRegisterUpdates', false]]
|
8767
|
+
@rn_format = 'rsshardedRegisterUpdates'
|
8768
|
+
@containers = ['FvShardedAREpPUpd']
|
8769
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8770
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
8771
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8772
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8773
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8774
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8775
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
8776
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8777
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8778
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8779
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8780
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8781
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8782
|
+
@child_classes = []
|
8783
|
+
@label = 'Sharded AREpP Updates'
|
8059
8784
|
@naming_props = []
|
8060
8785
|
@read_only = true
|
8061
8786
|
|
8062
8787
|
def rn
|
8063
|
-
'
|
8788
|
+
'rsshardedRegisterUpdates'
|
8064
8789
|
end
|
8065
8790
|
end
|
8066
8791
|
class FvRsStAttEntPAtt < MO
|
@@ -8372,7 +9097,7 @@ module ACIrb
|
|
8372
9097
|
@prefix = 'rstoCtrct'
|
8373
9098
|
@prefixes = [['rstoCtrct', false]]
|
8374
9099
|
@rn_format = 'rstoCtrct'
|
8375
|
-
@containers = ['FvREpPCtrct']
|
9100
|
+
@containers = ['FvUtilizedCtrct', 'FvREpPCtrct']
|
8376
9101
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8377
9102
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
8378
9103
|
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -8473,8 +9198,8 @@ module ACIrb
|
|
8473
9198
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8474
9199
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8475
9200
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8476
|
-
@child_classes = ['FvCons']
|
8477
|
-
@label = '
|
9201
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FvCons']
|
9202
|
+
@label = 'Super Class for Relation used to pull policies to Node with Flow-Control'
|
8478
9203
|
@naming_props = ['tDn']
|
8479
9204
|
@read_only = true
|
8480
9205
|
|
@@ -8589,7 +9314,7 @@ module ACIrb
|
|
8589
9314
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8590
9315
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8591
9316
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8592
|
-
@child_classes = []
|
9317
|
+
@child_classes = ['FvCons']
|
8593
9318
|
@label = 'None'
|
8594
9319
|
@naming_props = ['tDn']
|
8595
9320
|
@read_only = true
|
@@ -8618,8 +9343,8 @@ module ACIrb
|
|
8618
9343
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8619
9344
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8620
9345
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8621
|
-
@child_classes = []
|
8622
|
-
@label = '
|
9346
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FvCons']
|
9347
|
+
@label = 'Super Class for Relation used to pull policies to Node with Flow-Control'
|
8623
9348
|
@naming_props = ['tDn']
|
8624
9349
|
@read_only = true
|
8625
9350
|
|
@@ -8676,8 +9401,8 @@ module ACIrb
|
|
8676
9401
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8677
9402
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8678
9403
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8679
|
-
@child_classes = ['FvCons']
|
8680
|
-
@label = '
|
9404
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FvCons']
|
9405
|
+
@label = 'Super Class for Relation used to pull policies to Node with Flow-Control'
|
8681
9406
|
@naming_props = ['tDn']
|
8682
9407
|
@read_only = true
|
8683
9408
|
|
@@ -8685,6 +9410,64 @@ module ACIrb
|
|
8685
9410
|
'rstoRemoteEpCP-[' << @attributes['tDn'] << ']'
|
8686
9411
|
end
|
8687
9412
|
end
|
9413
|
+
class FvRsToRemoteEpPCtrctInfo < MO
|
9414
|
+
@class_name = 'fv.RsToRemoteEpPCtrctInfo'
|
9415
|
+
@ruby_class = 'FvRsToRemoteEpPCtrctInfo'
|
9416
|
+
@prefix = 'rstoRemoteEpPCtrctInfo-'
|
9417
|
+
@prefixes = [['rstoRemoteEpPCtrctInfo-', true]]
|
9418
|
+
@rn_format = 'rstoRemoteEpPCtrctInfo-[%(tDn)s]'
|
9419
|
+
@containers = ['FvPndgEpPCtrctInfoCont']
|
9420
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9421
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9422
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9423
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9424
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9425
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9426
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9427
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9428
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9429
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9430
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9431
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
9432
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9433
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FvCons']
|
9434
|
+
@label = 'AREpP Contract Info Container'
|
9435
|
+
@naming_props = ['tDn']
|
9436
|
+
@read_only = true
|
9437
|
+
|
9438
|
+
def rn
|
9439
|
+
'rstoRemoteEpPCtrctInfo-[' << @attributes['tDn'] << ']'
|
9440
|
+
end
|
9441
|
+
end
|
9442
|
+
class FvRsToRemoteMonGrp < MO
|
9443
|
+
@class_name = 'fv.RsToRemoteMonGrp'
|
9444
|
+
@ruby_class = 'FvRsToRemoteMonGrp'
|
9445
|
+
@prefix = 'rstoRemoteMonGrp-'
|
9446
|
+
@prefixes = [['rstoRemoteMonGrp-', true]]
|
9447
|
+
@rn_format = 'rstoRemoteMonGrp-[%(tDn)s]'
|
9448
|
+
@containers = ['FvRemotePolHolder']
|
9449
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9450
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9451
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9452
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9453
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9454
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9455
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9456
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9457
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9458
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9459
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9460
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
9461
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9462
|
+
@child_classes = ['FvCons']
|
9463
|
+
@label = 'Group'
|
9464
|
+
@naming_props = ['tDn']
|
9465
|
+
@read_only = true
|
9466
|
+
|
9467
|
+
def rn
|
9468
|
+
'rstoRemoteMonGrp-[' << @attributes['tDn'] << ']'
|
9469
|
+
end
|
9470
|
+
end
|
8688
9471
|
class FvRsToRemoteMonPol < MO
|
8689
9472
|
@class_name = 'fv.RsToRemoteMonPol'
|
8690
9473
|
@ruby_class = 'FvRsToRemoteMonPol'
|
@@ -8714,6 +9497,35 @@ module ACIrb
|
|
8714
9497
|
'rstoRemoteMonPol-[' << @attributes['tDn'] << ']'
|
8715
9498
|
end
|
8716
9499
|
end
|
9500
|
+
class FvRsToRemoteQueryGroup < MO
|
9501
|
+
@class_name = 'fv.RsToRemoteQueryGroup'
|
9502
|
+
@ruby_class = 'FvRsToRemoteQueryGroup'
|
9503
|
+
@prefix = 'rstoRemoteQueryGroup-'
|
9504
|
+
@prefixes = [['rstoRemoteQueryGroup-', true]]
|
9505
|
+
@rn_format = 'rstoRemoteQueryGroup-[%(tDn)s]'
|
9506
|
+
@containers = ['FvRemotePolHolder']
|
9507
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9508
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9509
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9510
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9511
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9512
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9513
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9514
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9515
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9516
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9517
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9518
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
9519
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9520
|
+
@child_classes = ['FvCons']
|
9521
|
+
@label = 'Callhome Query Group'
|
9522
|
+
@naming_props = ['tDn']
|
9523
|
+
@read_only = true
|
9524
|
+
|
9525
|
+
def rn
|
9526
|
+
'rstoRemoteQueryGroup-[' << @attributes['tDn'] << ']'
|
9527
|
+
end
|
9528
|
+
end
|
8717
9529
|
class FvRsToRemoteREpPCont < MO
|
8718
9530
|
@class_name = 'fv.RsToRemoteREpPCont'
|
8719
9531
|
@ruby_class = 'FvRsToRemoteREpPCont'
|
@@ -8792,8 +9604,8 @@ module ACIrb
|
|
8792
9604
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8793
9605
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8794
9606
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8795
|
-
@child_classes = ['FvCons']
|
8796
|
-
@label = '
|
9607
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FvCons']
|
9608
|
+
@label = 'Super Class for Relation used to pull policies to Node with Flow-Control'
|
8797
9609
|
@naming_props = ['tDn']
|
8798
9610
|
@read_only = true
|
8799
9611
|
|
@@ -8830,6 +9642,35 @@ module ACIrb
|
|
8830
9642
|
'rstoRemoteRtdEpPInfoHolder-[' << @attributes['tDn'] << ']'
|
8831
9643
|
end
|
8832
9644
|
end
|
9645
|
+
class FvRsToRemoteSyslogGroup < MO
|
9646
|
+
@class_name = 'fv.RsToRemoteSyslogGroup'
|
9647
|
+
@ruby_class = 'FvRsToRemoteSyslogGroup'
|
9648
|
+
@prefix = 'rstoRemoteSyslogGroup-'
|
9649
|
+
@prefixes = [['rstoRemoteSyslogGroup-', true]]
|
9650
|
+
@rn_format = 'rstoRemoteSyslogGroup-[%(tDn)s]'
|
9651
|
+
@containers = ['FvRemotePolHolder']
|
9652
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9653
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9654
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9655
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9656
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9657
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9658
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9659
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9660
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9661
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9662
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9663
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
9664
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9665
|
+
@child_classes = ['FvCons']
|
9666
|
+
@label = 'Syslog Monitoring Destination Group'
|
9667
|
+
@naming_props = ['tDn']
|
9668
|
+
@read_only = true
|
9669
|
+
|
9670
|
+
def rn
|
9671
|
+
'rstoRemoteSyslogGroup-[' << @attributes['tDn'] << ']'
|
9672
|
+
end
|
9673
|
+
end
|
8833
9674
|
class FvRsToRemoteTabooDef < MO
|
8834
9675
|
@class_name = 'fv.RsToRemoteTabooDef'
|
8835
9676
|
@ruby_class = 'FvRsToRemoteTabooDef'
|
@@ -8851,7 +9692,7 @@ module ACIrb
|
|
8851
9692
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8852
9693
|
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
8853
9694
|
@child_classes = ['FvCons']
|
8854
|
-
@label = '
|
9695
|
+
@label = 'Super Class for Relation used to pull policies to Node'
|
8855
9696
|
@naming_props = ['tDn']
|
8856
9697
|
@read_only = true
|
8857
9698
|
|
@@ -8859,6 +9700,35 @@ module ACIrb
|
|
8859
9700
|
'rstoRemoteTabooDef-[' << @attributes['tDn'] << ']'
|
8860
9701
|
end
|
8861
9702
|
end
|
9703
|
+
class FvRsToResolver < MO
|
9704
|
+
@class_name = 'fv.RsToResolver'
|
9705
|
+
@ruby_class = 'FvRsToResolver'
|
9706
|
+
@prefix = 'rstoResolver'
|
9707
|
+
@prefixes = [['rstoResolver', false]]
|
9708
|
+
@rn_format = 'rstoResolver'
|
9709
|
+
@containers = ['FvPullRecover']
|
9710
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9711
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9712
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9713
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9714
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9715
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9716
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9717
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9718
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9719
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9720
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9721
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9722
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9723
|
+
@child_classes = []
|
9724
|
+
@label = 'Policy Resolver'
|
9725
|
+
@naming_props = []
|
9726
|
+
@read_only = true
|
9727
|
+
|
9728
|
+
def rn
|
9729
|
+
'rstoResolver'
|
9730
|
+
end
|
9731
|
+
end
|
8862
9732
|
class FvRsToTabooDef < MO
|
8863
9733
|
@class_name = 'fv.RsToTabooDef'
|
8864
9734
|
@ruby_class = 'FvRsToTabooDef'
|
@@ -8958,7 +9828,6 @@ module ACIrb
|
|
8958
9828
|
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8959
9829
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8960
9830
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8961
|
-
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8962
9831
|
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8963
9832
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
8964
9833
|
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -8966,17 +9835,78 @@ module ACIrb
|
|
8966
9835
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8967
9836
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
8968
9837
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
8969
|
-
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
8970
|
-
|
8971
|
-
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
9838
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9839
|
+
@child_classes = []
|
8972
9840
|
@label = 'Relation to Virtual Node'
|
8973
9841
|
@naming_props = ['tDn']
|
8974
|
-
@read_only =
|
9842
|
+
@read_only = true
|
8975
9843
|
|
8976
9844
|
def rn
|
8977
9845
|
'rsvNode-[' << @attributes['tDn'] << ']'
|
8978
9846
|
end
|
8979
9847
|
end
|
9848
|
+
class FvRtAcExtPolToContext < MO
|
9849
|
+
@class_name = 'fv.RtAcExtPolToContext'
|
9850
|
+
@ruby_class = 'FvRtAcExtPolToContext'
|
9851
|
+
@prefix = 'rtdbgacAcExtPolToContext-'
|
9852
|
+
@prefixes = [['rtdbgacAcExtPolToContext-', true]]
|
9853
|
+
@rn_format = 'rtdbgacAcExtPolToContext-[%(tDn)s]'
|
9854
|
+
@containers = ['FvCtx']
|
9855
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9856
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9857
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9858
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9859
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9860
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9861
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9862
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9863
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
9864
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
9865
|
+
@label = 'None'
|
9866
|
+
@naming_props = ['tDn']
|
9867
|
+
@read_only = true
|
9868
|
+
|
9869
|
+
def rn
|
9870
|
+
'rtdbgacAcExtPolToContext-[' << @attributes['tDn'] << ']'
|
9871
|
+
end
|
9872
|
+
end
|
9873
|
+
class FvRtAcExtPolToContextTask < MO
|
9874
|
+
@class_name = 'fv.RtAcExtPolToContextTask'
|
9875
|
+
@ruby_class = 'FvRtAcExtPolToContextTask'
|
9876
|
+
@prefix = 'fvRtAcExtPolToContextTask-'
|
9877
|
+
@prefixes = [['fvRtAcExtPolToContextTask-', true]]
|
9878
|
+
@rn_format = 'fvRtAcExtPolToContextTask-%(id)s'
|
9879
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
9880
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9881
|
+
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9882
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9883
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9884
|
+
'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9885
|
+
'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9886
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
9887
|
+
'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9888
|
+
'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9889
|
+
'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9890
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9891
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9892
|
+
'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9893
|
+
'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9894
|
+
'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9895
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9896
|
+
'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9897
|
+
'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9898
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9899
|
+
'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9900
|
+
'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9901
|
+
@child_classes = []
|
9902
|
+
@label = 'None'
|
9903
|
+
@naming_props = ['id']
|
9904
|
+
@read_only = true
|
9905
|
+
|
9906
|
+
def rn
|
9907
|
+
'fvRtAcExtPolToContextTask-' << @attributes['id'] << ''
|
9908
|
+
end
|
9909
|
+
end
|
8980
9910
|
class FvRtARemoteHostToEpg < MO
|
8981
9911
|
@class_name = 'fv.RtARemoteHostToEpg'
|
8982
9912
|
@ruby_class = 'FvRtARemoteHostToEpg'
|
@@ -9145,6 +10075,30 @@ module ACIrb
|
|
9145
10075
|
'rtsnmpClientGrpToEpp-[' << @attributes['tDn'] << ']'
|
9146
10076
|
end
|
9147
10077
|
end
|
10078
|
+
class FvRtContext < MO
|
10079
|
+
@class_name = 'fv.RtContext'
|
10080
|
+
@ruby_class = 'FvRtContext'
|
10081
|
+
@prefix = 'rtdbgacContext-'
|
10082
|
+
@prefixes = [['rtdbgacContext-', true]]
|
10083
|
+
@rn_format = 'rtdbgacContext-[%(tDn)s]'
|
10084
|
+
@containers = ['FvCtx']
|
10085
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10086
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
10087
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10088
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10089
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
10090
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10091
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10092
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
10093
|
+
@child_classes = []
|
10094
|
+
@label = 'Ext IP Address to Ext IP Address Atomic Counter Policy'
|
10095
|
+
@naming_props = ['tDn']
|
10096
|
+
@read_only = true
|
10097
|
+
|
10098
|
+
def rn
|
10099
|
+
'rtdbgacContext-[' << @attributes['tDn'] << ']'
|
10100
|
+
end
|
10101
|
+
end
|
9148
10102
|
class FvRtCtx < MO
|
9149
10103
|
@class_name = 'fv.RtCtx'
|
9150
10104
|
@ruby_class = 'FvRtCtx'
|
@@ -9210,7 +10164,7 @@ module ACIrb
|
|
9210
10164
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9211
10165
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
9212
10166
|
@child_classes = []
|
9213
|
-
@label = '
|
10167
|
+
@label = 'VRF'
|
9214
10168
|
@naming_props = ['tDn']
|
9215
10169
|
@read_only = true
|
9216
10170
|
|
@@ -9276,6 +10230,7 @@ module ACIrb
|
|
9276
10230
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9277
10231
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9278
10232
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10233
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9279
10234
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9280
10235
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9281
10236
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -9300,7 +10255,7 @@ module ACIrb
|
|
9300
10255
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9301
10256
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9302
10257
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9303
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'BgpCtxDef', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'FvStorageIssues', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'FvRsEppBgpCtxAfPol', 'L3extLNodePDef', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'FvRsEppExtRouteTagPol', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2EgrPktsAgHist1year', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'OspfExtDef', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'FvNwIssues', 'OspfCtxDefAf', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L3extSubnetDef', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L3extRouteTagDef', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'BgpCtxAfDef', 'L2IngrPktsPart1qtr', '
|
10258
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'BgpCtxDef', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'FvStorageIssues', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'FvRsEppBgpCtxAfPol', 'L3extLNodePDef', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'FvRsEppExtRouteTagPol', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'FvAttEntPDepl', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2EgrPktsAgHist1year', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'OspfExtDef', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'FvNwIssues', 'OspfCtxDefAf', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L3extSubnetDef', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L3extRouteTagDef', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'BgpCtxAfDef', 'L2IngrPktsPart1qtr', 'FvRtClientGrpToEpp', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtIpEppAtt', 'FvRsEppEigrpCtxAfPol', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'FvRsEppBgpCtxPol', 'FvRtVxlanEppAtt', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsAg1d', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'FvRsEppOspfCtxPol', 'EigrpCtxAfDef', 'FvStDepl', 'L2IngrPktsAgHist1mo', 'L3extDefaultRouteLeakDef', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'FvRsEppEigrpIfPol', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'RtctrlSubjDef', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'BgpExtDef', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'EigrpExtDef', 'FaultDelegate', 'L3extExtEncapDef', 'L2EgrPktsAgHist1mo', 'FvRsEppOspfAfCtxPol', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L3extDomDef', 'L2IngrPktsAg1w', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'FvRsEppOspfIfPol', 'L2EgrBytesAg1year', 'OspfCtxDef', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale', 'FvCompIssues']
|
9304
10259
|
@label = 'Routed External EpP'
|
9305
10260
|
@naming_props = ['epgPKey']
|
9306
10261
|
@read_only = true
|
@@ -9343,17 +10298,21 @@ module ACIrb
|
|
9343
10298
|
@rn_format = 'rtdEpPInfo-[%(epgPKey)s]'
|
9344
10299
|
@containers = ['FvRtdEpPInfoCont']
|
9345
10300
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10301
|
+
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9346
10302
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9347
10303
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
9348
10304
|
'epgPKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
9349
10305
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10306
|
+
'missingContent' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9350
10307
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9351
10308
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9352
10309
|
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9353
10310
|
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10311
|
+
'pcEnfDir' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10312
|
+
'pcEnfDirUpdated' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9354
10313
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
9355
10314
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
9356
|
-
@child_classes = ['
|
10315
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'L3extSubnetDef', 'FvRtToRemoteRtdEpPInfoHolder', 'FaultDelegate', 'FvRsRtdEpPToNatMappingEPg']
|
9357
10316
|
@label = 'Routed External EpP Information Holder'
|
9358
10317
|
@naming_props = ['epgPKey']
|
9359
10318
|
@read_only = true
|
@@ -9393,7 +10352,7 @@ module ACIrb
|
|
9393
10352
|
@prefix = 'fvRtDestEpgTask-'
|
9394
10353
|
@prefixes = [['fvRtDestEpgTask-', true]]
|
9395
10354
|
@rn_format = 'fvRtDestEpgTask-%(id)s'
|
9396
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
10355
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
9397
10356
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9398
10357
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
9399
10358
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -9592,6 +10551,30 @@ module ACIrb
|
|
9592
10551
|
'rtvnsEPpInfoToBD-[' << @attributes['tDn'] << ']'
|
9593
10552
|
end
|
9594
10553
|
end
|
10554
|
+
class FvRtEppToEpCP < MO
|
10555
|
+
@class_name = 'fv.RtEppToEpCP'
|
10556
|
+
@ruby_class = 'FvRtEppToEpCP'
|
10557
|
+
@prefix = 'rteppToEpCP-'
|
10558
|
+
@prefixes = [['rteppToEpCP-', true]]
|
10559
|
+
@rn_format = 'rteppToEpCP-[%(tDn)s]'
|
10560
|
+
@containers = ['FvEpCP']
|
10561
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10562
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
10563
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10564
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10565
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
10566
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10567
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10568
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
10569
|
+
@child_classes = []
|
10570
|
+
@label = 'None'
|
10571
|
+
@naming_props = ['tDn']
|
10572
|
+
@read_only = true
|
10573
|
+
|
10574
|
+
def rn
|
10575
|
+
'rteppToEpCP-[' << @attributes['tDn'] << ']'
|
10576
|
+
end
|
10577
|
+
end
|
9595
10578
|
class FvRtExtBD < MO
|
9596
10579
|
@class_name = 'fv.RtExtBD'
|
9597
10580
|
@ruby_class = 'FvRtExtBD'
|
@@ -9881,6 +10864,30 @@ module ACIrb
|
|
9881
10864
|
'rtmgmtInstPCtx-[' << @attributes['tDn'] << ']'
|
9882
10865
|
end
|
9883
10866
|
end
|
10867
|
+
class FvRtInstPToNatMappingEPg < MO
|
10868
|
+
@class_name = 'fv.RtInstPToNatMappingEPg'
|
10869
|
+
@ruby_class = 'FvRtInstPToNatMappingEPg'
|
10870
|
+
@prefix = 'rtl3extInstPToNatMappingEPg-'
|
10871
|
+
@prefixes = [['rtl3extInstPToNatMappingEPg-', true]]
|
10872
|
+
@rn_format = 'rtl3extInstPToNatMappingEPg-[%(tDn)s]'
|
10873
|
+
@containers = ['FvAEPg']
|
10874
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10875
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
10876
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10877
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10878
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
10879
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10880
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10881
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
10882
|
+
@child_classes = []
|
10883
|
+
@label = 'External Network Instance Profile'
|
10884
|
+
@naming_props = ['tDn']
|
10885
|
+
@read_only = true
|
10886
|
+
|
10887
|
+
def rn
|
10888
|
+
'rtl3extInstPToNatMappingEPg-[' << @attributes['tDn'] << ']'
|
10889
|
+
end
|
10890
|
+
end
|
9884
10891
|
class FvRtIpAddr < MO
|
9885
10892
|
@class_name = 'fv.RtIpAddr'
|
9886
10893
|
@ruby_class = 'FvRtIpAddr'
|
@@ -9905,6 +10912,30 @@ module ACIrb
|
|
9905
10912
|
'rtipAddr'
|
9906
10913
|
end
|
9907
10914
|
end
|
10915
|
+
class FvRtIpEppAtt < MO
|
10916
|
+
@class_name = 'fv.RtIpEppAtt'
|
10917
|
+
@ruby_class = 'FvRtIpEppAtt'
|
10918
|
+
@prefix = 'rtl3IpEppAtt-'
|
10919
|
+
@prefixes = [['rtl3IpEppAtt-', true]]
|
10920
|
+
@rn_format = 'rtl3IpEppAtt-[%(tDn)s]'
|
10921
|
+
@containers = ['FvSvcEpP', 'FvInBEpP', 'FvRtdEpP', 'FvInstPEpP', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
10922
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10923
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
10924
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10925
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10926
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
10927
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10928
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10929
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
10930
|
+
@child_classes = []
|
10931
|
+
@label = 'IP Circuit Endpoint'
|
10932
|
+
@naming_props = ['tDn']
|
10933
|
+
@read_only = true
|
10934
|
+
|
10935
|
+
def rn
|
10936
|
+
'rtl3IpEppAtt-[' << @attributes['tDn'] << ']'
|
10937
|
+
end
|
10938
|
+
end
|
9908
10939
|
class FvRtL3If < MO
|
9909
10940
|
@class_name = 'fv.RtL3If'
|
9910
10941
|
@ruby_class = 'FvRtL3If'
|
@@ -10394,7 +11425,7 @@ module ACIrb
|
|
10394
11425
|
@prefix = 'fvRtProvTask-'
|
10395
11426
|
@prefixes = [['fvRtProvTask-', true]]
|
10396
11427
|
@rn_format = 'fvRtProvTask-%(id)s'
|
10397
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
11428
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
10398
11429
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10399
11430
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10400
11431
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -10513,12 +11544,36 @@ module ACIrb
|
|
10513
11544
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
10514
11545
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
10515
11546
|
@child_classes = []
|
10516
|
-
@label = 'Static Route'
|
11547
|
+
@label = 'Static Route'
|
11548
|
+
@naming_props = ['tDn']
|
11549
|
+
@read_only = true
|
11550
|
+
|
11551
|
+
def rn
|
11552
|
+
'rtipRouteToIfConn-[' << @attributes['tDn'] << ']'
|
11553
|
+
end
|
11554
|
+
end
|
11555
|
+
class FvRtRtdEpPToNatMappingEPg < MO
|
11556
|
+
@class_name = 'fv.RtRtdEpPToNatMappingEPg'
|
11557
|
+
@ruby_class = 'FvRtRtdEpPToNatMappingEPg'
|
11558
|
+
@prefix = 'rtrtdEpPToNatMappingEPg-'
|
11559
|
+
@prefixes = [['rtrtdEpPToNatMappingEPg-', true]]
|
11560
|
+
@rn_format = 'rtrtdEpPToNatMappingEPg-[%(tDn)s]'
|
11561
|
+
@containers = ['FvAEPg']
|
11562
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11563
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
11564
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11565
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11566
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11567
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11568
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11569
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
11570
|
+
@child_classes = []
|
11571
|
+
@label = 'Routed External EpP Information Holder'
|
10517
11572
|
@naming_props = ['tDn']
|
10518
11573
|
@read_only = true
|
10519
11574
|
|
10520
11575
|
def rn
|
10521
|
-
'
|
11576
|
+
'rtrtdEpPToNatMappingEPg-[' << @attributes['tDn'] << ']'
|
10522
11577
|
end
|
10523
11578
|
end
|
10524
11579
|
class FvRtSecProvToEpg < MO
|
@@ -10545,6 +11600,54 @@ module ACIrb
|
|
10545
11600
|
'rtaaaSecProvToEpg-[' << @attributes['tDn'] << ']'
|
10546
11601
|
end
|
10547
11602
|
end
|
11603
|
+
class FvRtShardedRegisterAREpPBootStrap < MO
|
11604
|
+
@class_name = 'fv.RtShardedRegisterAREpPBootStrap'
|
11605
|
+
@ruby_class = 'FvRtShardedRegisterAREpPBootStrap'
|
11606
|
+
@prefix = 'rtshardedRegisterAREpPBootStrap'
|
11607
|
+
@prefixes = [['rtshardedRegisterAREpPBootStrap', false]]
|
11608
|
+
@rn_format = 'rtshardedRegisterAREpPBootStrap'
|
11609
|
+
@containers = ['FvAREpPBootStrap']
|
11610
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11611
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
11612
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11613
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11614
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11615
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11616
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11617
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
11618
|
+
@child_classes = []
|
11619
|
+
@label = 'Sharded AREpP Updates'
|
11620
|
+
@naming_props = []
|
11621
|
+
@read_only = true
|
11622
|
+
|
11623
|
+
def rn
|
11624
|
+
'rtshardedRegisterAREpPBootStrap'
|
11625
|
+
end
|
11626
|
+
end
|
11627
|
+
class FvRtShardedRegisterUpdates < MO
|
11628
|
+
@class_name = 'fv.RtShardedRegisterUpdates'
|
11629
|
+
@ruby_class = 'FvRtShardedRegisterUpdates'
|
11630
|
+
@prefix = 'rtshardedRegisterUpdates'
|
11631
|
+
@prefixes = [['rtshardedRegisterUpdates', false]]
|
11632
|
+
@rn_format = 'rtshardedRegisterUpdates'
|
11633
|
+
@containers = ['FvShardedAREpPUpd']
|
11634
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11635
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
11636
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11637
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11638
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11639
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11640
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11641
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
11642
|
+
@child_classes = []
|
11643
|
+
@label = 'Sharded AREpP Updates'
|
11644
|
+
@naming_props = []
|
11645
|
+
@read_only = true
|
11646
|
+
|
11647
|
+
def rn
|
11648
|
+
'rtshardedRegisterUpdates'
|
11649
|
+
end
|
11650
|
+
end
|
10548
11651
|
class FvRtSrcToBD < MO
|
10549
11652
|
@class_name = 'fv.RtSrcToBD'
|
10550
11653
|
@ruby_class = 'FvRtSrcToBD'
|
@@ -10881,6 +11984,30 @@ module ACIrb
|
|
10881
11984
|
'rtdbgacToEp-[' << @attributes['tDn'] << ']'
|
10882
11985
|
end
|
10883
11986
|
end
|
11987
|
+
class FvRtToEpCP < MO
|
11988
|
+
@class_name = 'fv.RtToEpCP'
|
11989
|
+
@ruby_class = 'FvRtToEpCP'
|
11990
|
+
@prefix = 'rtfcprToEpCP-'
|
11991
|
+
@prefixes = [['rtfcprToEpCP-', true]]
|
11992
|
+
@rn_format = 'rtfcprToEpCP-[%(tDn)s]'
|
11993
|
+
@containers = ['FvEpCP']
|
11994
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11995
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
11996
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11997
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11998
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11999
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12000
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12001
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
12002
|
+
@child_classes = []
|
12003
|
+
@label = 'Manager for fvEpCP Policy Resolution'
|
12004
|
+
@naming_props = ['tDn']
|
12005
|
+
@read_only = true
|
12006
|
+
|
12007
|
+
def rn
|
12008
|
+
'rtfcprToEpCP-[' << @attributes['tDn'] << ']'
|
12009
|
+
end
|
12010
|
+
end
|
10884
12011
|
class FvRtToEpDef < MO
|
10885
12012
|
@class_name = 'fv.RtToEpDef'
|
10886
12013
|
@ruby_class = 'FvRtToEpDef'
|
@@ -11217,6 +12344,30 @@ module ACIrb
|
|
11217
12344
|
'rttoRemoteEpCP-[' << @attributes['tDn'] << ']'
|
11218
12345
|
end
|
11219
12346
|
end
|
12347
|
+
class FvRtToRemoteEpPCtrctInfo < MO
|
12348
|
+
@class_name = 'fv.RtToRemoteEpPCtrctInfo'
|
12349
|
+
@ruby_class = 'FvRtToRemoteEpPCtrctInfo'
|
12350
|
+
@prefix = 'rttoRemoteEpPCtrctInfo-'
|
12351
|
+
@prefixes = [['rttoRemoteEpPCtrctInfo-', true]]
|
12352
|
+
@rn_format = 'rttoRemoteEpPCtrctInfo-[%(tDn)s]'
|
12353
|
+
@containers = ['FvEpPCtrctInfo']
|
12354
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12355
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
12356
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12357
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12358
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
12359
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12360
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12361
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
12362
|
+
@child_classes = []
|
12363
|
+
@label = 'AREpP Contract Resolution Pending Remote Policy Container'
|
12364
|
+
@naming_props = ['tDn']
|
12365
|
+
@read_only = true
|
12366
|
+
|
12367
|
+
def rn
|
12368
|
+
'rttoRemoteEpPCtrctInfo-[' << @attributes['tDn'] << ']'
|
12369
|
+
end
|
12370
|
+
end
|
11220
12371
|
class FvRtToRemoteREpPCont < MO
|
11221
12372
|
@class_name = 'fv.RtToRemoteREpPCont'
|
11222
12373
|
@ruby_class = 'FvRtToRemoteREpPCont'
|
@@ -11265,6 +12416,30 @@ module ACIrb
|
|
11265
12416
|
'rttoRemoteRtdEpPInfoHolder-[' << @attributes['tDn'] << ']'
|
11266
12417
|
end
|
11267
12418
|
end
|
12419
|
+
class FvRtToREpPCont < MO
|
12420
|
+
@class_name = 'fv.RtToREpPCont'
|
12421
|
+
@ruby_class = 'FvRtToREpPCont'
|
12422
|
+
@prefix = 'rtfcprToREpPCont-'
|
12423
|
+
@prefixes = [['rtfcprToREpPCont-', true]]
|
12424
|
+
@rn_format = 'rtfcprToREpPCont-[%(tDn)s]'
|
12425
|
+
@containers = ['FvREpPCont']
|
12426
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12427
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
12428
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12429
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12430
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
12431
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12432
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12433
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
12434
|
+
@child_classes = []
|
12435
|
+
@label = 'Manager for fvREpPCont Policy Resolution'
|
12436
|
+
@naming_props = ['tDn']
|
12437
|
+
@read_only = true
|
12438
|
+
|
12439
|
+
def rn
|
12440
|
+
'rtfcprToREpPCont-[' << @attributes['tDn'] << ']'
|
12441
|
+
end
|
12442
|
+
end
|
11268
12443
|
class FvRtToTunDef < MO
|
11269
12444
|
@class_name = 'fv.RtToTunDef'
|
11270
12445
|
@ruby_class = 'FvRtToTunDef'
|
@@ -11579,21 +12754,103 @@ module ACIrb
|
|
11579
12754
|
'rtvxlanVxlanEppAtt-[' << @attributes['tDn'] << ']'
|
11580
12755
|
end
|
11581
12756
|
end
|
12757
|
+
class FvSCrtrn < MO
|
12758
|
+
@class_name = 'fv.SCrtrn'
|
12759
|
+
@ruby_class = 'FvSCrtrn'
|
12760
|
+
@prefix = 'crtrn-'
|
12761
|
+
@prefixes = [['crtrn-', true]]
|
12762
|
+
@rn_format = 'crtrn-%(name)s'
|
12763
|
+
@containers = ['FvSCrtrn', 'FvCrtrn']
|
12764
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12765
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12766
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
12767
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12768
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12769
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12770
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
12771
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12772
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12773
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
12774
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
12775
|
+
@child_classes = ['FvSCrtrn', 'FvMacAttr', 'FvProtoAttr', 'FvVmAttr', 'FvIpAttr', 'FaultDelegate']
|
12776
|
+
@label = 'Sub-Criterion'
|
12777
|
+
@naming_props = ['name']
|
12778
|
+
@read_only = true
|
12779
|
+
|
12780
|
+
def rn
|
12781
|
+
'crtrn-' << @attributes['name'] << ''
|
12782
|
+
end
|
12783
|
+
end
|
12784
|
+
class FvSCrtrnDef < MO
|
12785
|
+
@class_name = 'fv.SCrtrnDef'
|
12786
|
+
@ruby_class = 'FvSCrtrnDef'
|
12787
|
+
@prefix = 'scrtrndef-'
|
12788
|
+
@prefixes = [['scrtrndef-', true]]
|
12789
|
+
@rn_format = 'scrtrndef-%(name)s'
|
12790
|
+
@containers = ['FvSCrtrnDef', 'FvCrtrnDef']
|
12791
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12792
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12793
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
12794
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12795
|
+
'match' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12796
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12797
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
12798
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12799
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12800
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
12801
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
12802
|
+
@child_classes = ['FvVmAttrDef', 'FvMacAttrDef', 'FvProtoAttrDef', 'FvIpAttrDef', 'FvSCrtrnDef', 'FaultDelegate']
|
12803
|
+
@label = 'Sub-Criterion Definition'
|
12804
|
+
@naming_props = ['name']
|
12805
|
+
@read_only = true
|
12806
|
+
|
12807
|
+
def rn
|
12808
|
+
'scrtrndef-' << @attributes['name'] << ''
|
12809
|
+
end
|
12810
|
+
end
|
12811
|
+
class FvShardedAREpPUpd < MO
|
12812
|
+
@class_name = 'fv.ShardedAREpPUpd'
|
12813
|
+
@ruby_class = 'FvShardedAREpPUpd'
|
12814
|
+
@prefix = 'shardedAreppUpdates-'
|
12815
|
+
@prefixes = [['shardedAreppUpdates-', true]]
|
12816
|
+
@rn_format = 'shardedAreppUpdates-%(shardId)s'
|
12817
|
+
@containers = ['FvEpPCont']
|
12818
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12819
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12820
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
12821
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12822
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12823
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12824
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12825
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12826
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
12827
|
+
'shardId' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
12828
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
12829
|
+
@child_classes = ['FvRtShardedRegisterUpdates', 'FvNodeAREpPUpd', 'FvRsShardedRegisterUpdates', 'FaultDelegate', 'FvRsShardedRegisterAREpPBootStrap']
|
12830
|
+
@label = 'Sharded AREpP Updates'
|
12831
|
+
@naming_props = ['shardId']
|
12832
|
+
@read_only = true
|
12833
|
+
|
12834
|
+
def rn
|
12835
|
+
'shardedAreppUpdates-' << @attributes['shardId'] << ''
|
12836
|
+
end
|
12837
|
+
end
|
11582
12838
|
class FvSharedService < MO
|
11583
12839
|
@class_name = 'fv.SharedService'
|
11584
12840
|
@ruby_class = 'FvSharedService'
|
11585
12841
|
@prefix = 'sharedServiceAlloc'
|
11586
12842
|
@prefixes = [['sharedServiceAlloc', false]]
|
11587
12843
|
@rn_format = 'sharedServiceAlloc'
|
11588
|
-
@containers = ['FvAEPg', 'InfraCEPg', 'L2extInstP', 'VnsREPpInfo', 'VnsSHEPpInfo', 'VnsEPpInfo', 'MgmtInB', 'L3extInstP', 'VnsSDEPpInfo', 'InfraPEPg', 'DhcpPRelPg', 'DhcpCRelPg', 'L3extInstPDef']
|
12844
|
+
@containers = ['FvAEPg', 'InfraCEPg', 'L2extInstP', 'VnsREPpInfo', 'VnsSHEPpInfo', 'VnsEPpInfo', 'MgmtInB', 'L3extInstP', 'VnsSDEPpInfo', 'FvCtx', 'InfraPEPg', 'DhcpPRelPg', 'DhcpCRelPg', 'L3extInstPDef']
|
11589
12845
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11590
12846
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
11591
12847
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11592
12848
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12849
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11593
12850
|
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11594
12851
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11595
12852
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
11596
|
-
@child_classes = ['VzCreatedBy']
|
12853
|
+
@child_classes = ['FvCtxSharedServiceUpdate', 'FaultCounts', 'HealthInst', 'VzCreatedBy']
|
11597
12854
|
@label = 'Alloc pcTag from Shared Service Pool'
|
11598
12855
|
@naming_props = []
|
11599
12856
|
@read_only = true
|
@@ -11741,7 +12998,7 @@ module ACIrb
|
|
11741
12998
|
@prefix = 'strgissues'
|
11742
12999
|
@prefixes = [['strgissues', false]]
|
11743
13000
|
@rn_format = 'strgissues'
|
11744
|
-
@containers = ['FvRsStPathAtt', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
13001
|
+
@containers = ['FvRsStPathAtt', 'FvAEPgCont', 'FvExtStPathAtt', 'FvRsStGrpAtt', 'FvRsNodePortAtt', 'FvInBEpP', 'VzToEPgAny', 'VzToEPg', 'FvRtdEpP', 'FvLocale', 'FvAttEntityPathAtt', 'FvStPathAtt', 'FvDyPathAtt', 'FvConfigState', 'FvEpP', 'FvOoBEpP', 'FvBrEpP']
|
11745
13002
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11746
13003
|
'configQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11747
13004
|
'configSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -11813,7 +13070,8 @@ module ACIrb
|
|
11813
13070
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11814
13071
|
'scope' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11815
13072
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11816
|
-
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
13073
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13074
|
+
'virtual' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
11817
13075
|
@child_classes = ['FaultCounts', 'HealthInst', 'FvRsBDSubnetToProfile', 'FvRsBDSubnetToOut', 'FvRsNdPfxPol', 'FaultDelegate']
|
11818
13076
|
@label = 'Subnet'
|
11819
13077
|
@naming_props = ['ip']
|
@@ -11854,7 +13112,7 @@ module ACIrb
|
|
11854
13112
|
@prefix = 'fvSubnetBDDefContTask-'
|
11855
13113
|
@prefixes = [['fvSubnetBDDefContTask-', true]]
|
11856
13114
|
@rn_format = 'fvSubnetBDDefContTask-%(id)s'
|
11857
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
13115
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
11858
13116
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11859
13117
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11860
13118
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -11916,7 +13174,8 @@ module ACIrb
|
|
11916
13174
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11917
13175
|
'unicastRoute' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11918
13176
|
'unkMacUcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11919
|
-
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
13177
|
+
'unkMcastAct' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13178
|
+
'vmac' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
11920
13179
|
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'FvRtBDDefToBD', 'FvRsBDToProfile', 'FvRsBDToRelayP', 'FvRtEPpInfoToBD', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'FvRsABDPolMonPol', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'FvRsBDToNdP', 'L2IngrPktsPart1d', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsPart15min', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'FvRsBdFloodTo', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'FvSubnet', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'NdRaSubnet', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvRsCtx', 'L2IngrPktsAgHist1qtr', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPartHist1d', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'FvRsSvcBDToBDAtt', 'L2EgrPktsPartHist5min', 'FvRsIgmpsn', 'L2EgrPktsPart5min', 'FvUnkMacUcastActMod', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRsBdToEpRet', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsPartHist15min', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRsBDToOut', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsAgHist1w', 'L2IngrBytesPartHist1qtr']
|
11921
13180
|
@label = 'Bridge Domain'
|
11922
13181
|
@naming_props = ['name']
|
@@ -11959,6 +13218,7 @@ module ACIrb
|
|
11959
13218
|
@props = { 'bdDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11960
13219
|
'bdDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11961
13220
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13221
|
+
'crtrnEnabled' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11962
13222
|
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11963
13223
|
'ctxDefStQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11964
13224
|
'ctxSeg' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -11982,7 +13242,7 @@ module ACIrb
|
|
11982
13242
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
11983
13243
|
'scopeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
11984
13244
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
11985
|
-
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', '
|
13245
|
+
@child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrPktsPart1h', 'L2IngrBytesPartHist1mo', 'FvRsEppToMonPol', 'L2EgrBytesPart15min', 'FvRtIpEppAtt', 'FvRsEppToEpCP', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'L2IngrBytesAg1w', 'FvRsEPgDefToL2Dom', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesPartHist1w', 'FvREpPCont', 'L2IngrBytesAg1d', 'FvRtNtpProvToEpp', 'FvRtVlanEppAtt', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'DhcpProvAddrDef', 'L2IngrPktsPart1d', 'L2IngrPktsPartHist15min', 'L2EgrBytesAgHist1mo', 'L2EgrPktsPartHist5min', 'FvDomCont', 'L2EgrBytesAg1h', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'QosCustomPolDef', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvSvcDepl', 'FvExtLocaleCont', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'FvtopoEpCont', 'L2EgrPktsPart1year', 'L2EgrBytesPart1w', 'L2EgrPktsPartHist15min', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'FvPullREpPCont', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2EgrBytesAg1mo', 'L2EgrBytesPartHist5min', 'L2IngrPktsPartHist5min', 'FvMgmtDepl', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1year', 'FvPolResolver', 'L2IngrPktsPart1qtr', 'FvAttEntPDepl', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'L2EgrPktsPart1mo', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'FvRtClientGrpToEpp', 'FvRtVxlanEppAtt', 'FvRsEPgDefToL3Dom', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'VnsNodeInstDef', 'FvLEpP', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'FvStDepl', 'FvRtARemoteHostToEpp', 'L2IngrPktsPartHist1d', 'L2EgrPktsPart1qtr', 'DhcpInfraProvPDef', 'L2EgrPktsPart5min', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'FvConfigLocale', 'L2EgrPktsAg1h', 'FvNodeReqDepl', 'L2EgrPktsAg1d', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'FvRtProfileToEpp', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'FvRtCtxToEpP', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'FaultDelegate', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvExtNwDepl', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvInfraDepl', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'FvLocale']
|
11986
13246
|
@label = 'Service Endpoint Profile'
|
11987
13247
|
@naming_props = ['epgPKey']
|
11988
13248
|
@read_only = true
|
@@ -12024,7 +13284,7 @@ module ACIrb
|
|
12024
13284
|
@prefix = 'fvTabooCtxDefContTask-'
|
12025
13285
|
@prefixes = [['fvTabooCtxDefContTask-', true]]
|
12026
13286
|
@rn_format = 'fvTabooCtxDefContTask-%(id)s'
|
12027
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
13287
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
12028
13288
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12029
13289
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12030
13290
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -12074,7 +13334,7 @@ module ACIrb
|
|
12074
13334
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
12075
13335
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12076
13336
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
12077
|
-
@child_classes = ['L2EgrPktsAg15min', 'VnsCtrlrMgmtPol', 'L2EgrBytesAgHist15min', 'VzERFltP', 'L2EgrPktsAgHist1qtr', 'TagInst', 'VnsRtrCfg', 'IgmpSnoopPol', 'FvnsAddrInst', 'VnsChassis', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'VnsLDevCtx', 'L2IngrPktsAg1qtr', 'DbgacEpgToIp', 'OspfIfPol', 'L2IngrBytesAg1d', 'NdPfxPol', 'L2EgrBytesAg15min', 'BgpCtxPol', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'OspfCtxPol', 'L2EgrBytesAg1h', 'SpanVSrcGrp', 'L3extOut', 'L2EgrBytesAg1d', 'L2EgrPktsAg1year', 'VzBrCP', 'FvOverallHealthHist15min', 'FvOverallHealth1mo', 'L2EgrBytesAg1w', 'VnsGraphInst', 'L2EgrPktsAgHist1h', 'FaultInst', 'FvRtTenant', 'L2IngrBytesAg15min', 'TraceroutepTrEpExt', 'NdIfPol', 'VnsUnitHolder', 'VnsCfgRelInst', 'FvEpRetPol', 'MonEPGPol', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'VzFilter', 'VnsLDevVip', 'VzCPIf', 'FvOverallHealthHist1d', 'L2IngrPktsAg1w', 'L2EgrBytesAgHist1w', 'FvOverallHealthHist1h', 'FvOverallHealthHist1qtr', 'FvOverallHealthHist1w', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'DhcpOptionPol', 'DbgacExtToEp', 'L2EgrBytesAgHist1year', 'FvSvcBD', 'VnsAbsGraph', 'MgmtExtMgmtEntity', 'VnsInBHolder', 'DbgacAnyToEp', 'L2EgrPktsAgHist15min', 'L2extOut', 'L2IngrBytesAg1mo', 'RtctrlAttrP', 'EigrpCtxAfPol', 'FvOverallHealth1w', 'FvBD', 'FvCtx', 'FvOverallHealth1d', 'L2EgrPktsAgHist1year', 'L2EgrPktsAg1mo', 'FvOverallHealth1h', 'DbgacEpgToEpg', 'FvAp', 'L2EgrBytesAg1mo', 'VnsGRel', 'FvOverallHealthHist1mo', 'DbgacEpgToEp', 'L2IngrBytesAgHist1mo', 'DbgacEpToExt', 'VnsAbsFuncProfContr', 'VnsFolderInst', 'VnsDevMgr', 'L2IngrPktsAgHist1year', 'FaultCountsWithDetails', 'InfraClP', 'L2IngrBytesAg1qtr', 'DrawCont', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'DbgacEpToEpg', 'L2IngrBytesAg1h', 'L2EgrPktsAg1qtr', '
|
13337
|
+
@child_classes = ['L2EgrPktsAg15min', 'VnsCtrlrMgmtPol', 'L2EgrBytesAgHist15min', 'VzERFltP', 'L2EgrPktsAgHist1qtr', 'TagInst', 'VnsRtrCfg', 'IgmpSnoopPol', 'FvnsAddrInst', 'VnsChassis', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'VnsLDevCtx', 'L2IngrPktsAg1qtr', 'DbgacEpgToIp', 'OspfIfPol', 'L2IngrBytesAg1d', 'NdPfxPol', 'L2EgrBytesAg15min', 'BgpCtxPol', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'OspfCtxPol', 'L2EgrBytesAg1h', 'SpanVSrcGrp', 'L3extOut', 'L2EgrBytesAg1d', 'L2EgrPktsAg1year', 'VzBrCP', 'FvOverallHealthHist15min', 'FvOverallHealth1mo', 'L2EgrBytesAg1w', 'VnsGraphInst', 'L2EgrPktsAgHist1h', 'FaultInst', 'FvRtTenant', 'L2IngrBytesAg15min', 'TraceroutepTrEpExt', 'NdIfPol', 'VnsUnitHolder', 'VnsCfgRelInst', 'FvEpRetPol', 'MonEPGPol', 'L2EgrPktsAgHist1w', 'L2IngrPktsAg1mo', 'VzFilter', 'VnsLDevVip', 'VzCPIf', 'FvOverallHealthHist1d', 'L2IngrPktsAg1w', 'L2EgrBytesAgHist1w', 'FvOverallHealthHist1h', 'FvOverallHealthHist1qtr', 'FvOverallHealthHist1w', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'DhcpOptionPol', 'DbgacExtToEp', 'L2EgrPktsAgHist1d', 'L2EgrBytesAgHist1year', 'FvSvcBD', 'VnsAbsGraph', 'MgmtExtMgmtEntity', 'VnsInBHolder', 'DbgacAnyToEp', 'L2EgrPktsAgHist15min', 'L2extOut', 'L2IngrBytesAg1mo', 'RtctrlAttrP', 'EigrpCtxAfPol', 'FvOverallHealth1w', 'AaaPartialRbacRule', 'FvBD', 'FvCtx', 'FvOverallHealth1d', 'L2EgrPktsAgHist1year', 'L2EgrPktsAg1mo', 'FvOverallHealth1h', 'DbgacEpgToEpg', 'FvAp', 'L2EgrBytesAg1mo', 'VnsGRel', 'FvOverallHealthHist1mo', 'DbgacEpgToEp', 'L2IngrBytesAgHist1mo', 'DbgacEpToExt', 'VnsAbsFuncProfContr', 'VnsFolderInst', 'VnsDevMgr', 'L2IngrPktsAgHist1year', 'FaultCountsWithDetails', 'InfraClP', 'L2IngrBytesAg1qtr', 'DrawCont', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'DbgacEpToEpg', 'L2IngrBytesAg1h', 'L2EgrPktsAg1qtr', 'HealthInst', 'FvOverallHealth15min', 'DbgacEpToEp', 'InfraProvP', 'L2IngrPktsAgHist1d', 'L2IngrPktsAgHist15min', 'AaaDomainRef', 'TagAliasInst', 'DhcpRelayP', 'VnsGFolder', 'SpanDestGrp', 'BgpCtxAfPol', 'VnsLDevInst', 'VnsCFolder', 'FvConnInstrPol', 'DbgacIpToIp', 'L2IngrPktsAgHist1mo', 'EigrpIfPol', 'VnsParamInst', 'VnsGParam', 'L2IngrPktsAg15min', 'QosCustomPol', 'L2EgrPktsAg1h', 'FvOverallHealth1year', 'VnsNatInst', 'L2EgrPktsAg1d', 'VnsLDevIf', 'VzRFltP', 'FvOverallHealth1qtr', 'MgmtMgmtP', 'FaultDelegate', 'L2IngrPktsAgHist1qtr', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'L2IngrBytesAgHist1h', 'VzOOBBrCP', 'L2EgrBytesAgHist1qtr', 'L3extOutDef', 'VnsFWReq', 'L2IngrBytesAgHist1qtr', 'L2IngrBytesAgHist1w', 'DbgacIpToEpg', 'BgpPeerPfxPol', 'VnsAbsFolder', 'L2IngrBytesAg1year', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'TraceroutepTrEp', 'L3extRouteTagPol', 'SpanSrcGrp', 'SpanVDestGrp', 'FvOverallHealthHist1year', 'VzTaboo', 'VnsDevProf', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRsTnDenyRule', 'L2IngrPktsAgHist1h', 'DbgacEpToAny', 'FvRsTenantMonPol', 'VnsAbsParam']
|
12078
13338
|
@label = 'Tenant'
|
12079
13339
|
@naming_props = ['name']
|
12080
13340
|
@read_only = false
|
@@ -12231,6 +13491,56 @@ module ACIrb
|
|
12231
13491
|
''
|
12232
13492
|
end
|
12233
13493
|
end
|
13494
|
+
class FvUpdateContract < MO
|
13495
|
+
@class_name = 'fv.UpdateContract'
|
13496
|
+
@ruby_class = 'FvUpdateContract'
|
13497
|
+
@prefix = 'updateContract'
|
13498
|
+
@prefixes = [['updateContract', false]]
|
13499
|
+
@rn_format = 'updateContract'
|
13500
|
+
@containers = ['FvAEPg', 'InfraCEPg', 'L2extInstP', 'VnsREPpInfo', 'VnsSHEPpInfo', 'VnsEPpInfo', 'MgmtInB', 'L3extInstP', 'VnsSDEPpInfo', 'InfraPEPg', 'DhcpPRelPg', 'DhcpCRelPg', 'L3extInstPDef']
|
13501
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13502
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13503
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13504
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13505
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13506
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
13507
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
13508
|
+
@child_classes = []
|
13509
|
+
@label = 'Update Contract'
|
13510
|
+
@naming_props = []
|
13511
|
+
@read_only = true
|
13512
|
+
|
13513
|
+
def rn
|
13514
|
+
'updateContract'
|
13515
|
+
end
|
13516
|
+
end
|
13517
|
+
class FvUtilizedCtrct < MO
|
13518
|
+
@class_name = 'fv.UtilizedCtrct'
|
13519
|
+
@ruby_class = 'FvUtilizedCtrct'
|
13520
|
+
@prefix = 'utlzCtrct-'
|
13521
|
+
@prefixes = [['utlzCtrct-', true]]
|
13522
|
+
@rn_format = 'utlzCtrct-[%(ctrctPKey)s]'
|
13523
|
+
@containers = ['FvEpPCtrctInfo', 'FvREpPCont']
|
13524
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13525
|
+
'ctrctPKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
13526
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13527
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13528
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13529
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13530
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13531
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13532
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13533
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
13534
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
13535
|
+
@child_classes = ['FvRsToCtrct', 'FvRsAeToCtrct', 'FaultDelegate']
|
13536
|
+
@label = 'Remote EPG Contract'
|
13537
|
+
@naming_props = ['ctrctPKey']
|
13538
|
+
@read_only = true
|
13539
|
+
|
13540
|
+
def rn
|
13541
|
+
'utlzCtrct-[' << @attributes['ctrctPKey'] << ']'
|
13542
|
+
end
|
13543
|
+
end
|
12234
13544
|
class FvVDEp < MO
|
12235
13545
|
@class_name = 'fv.VDEp'
|
12236
13546
|
@ruby_class = 'FvVDEp'
|
@@ -12309,7 +13619,7 @@ module ACIrb
|
|
12309
13619
|
@prefix = 'fvVDEpTask-'
|
12310
13620
|
@prefixes = [['fvVDEpTask-', true]]
|
12311
13621
|
@rn_format = 'fvVDEpTask-%(id)s'
|
12312
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
13622
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
12313
13623
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12314
13624
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12315
13625
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -12340,13 +13650,130 @@ module ACIrb
|
|
12340
13650
|
'fvVDEpTask-' << @attributes['id'] << ''
|
12341
13651
|
end
|
12342
13652
|
end
|
13653
|
+
class FvVip < MO
|
13654
|
+
@class_name = 'fv.Vip'
|
13655
|
+
@ruby_class = 'FvVip'
|
13656
|
+
@prefix = 'vip-'
|
13657
|
+
@prefixes = [['vip-', true]]
|
13658
|
+
@rn_format = 'vip-[%(addr)s]'
|
13659
|
+
@containers = ['FvAEPg']
|
13660
|
+
@props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
13661
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13662
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13663
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13664
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13665
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13666
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13667
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13668
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13669
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
13670
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13671
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
13672
|
+
@child_classes = ['FaultDelegate']
|
13673
|
+
@label = 'Virtual IP address'
|
13674
|
+
@naming_props = ['addr']
|
13675
|
+
@read_only = false
|
13676
|
+
|
13677
|
+
def rn
|
13678
|
+
'vip-[' << @attributes['addr'] << ']'
|
13679
|
+
end
|
13680
|
+
end
|
13681
|
+
class FvVipDef < MO
|
13682
|
+
@class_name = 'fv.VipDef'
|
13683
|
+
@ruby_class = 'FvVipDef'
|
13684
|
+
@prefix = 'vipdef-'
|
13685
|
+
@prefixes = [['vipdef-', true]]
|
13686
|
+
@rn_format = 'vipdef-[%(addr)s]'
|
13687
|
+
@containers = ['FvAEPgCont', 'VnsSvcEpgCont']
|
13688
|
+
@props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
13689
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13690
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13691
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13692
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13693
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13694
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13695
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13696
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13697
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
13698
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
13699
|
+
@child_classes = ['FaultDelegate']
|
13700
|
+
@label = 'Virtual IP address definition'
|
13701
|
+
@naming_props = ['addr']
|
13702
|
+
@read_only = true
|
13703
|
+
|
13704
|
+
def rn
|
13705
|
+
'vipdef-[' << @attributes['addr'] << ']'
|
13706
|
+
end
|
13707
|
+
end
|
13708
|
+
class FvVipUpdate < MO
|
13709
|
+
@class_name = 'fv.VipUpdate'
|
13710
|
+
@ruby_class = 'FvVipUpdate'
|
13711
|
+
@prefix = 'vipupdate-'
|
13712
|
+
@prefixes = [['vipupdate-', true]]
|
13713
|
+
@rn_format = 'vipupdate-[%(ctxDefDn)s]'
|
13714
|
+
@containers = ['FvAEPg']
|
13715
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13716
|
+
'ctxDefDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
13717
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13718
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13719
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13720
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13721
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13722
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
13723
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
13724
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
13725
|
+
@label = 'VIP update'
|
13726
|
+
@naming_props = ['ctxDefDn']
|
13727
|
+
@read_only = true
|
13728
|
+
|
13729
|
+
def rn
|
13730
|
+
'vipupdate-[' << @attributes['ctxDefDn'] << ']'
|
13731
|
+
end
|
13732
|
+
end
|
13733
|
+
class FvVipUpdateTask < MO
|
13734
|
+
@class_name = 'fv.VipUpdateTask'
|
13735
|
+
@ruby_class = 'FvVipUpdateTask'
|
13736
|
+
@prefix = 'fvVipUpdateTask-'
|
13737
|
+
@prefixes = [['fvVipUpdateTask-', true]]
|
13738
|
+
@rn_format = 'fvVipUpdateTask-%(id)s'
|
13739
|
+
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionSnmpdSubj', 'ActionScripthandlerSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionVleafelemSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionOpflexpSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
|
13740
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13741
|
+
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13742
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13743
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13744
|
+
'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13745
|
+
'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13746
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
13747
|
+
'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13748
|
+
'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13749
|
+
'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13750
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13751
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13752
|
+
'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13753
|
+
'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13754
|
+
'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13755
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
13756
|
+
'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13757
|
+
'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13758
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13759
|
+
'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13760
|
+
'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
13761
|
+
@child_classes = []
|
13762
|
+
@label = 'None'
|
13763
|
+
@naming_props = ['id']
|
13764
|
+
@read_only = true
|
13765
|
+
|
13766
|
+
def rn
|
13767
|
+
'fvVipUpdateTask-' << @attributes['id'] << ''
|
13768
|
+
end
|
13769
|
+
end
|
12343
13770
|
class FvVmAttr < MO
|
12344
13771
|
@class_name = 'fv.VmAttr'
|
12345
13772
|
@ruby_class = 'FvVmAttr'
|
12346
13773
|
@prefix = 'vmattr-'
|
12347
13774
|
@prefixes = [['vmattr-', true]]
|
12348
13775
|
@rn_format = 'vmattr-%(name)s'
|
12349
|
-
@containers = ['FvCrtrn']
|
13776
|
+
@containers = ['FvSCrtrn', 'FvCrtrn']
|
12350
13777
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12351
13778
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12352
13779
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
@@ -12377,7 +13804,7 @@ module ACIrb
|
|
12377
13804
|
@prefix = 'vmattrdef-'
|
12378
13805
|
@prefixes = [['vmattrdef-', true]]
|
12379
13806
|
@rn_format = 'vmattrdef-%(name)s'
|
12380
|
-
@containers = ['FvCrtrnDef']
|
13807
|
+
@containers = ['FvSCrtrnDef', 'FvCrtrnDef']
|
12381
13808
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12382
13809
|
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12383
13810
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|