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/dhcp.rb
CHANGED
@@ -300,7 +300,7 @@ module ACIrb
|
|
300
300
|
@prefix = 'dhcpClientTask-'
|
301
301
|
@prefixes = [['dhcpClientTask-', true]]
|
302
302
|
@rn_format = 'dhcpClientTask-%(id)s'
|
303
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
303
|
+
@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']
|
304
304
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
305
305
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
306
306
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -382,7 +382,7 @@ module ACIrb
|
|
382
382
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
383
383
|
'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
384
384
|
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
385
|
-
@child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'DhcpCEp', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'VzProvLbl', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'VnsCRel', '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', 'L2IngrPktsPart1qtr', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'DhcpProvLbl', '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', 'VnsGFolder', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1d', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
385
|
+
@child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'DhcpCEp', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'VzProvLbl', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'VnsCRel', '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', 'L2IngrPktsPart1qtr', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'DhcpProvLbl', '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', 'VnsGFolder', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1d', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
386
386
|
@label = 'DHCP Relay EPg'
|
387
387
|
@naming_props = ['name']
|
388
388
|
@read_only = true
|
@@ -427,7 +427,7 @@ module ACIrb
|
|
427
427
|
@prefix = 'dhcpDiscNodeTask-'
|
428
428
|
@prefixes = [['dhcpDiscNodeTask-', true]]
|
429
429
|
@rn_format = 'dhcpDiscNodeTask-%(id)s'
|
430
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
430
|
+
@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']
|
431
431
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
432
432
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
433
433
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -845,7 +845,7 @@ module ACIrb
|
|
845
845
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
846
846
|
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
847
847
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
848
|
-
@child_classes = ['FaultCounts', 'HealthInst', 'InfraNodeBlk', 'InfraSelectorIssues', 'DhcpRsRelayP', 'FaultDelegate']
|
848
|
+
@child_classes = ['FaultCounts', 'HealthInst', 'InfraNodeBlk', 'InfraSelectorIssues', 'DhcpRtToNodeGrp', 'DhcpRsRelayP', 'FaultDelegate']
|
849
849
|
@label = 'DHCP Node Group'
|
850
850
|
@naming_props = ['name']
|
851
851
|
@read_only = false
|
@@ -962,6 +962,34 @@ module ACIrb
|
|
962
962
|
'dpep-' << @attributes['name'] << ''
|
963
963
|
end
|
964
964
|
end
|
965
|
+
class DhcpPodGrp < MO
|
966
|
+
@class_name = 'dhcp.PodGrp'
|
967
|
+
@ruby_class = 'DhcpPodGrp'
|
968
|
+
@prefix = 'dhcppodgrp-'
|
969
|
+
@prefixes = [['dhcppodgrp-', true]]
|
970
|
+
@rn_format = 'dhcppodgrp-%(name)s'
|
971
|
+
@containers = ['InfraInfra']
|
972
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
973
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
974
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
975
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
976
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
977
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
978
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
979
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
980
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
981
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
982
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
983
|
+
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
984
|
+
@child_classes = ['DhcpRsToNodeGrp', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'InfraPodBlk']
|
985
|
+
@label = 'DHCP POD Group'
|
986
|
+
@naming_props = ['name']
|
987
|
+
@read_only = true
|
988
|
+
|
989
|
+
def rn
|
990
|
+
'dhcppodgrp-' << @attributes['name'] << ''
|
991
|
+
end
|
992
|
+
end
|
965
993
|
class DhcpPool < MO
|
966
994
|
@class_name = 'dhcp.Pool'
|
967
995
|
@ruby_class = 'DhcpPool'
|
@@ -979,7 +1007,8 @@ module ACIrb
|
|
979
1007
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
980
1008
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
981
1009
|
'startIp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
982
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false }
|
1010
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1011
|
+
'type' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
983
1012
|
@child_classes = ['DhcpRtAllowedPools']
|
984
1013
|
@label = 'Pool'
|
985
1014
|
@naming_props = ['id']
|
@@ -1013,7 +1042,7 @@ module ACIrb
|
|
1013
1042
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1014
1043
|
'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1015
1044
|
'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1016
|
-
@child_classes = ['VsvcConsLbl', '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', 'VzProvLbl', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'DhcpPEp', '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', 'L2IngrPktsPart1qtr', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'DhcpProvLbl', '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', 'VnsGFolder', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1d', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
1045
|
+
@child_classes = ['VsvcConsLbl', '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', 'VzProvLbl', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'DhcpPEp', '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', 'L2IngrPktsPart1qtr', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'DhcpProvLbl', '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', 'VnsGFolder', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1d', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
|
1017
1046
|
@label = 'DHCP Relay Function Provider'
|
1018
1047
|
@naming_props = ['name']
|
1019
1048
|
@read_only = true
|
@@ -1576,7 +1605,7 @@ module ACIrb
|
|
1576
1605
|
@prefix = 'dhcpRsProvTask-'
|
1577
1606
|
@prefixes = [['dhcpRsProvTask-', true]]
|
1578
1607
|
@rn_format = 'dhcpRsProvTask-%(id)s'
|
1579
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
1608
|
+
@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']
|
1580
1609
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1581
1610
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1582
1611
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -1701,6 +1730,37 @@ module ACIrb
|
|
1701
1730
|
'rsrelayP-' << @attributes['tnDhcpRelayPName'] << ''
|
1702
1731
|
end
|
1703
1732
|
end
|
1733
|
+
class DhcpRsToNodeGrp < MO
|
1734
|
+
@class_name = 'dhcp.RsToNodeGrp'
|
1735
|
+
@ruby_class = 'DhcpRsToNodeGrp'
|
1736
|
+
@prefix = 'rstoNodeGrp-'
|
1737
|
+
@prefixes = [['rstoNodeGrp-', true]]
|
1738
|
+
@rn_format = 'rstoNodeGrp-[%(tDn)s]'
|
1739
|
+
@containers = ['DhcpPodGrp']
|
1740
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1741
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1742
|
+
'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1743
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1744
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1745
|
+
'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1746
|
+
'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1747
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1748
|
+
'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1749
|
+
'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1750
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1751
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1752
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1753
|
+
'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1754
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1755
|
+
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
1756
|
+
@label = 'DHCP Node Group'
|
1757
|
+
@naming_props = ['tDn']
|
1758
|
+
@read_only = false
|
1759
|
+
|
1760
|
+
def rn
|
1761
|
+
'rstoNodeGrp-[' << @attributes['tDn'] << ']'
|
1762
|
+
end
|
1763
|
+
end
|
1704
1764
|
class DhcpRtAllowedPools < MO
|
1705
1765
|
@class_name = 'dhcp.RtAllowedPools'
|
1706
1766
|
@ruby_class = 'DhcpRtAllowedPools'
|
@@ -1917,6 +1977,30 @@ module ACIrb
|
|
1917
1977
|
'rtrelayP-[' << @attributes['tDn'] << ']'
|
1918
1978
|
end
|
1919
1979
|
end
|
1980
|
+
class DhcpRtToNodeGrp < MO
|
1981
|
+
@class_name = 'dhcp.RtToNodeGrp'
|
1982
|
+
@ruby_class = 'DhcpRtToNodeGrp'
|
1983
|
+
@prefix = 'rttoNodeGrp-'
|
1984
|
+
@prefixes = [['rttoNodeGrp-', true]]
|
1985
|
+
@rn_format = 'rttoNodeGrp-[%(tDn)s]'
|
1986
|
+
@containers = ['DhcpNodeGrp']
|
1987
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1988
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1989
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1990
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1991
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1992
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1993
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1994
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
1995
|
+
@child_classes = []
|
1996
|
+
@label = 'DHCP POD Group'
|
1997
|
+
@naming_props = ['tDn']
|
1998
|
+
@read_only = true
|
1999
|
+
|
2000
|
+
def rn
|
2001
|
+
'rttoNodeGrp-[' << @attributes['tDn'] << ']'
|
2002
|
+
end
|
2003
|
+
end
|
1920
2004
|
class DhcpServerIf < MO
|
1921
2005
|
@class_name = 'dhcp.ServerIf'
|
1922
2006
|
@ruby_class = 'DhcpServerIf'
|
data/lib/acirb/model/dlgt.rb
CHANGED
@@ -1,16 +1,39 @@
|
|
1
1
|
# auto-generated code
|
2
2
|
require 'acirb/mo'
|
3
3
|
module ACIrb
|
4
|
+
class DlgtDefUpdUtil < MO
|
5
|
+
@class_name = 'dlgt.DefUpdUtil'
|
6
|
+
@ruby_class = 'DlgtDefUpdUtil'
|
7
|
+
@prefix = 'defUpdUtil'
|
8
|
+
@prefixes = [['defUpdUtil', false]]
|
9
|
+
@rn_format = 'defUpdUtil'
|
10
|
+
@containers = ['TopRoot']
|
11
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
13
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
14
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
15
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
16
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
17
|
+
@child_classes = []
|
18
|
+
@label = 'None'
|
19
|
+
@naming_props = []
|
20
|
+
@read_only = true
|
21
|
+
|
22
|
+
def rn
|
23
|
+
'defUpdUtil'
|
24
|
+
end
|
25
|
+
end
|
4
26
|
class DlgtDelegate < MO
|
5
27
|
@class_name = 'dlgt.Delegate'
|
6
28
|
@ruby_class = 'DlgtDelegate'
|
7
|
-
@prefix = 'delegate'
|
8
|
-
@prefixes = [['delegate',
|
9
|
-
@rn_format = 'delegate'
|
29
|
+
@prefix = 'delegate-'
|
30
|
+
@prefixes = [['delegate-', true]]
|
31
|
+
@rn_format = 'delegate-%(id)s'
|
10
32
|
@containers = ['TopRoot']
|
11
33
|
@props = { 'canPostpone' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12
34
|
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13
35
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
36
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
14
37
|
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
15
38
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
16
39
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
@@ -18,11 +41,11 @@ module ACIrb
|
|
18
41
|
'triggeredPostponedRequests' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
19
42
|
@child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
|
20
43
|
@label = 'None'
|
21
|
-
@naming_props = []
|
44
|
+
@naming_props = ['id']
|
22
45
|
@read_only = true
|
23
46
|
|
24
47
|
def rn
|
25
|
-
'delegate'
|
48
|
+
'delegate-' << @attributes['id'] << ''
|
26
49
|
end
|
27
50
|
end
|
28
51
|
class DlgtDelegateTask < MO
|
@@ -31,7 +54,7 @@ module ACIrb
|
|
31
54
|
@prefix = 'dlgtDelegateTask-'
|
32
55
|
@prefixes = [['dlgtDelegateTask-', true]]
|
33
56
|
@rn_format = 'dlgtDelegateTask-%(id)s'
|
34
|
-
@containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', '
|
57
|
+
@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']
|
35
58
|
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
36
59
|
'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
37
60
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
@@ -62,5 +85,78 @@ module ACIrb
|
|
62
85
|
'dlgtDelegateTask-' << @attributes['id'] << ''
|
63
86
|
end
|
64
87
|
end
|
88
|
+
class DlgtPostponed < MO
|
89
|
+
@class_name = 'dlgt.Postponed'
|
90
|
+
@ruby_class = 'DlgtPostponed'
|
91
|
+
@prefix = 'postponed-'
|
92
|
+
@prefixes = [['postponed-', true], ['-', true]]
|
93
|
+
@rn_format = 'postponed-[%(postponedDn)s]-%(stage)s'
|
94
|
+
@containers = ['DlgtPostponedCont']
|
95
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
96
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
97
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
98
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
99
|
+
'postponedDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
100
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
101
|
+
'stage' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
102
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
103
|
+
@child_classes = []
|
104
|
+
@label = 'None'
|
105
|
+
@naming_props = ['postponedDn', 'stage']
|
106
|
+
@read_only = true
|
107
|
+
|
108
|
+
def rn
|
109
|
+
'postponed-[' << @attributes['postponedDn'] << ']-' << @attributes['stage'] << ''
|
110
|
+
end
|
111
|
+
end
|
112
|
+
class DlgtPostponedCont < MO
|
113
|
+
@class_name = 'dlgt.PostponedCont'
|
114
|
+
@ruby_class = 'DlgtPostponedCont'
|
115
|
+
@prefix = 'postponedCont-'
|
116
|
+
@prefixes = [['postponedCont-', true]]
|
117
|
+
@rn_format = 'postponedCont-%(id)s'
|
118
|
+
@containers = ['TopRoot']
|
119
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
120
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
121
|
+
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
122
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
123
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
124
|
+
'recovering' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
125
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
126
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
127
|
+
@child_classes = ['DlgtPostponed', 'DlgtPostponedFunc']
|
128
|
+
@label = 'None'
|
129
|
+
@naming_props = ['id']
|
130
|
+
@read_only = true
|
131
|
+
|
132
|
+
def rn
|
133
|
+
'postponedCont-' << @attributes['id'] << ''
|
134
|
+
end
|
135
|
+
end
|
136
|
+
class DlgtPostponedFunc < MO
|
137
|
+
@class_name = 'dlgt.PostponedFunc'
|
138
|
+
@ruby_class = 'DlgtPostponedFunc'
|
139
|
+
@prefix = 'postponedfunc-'
|
140
|
+
@prefixes = [['postponedfunc-', true], ['-', true], ['-', true]]
|
141
|
+
@rn_format = 'postponedfunc-[%(postponedDn)s]-%(label)s-%(stage)s'
|
142
|
+
@containers = ['DlgtPostponedCont']
|
143
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
144
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
145
|
+
'label' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
146
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
147
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
148
|
+
'postponedDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
149
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
150
|
+
'stage' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
151
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
152
|
+
@child_classes = []
|
153
|
+
@label = 'None'
|
154
|
+
@naming_props = ['postponedDn', 'label', 'stage']
|
155
|
+
@read_only = true
|
156
|
+
|
157
|
+
def rn
|
158
|
+
'postponedfunc-[' << @attributes['postponedDn'] << ']-' << @attributes['label'] << '-' << @attributes['stage'] << ''
|
159
|
+
end
|
160
|
+
end
|
65
161
|
|
66
162
|
end
|
data/lib/acirb/model/eigrp.rb
CHANGED
@@ -644,7 +644,7 @@ module ACIrb
|
|
644
644
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
645
645
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
646
646
|
'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
647
|
-
@child_classes = ['EigrpRtCtrlP', 'EigrpIfAfStats', '
|
647
|
+
@child_classes = ['EigrpRtCtrlP', 'EigrpIfAfStats', 'EigrpRtSum', 'EigrpAdjEp']
|
648
648
|
@label = 'Interface Address Family'
|
649
649
|
@naming_props = ['type']
|
650
650
|
@read_only = true
|
@@ -1059,7 +1059,7 @@ module ACIrb
|
|
1059
1059
|
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1060
1060
|
'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
1061
1061
|
@child_classes = []
|
1062
|
-
@label = '
|
1062
|
+
@label = 'VRF'
|
1063
1063
|
@naming_props = ['tDn', 'af']
|
1064
1064
|
@read_only = true
|
1065
1065
|
|
@@ -1189,6 +1189,32 @@ module ACIrb
|
|
1189
1189
|
'rtifPol-[' << @attributes['tDn'] << ']'
|
1190
1190
|
end
|
1191
1191
|
end
|
1192
|
+
class EigrpRtSum < MO
|
1193
|
+
@class_name = 'eigrp.RtSum'
|
1194
|
+
@ruby_class = 'EigrpRtSum'
|
1195
|
+
@prefix = 'rtsum-'
|
1196
|
+
@prefixes = [['rtsum-', true]]
|
1197
|
+
@rn_format = 'rtsum-[%(addr)s]'
|
1198
|
+
@containers = ['EigrpIfAf']
|
1199
|
+
@props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1200
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1201
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1202
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1203
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1204
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1205
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1206
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1207
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1208
|
+
'tag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1209
|
+
@child_classes = ['FaultDelegate']
|
1210
|
+
@label = 'Route summary'
|
1211
|
+
@naming_props = ['addr']
|
1212
|
+
@read_only = true
|
1213
|
+
|
1214
|
+
def rn
|
1215
|
+
'rtsum-[' << @attributes['addr'] << ']'
|
1216
|
+
end
|
1217
|
+
end
|
1192
1218
|
class EigrpStubDef < MO
|
1193
1219
|
@class_name = 'eigrp.StubDef'
|
1194
1220
|
@ruby_class = 'EigrpStubDef'
|
@@ -1265,31 +1291,6 @@ module ACIrb
|
|
1265
1291
|
'stub'
|
1266
1292
|
end
|
1267
1293
|
end
|
1268
|
-
class EigrpSumm < MO
|
1269
|
-
@class_name = 'eigrp.Summ'
|
1270
|
-
@ruby_class = 'EigrpSumm'
|
1271
|
-
@prefix = 'summ-'
|
1272
|
-
@prefixes = [['summ-', true]]
|
1273
|
-
@rn_format = 'summ-[%(addr)s]'
|
1274
|
-
@containers = ['EigrpIfAf']
|
1275
|
-
@props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
1276
|
-
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1277
|
-
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1278
|
-
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
1279
|
-
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1280
|
-
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1281
|
-
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
1282
|
-
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
1283
|
-
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
1284
|
-
@child_classes = ['FaultDelegate']
|
1285
|
-
@label = 'Route summary'
|
1286
|
-
@naming_props = ['addr']
|
1287
|
-
@read_only = true
|
1288
|
-
|
1289
|
-
def rn
|
1290
|
-
'summ-[' << @attributes['addr'] << ']'
|
1291
|
-
end
|
1292
|
-
end
|
1293
1294
|
class EigrpSummDef < MO
|
1294
1295
|
@class_name = 'eigrp.SummDef'
|
1295
1296
|
@ruby_class = 'EigrpSummDef'
|
data/lib/acirb/model/ep.rb
CHANGED
@@ -1,6 +1,37 @@
|
|
1
1
|
# auto-generated code
|
2
2
|
require 'acirb/mo'
|
3
3
|
module ACIrb
|
4
|
+
class EpControlP < MO
|
5
|
+
@class_name = 'ep.ControlP'
|
6
|
+
@ruby_class = 'EpControlP'
|
7
|
+
@prefix = 'epCtrlP-'
|
8
|
+
@prefixes = [['epCtrlP-', true]]
|
9
|
+
@rn_format = 'epCtrlP-%(name)s'
|
10
|
+
@containers = ['InfraInfra']
|
11
|
+
@props = { 'adminSt' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
12
|
+
'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
13
|
+
'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
14
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
15
|
+
'holdIntvl' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
16
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
17
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
18
|
+
'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
19
|
+
'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
20
|
+
'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
21
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
22
|
+
'rogueEpDetectIntvl' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
23
|
+
'rogueEpDetectMult' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
24
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
25
|
+
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
26
|
+
@child_classes = ['FaultDelegate']
|
27
|
+
@label = 'Endpoint Control Policy'
|
28
|
+
@naming_props = ['name']
|
29
|
+
@read_only = false
|
30
|
+
|
31
|
+
def rn
|
32
|
+
'epCtrlP-' << @attributes['name'] << ''
|
33
|
+
end
|
34
|
+
end
|
4
35
|
class EpLoopProtectP < MO
|
5
36
|
@class_name = 'ep.LoopProtectP'
|
6
37
|
@ruby_class = 'EpLoopProtectP'
|
@@ -23,7 +54,7 @@ module ACIrb
|
|
23
54
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
24
55
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
25
56
|
'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
26
|
-
@child_classes = ['EpRtEpLoopProtectPolCons', '
|
57
|
+
@child_classes = ['EpRtEpLoopProtectPolCons', 'EpRtToEpControlP', 'EpRtResLoopProtectPol', 'FaultDelegate', 'EpRtToEpLoopProtectP']
|
27
58
|
@label = 'EP Loop Protection Policy'
|
28
59
|
@naming_props = ['name']
|
29
60
|
@read_only = false
|
@@ -48,9 +79,9 @@ module ACIrb
|
|
48
79
|
'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
49
80
|
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
50
81
|
'encap' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
51
|
-
'host' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
52
82
|
'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
53
83
|
'ind' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
84
|
+
'ip' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
54
85
|
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
55
86
|
'path' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
56
87
|
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
@@ -58,8 +89,7 @@ module ACIrb
|
|
58
89
|
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
59
90
|
'trig' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
60
91
|
'txId' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
|
61
|
-
'user' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false }
|
62
|
-
'vm' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
92
|
+
'user' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
|
63
93
|
@child_classes = []
|
64
94
|
@label = 'Record'
|
65
95
|
@naming_props = ['id']
|
@@ -117,6 +147,30 @@ module ACIrb
|
|
117
147
|
'rtresLoopProtectPol'
|
118
148
|
end
|
119
149
|
end
|
150
|
+
class EpRtToEpControlP < MO
|
151
|
+
@class_name = 'ep.RtToEpControlP'
|
152
|
+
@ruby_class = 'EpRtToEpControlP'
|
153
|
+
@prefix = 'rttoEpControlP'
|
154
|
+
@prefixes = [['rttoEpControlP', false]]
|
155
|
+
@rn_format = 'rttoEpControlP'
|
156
|
+
@containers = ['EpLoopProtectP']
|
157
|
+
@props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
158
|
+
'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
|
159
|
+
'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
160
|
+
'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
161
|
+
'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
|
162
|
+
'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
163
|
+
'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
|
164
|
+
'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
|
165
|
+
@child_classes = []
|
166
|
+
@label = 'Default Policies Subscription'
|
167
|
+
@naming_props = []
|
168
|
+
@read_only = true
|
169
|
+
|
170
|
+
def rn
|
171
|
+
'rttoEpControlP'
|
172
|
+
end
|
173
|
+
end
|
120
174
|
class EpRtToEpLoopProtectP < MO
|
121
175
|
@class_name = 'ep.RtToEpLoopProtectP'
|
122
176
|
@ruby_class = 'EpRtToEpLoopProtectP'
|