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.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/lib/acirb/autoloadmap.rb +389 -15
  3. data/lib/acirb/lookup.rb +389 -15
  4. data/lib/acirb/model/aaa.rb +401 -37
  5. data/lib/acirb/model/ac.rb +2 -2
  6. data/lib/acirb/model/action.rb +76 -29
  7. data/lib/acirb/model/actrl.rb +9 -9
  8. data/lib/acirb/model/adcom.rb +17 -0
  9. data/lib/acirb/model/bgp.rb +88 -6
  10. data/lib/acirb/model/callhome.rb +30 -6
  11. data/lib/acirb/model/cdp.rb +29 -6
  12. data/lib/acirb/model/cnw.rb +3 -2
  13. data/lib/acirb/model/comm.rb +34 -5
  14. data/lib/acirb/model/comp.rb +21 -22
  15. data/lib/acirb/model/compat.rb +17 -27
  16. data/lib/acirb/model/condition.rb +84 -1
  17. data/lib/acirb/model/config.rb +399 -12
  18. data/lib/acirb/model/copp.rb +2 -0
  19. data/lib/acirb/model/ctx.rb +27 -4
  20. data/lib/acirb/model/datetime.rb +1 -1
  21. data/lib/acirb/model/dbg.rb +107 -21
  22. data/lib/acirb/model/dbgac.rb +146 -24
  23. data/lib/acirb/model/dbgexp.rb +310 -43
  24. data/lib/acirb/model/dhcp.rb +91 -7
  25. data/lib/acirb/model/dlgt.rb +102 -6
  26. data/lib/acirb/model/eigrp.rb +28 -27
  27. data/lib/acirb/model/ep.rb +58 -4
  28. data/lib/acirb/model/epm.rb +3 -0
  29. data/lib/acirb/model/eqptcapacity.rb +108 -108
  30. data/lib/acirb/model/eqptdiag.rb +2 -3
  31. data/lib/acirb/model/extnw.rb +2 -2
  32. data/lib/acirb/model/fabric.rb +396 -49
  33. data/lib/acirb/model/fault.rb +82 -3
  34. data/lib/acirb/model/firmware.rb +89 -6
  35. data/lib/acirb/model/frmwrk.rb +6 -7
  36. data/lib/acirb/model/fsm.rb +1 -1
  37. data/lib/acirb/model/fv.rb +1541 -114
  38. data/lib/acirb/model/fvcap.rb +62 -1
  39. data/lib/acirb/model/fvns.rb +27 -3
  40. data/lib/acirb/model/health.rb +6 -9
  41. data/lib/acirb/model/hvs.rb +9 -12
  42. data/lib/acirb/model/ident.rb +361 -6
  43. data/lib/acirb/model/infra.rb +432 -24
  44. data/lib/acirb/model/ip.rb +14 -8
  45. data/lib/acirb/model/ipv4.rb +9 -2
  46. data/lib/acirb/model/ipv6.rb +9 -2
  47. data/lib/acirb/model/l1.rb +8 -6
  48. data/lib/acirb/model/l2.rb +57 -30
  49. data/lib/acirb/model/l2ext.rb +4 -4
  50. data/lib/acirb/model/l3.rb +115 -7
  51. data/lib/acirb/model/l3ext.rb +222 -28
  52. data/lib/acirb/model/lacp.rb +26 -2
  53. data/lib/acirb/model/leqpt.rb +6 -9
  54. data/lib/acirb/model/lldp.rb +72 -7
  55. data/lib/acirb/model/maint.rb +89 -5
  56. data/lib/acirb/model/mcp.rb +25 -1
  57. data/lib/acirb/model/mgmt.rb +203 -10
  58. data/lib/acirb/model/mo.rb +2 -3
  59. data/lib/acirb/model/mon.rb +55 -3
  60. data/lib/acirb/model/nw.rb +1 -1
  61. data/lib/acirb/model/nws.rb +225 -2
  62. data/lib/acirb/model/observer.rb +5 -8
  63. data/lib/acirb/model/opflex.rb +310 -8
  64. data/lib/acirb/model/os.rb +1 -2
  65. data/lib/acirb/model/ospf.rb +3 -3
  66. data/lib/acirb/model/ospfv3.rb +1 -1
  67. data/lib/acirb/model/pc.rb +2 -0
  68. data/lib/acirb/model/pcons.rb +259 -11
  69. data/lib/acirb/model/phys.rb +1 -1
  70. data/lib/acirb/model/pki.rb +220 -0
  71. data/lib/acirb/model/planner.rb +16 -19
  72. data/lib/acirb/model/pol.rb +299 -22
  73. data/lib/acirb/model/policer.rb +2 -0
  74. data/lib/acirb/model/pres.rb +28 -7
  75. data/lib/acirb/model/proc.rb +1 -0
  76. data/lib/acirb/model/qos.rb +1 -0
  77. data/lib/acirb/model/qosm.rb +2 -0
  78. data/lib/acirb/model/reln.rb +2 -2
  79. data/lib/acirb/model/res.rb +1 -1
  80. data/lib/acirb/model/rmon.rb +10 -10
  81. data/lib/acirb/model/rtctrl.rb +76 -1
  82. data/lib/acirb/model/rtmap.rb +30 -1
  83. data/lib/acirb/model/snmp.rb +31 -10
  84. data/lib/acirb/model/span.rb +13 -20
  85. data/lib/acirb/model/stp.rb +31 -5
  86. data/lib/acirb/model/svccore.rb +2 -2
  87. data/lib/acirb/model/svi.rb +2 -1
  88. data/lib/acirb/model/synthetic.rb +65 -3
  89. data/lib/acirb/model/sysdebug.rb +3 -3
  90. data/lib/acirb/model/sysfile.rb +2 -3
  91. data/lib/acirb/model/syslog.rb +99 -2
  92. data/lib/acirb/model/tag.rb +4 -4
  93. data/lib/acirb/model/task.rb +1 -1
  94. data/lib/acirb/model/testinfralab.rb +1 -1
  95. data/lib/acirb/model/top.rb +5 -6
  96. data/lib/acirb/model/topoctrl.rb +56 -28
  97. data/lib/acirb/model/trig.rb +51 -6
  98. data/lib/acirb/model/troubleshoot.rb +17 -7
  99. data/lib/acirb/model/tunnel.rb +2 -2
  100. data/lib/acirb/model/vlan.rb +1 -0
  101. data/lib/acirb/model/vmm.rb +253 -10
  102. data/lib/acirb/model/vns.rb +917 -92
  103. data/lib/acirb/model/vpc.rb +4 -6
  104. data/lib/acirb/model/vsvc.rb +4 -6
  105. data/lib/acirb/model/vz.rb +156 -78
  106. data/lib/acirb/version.rb +1 -1
  107. metadata +1 -1
@@ -17,7 +17,7 @@ module ACIrb
17
17
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
18
18
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
19
19
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
20
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
20
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
21
21
  @label = 'Abstraction of Outside Domain Profile'
22
22
  @naming_props = []
23
23
  @read_only = false
@@ -118,7 +118,7 @@ module ACIrb
118
118
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
119
119
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
120
120
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
121
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtDomP', 'InfraRsVipAddrNs', 'L2extLIfPDef', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
121
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'L2extLIfPDef', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
122
122
  @label = 'L2 Domain Profile Definition'
123
123
  @naming_props = ['name']
124
124
  @read_only = true
@@ -147,7 +147,7 @@ module ACIrb
147
147
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
148
148
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
149
149
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
150
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'AaaDomainRef', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'L2extRtL2DomAtt', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'ExtnwRtL3InstPToDomP', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'HealthInst', 'FaultDelegate', 'L2extRtL2InstPToDomP']
150
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'AaaDomainRef', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'L2extRtL2DomAtt', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'ExtnwRtL3InstPToDomP', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'HealthInst', 'FaultDelegate', 'L2extRtL2InstPToDomP']
151
151
  @label = 'L2 Domain Profile'
152
152
  @naming_props = ['name']
153
153
  @read_only = false
@@ -182,7 +182,7 @@ module ACIrb
182
182
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
183
183
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
184
184
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
185
- @child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'VzProvCtrctLbl', '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', 'FvSubnet', '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', 'L2extRsL2InstPToDomP', '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']
185
+ @child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'VzProvCtrctLbl', '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', 'FvSubnet', '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', 'L2extRsL2InstPToDomP', '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']
186
186
  @label = 'External Network Instance Profile'
187
187
  @naming_props = ['name']
188
188
  @read_only = false
@@ -1,6 +1,31 @@
1
1
  # auto-generated code
2
2
  require 'acirb/mo'
3
3
  module ACIrb
4
+ class L3Cons < MO
5
+ @class_name = 'l3.Cons'
6
+ @ruby_class = 'L3Cons'
7
+ @prefix = 'l3cons-'
8
+ @prefixes = [['l3cons-', true]]
9
+ @rn_format = 'l3cons-[%(consumer)s]'
10
+ @containers = ['L3IpEp']
11
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12
+ 'consumer' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, '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
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
16
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
17
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
18
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
19
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
20
+ @child_classes = ['FaultDelegate']
21
+ @label = 'Consumer Reference'
22
+ @naming_props = ['consumer']
23
+ @read_only = true
24
+
25
+ def rn
26
+ 'l3cons-[' << @attributes['consumer'] << ']'
27
+ end
28
+ end
4
29
  class L3Ctx < MO
5
30
  @class_name = 'l3.Ctx'
6
31
  @ruby_class = 'L3Ctx'
@@ -31,6 +56,7 @@ module ACIrb
31
56
  'operStQual' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
32
57
  'operState' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
33
58
  'oui' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
59
+ 'pcEnfDir' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
34
60
  'pcEnfPref' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
35
61
  'pcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
36
62
  'pending' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -56,7 +82,7 @@ module ACIrb
56
82
  'v6TibPending' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
57
83
  'v6TibValid' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
58
84
  'vpnId' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
59
- @child_classes = ['L3FwdCtx', 'L3RtEPgDefToL3Dom', 'FaultCounts', 'HealthInst', 'L3LbRtdIf', 'L3EncRtdIf', 'FaultInst', 'MgmtRtdMgmtIf', 'L3RsCtxToEpP', 'ActrlPfxEntry', 'L2EpRetPol', 'L2BD', 'L3RtTenConn', 'L3RtUserCtx', 'L3RtdIf', 'EpmDb']
85
+ @child_classes = ['L3FwdCtx', 'L3IpEp', 'FaultCounts', 'HealthInst', 'L3LbRtdIf', 'L3EncRtdIf', 'FaultInst', 'MgmtRtdMgmtIf', 'L3RsCtxToEpP', 'ActrlPfxEntry', 'L2EpRetPol', 'L2BD', 'L3RtTenConn', 'L3RtUserCtx', 'L3RtdIf', 'EpmDb', 'L3RtEPgDefToL3Dom']
60
86
  @label = 'Context'
61
87
  @naming_props = ['encap']
62
88
  @read_only = true
@@ -525,6 +551,61 @@ module ACIrb
525
551
  'l3InstClearEpRslt'
526
552
  end
527
553
  end
554
+ class L3IpCktEp < MO
555
+ @class_name = 'l3.IpCktEp'
556
+ @ruby_class = 'L3IpCktEp'
557
+ @prefix = 'ipcktep-'
558
+ @prefixes = [['ipcktep-', true]]
559
+ @rn_format = 'ipcktep-[%(addr)s]'
560
+ @containers = ['L2BD']
561
+ @props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
562
+ 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
563
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
564
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
565
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
566
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
567
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
568
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
569
+ 'operSt' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
570
+ 'pcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
571
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
572
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
573
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
574
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'L3RsIpEppAtt']
575
+ @label = 'IP Circuit Endpoint'
576
+ @naming_props = ['addr']
577
+ @read_only = false
578
+
579
+ def rn
580
+ 'ipcktep-[' << @attributes['addr'] << ']'
581
+ end
582
+ end
583
+ class L3IpEp < MO
584
+ @class_name = 'l3.IpEp'
585
+ @ruby_class = 'L3IpEp'
586
+ @prefix = 'ip-'
587
+ @prefixes = [['ip-', true]]
588
+ @rn_format = 'ip-[%(addr)s]'
589
+ @containers = ['L3Ctx']
590
+ @props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
591
+ 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
592
+ 'ctrl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
593
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
594
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
595
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
596
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
597
+ 'pcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
598
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
599
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
600
+ @child_classes = ['L3Cons']
601
+ @label = 'Desired IP Endpoint'
602
+ @naming_props = ['addr']
603
+ @read_only = true
604
+
605
+ def rn
606
+ 'ip-[' << @attributes['addr'] << ']'
607
+ end
608
+ end
528
609
  class L3LbRtdIf < MO
529
610
  @class_name = 'l3.LbRtdIf'
530
611
  @ruby_class = 'L3LbRtdIf'
@@ -852,6 +933,35 @@ module ACIrb
852
933
  'rsencPhysRtdConf'
853
934
  end
854
935
  end
936
+ class L3RsIpEppAtt < MO
937
+ @class_name = 'l3.RsIpEppAtt'
938
+ @ruby_class = 'L3RsIpEppAtt'
939
+ @prefix = 'rsipEppAtt'
940
+ @prefixes = [['rsipEppAtt', false]]
941
+ @rn_format = 'rsipEppAtt'
942
+ @containers = ['L3IpCktEp']
943
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
944
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
945
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
946
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
947
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
948
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
949
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
950
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
951
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
952
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
953
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
954
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
955
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
956
+ @child_classes = []
957
+ @label = 'Epp Attachment'
958
+ @naming_props = []
959
+ @read_only = true
960
+
961
+ def rn
962
+ 'rsipEppAtt'
963
+ end
964
+ end
855
965
  class L3RsL3If < MO
856
966
  @class_name = 'l3.RsL3If'
857
967
  @ruby_class = 'L3RsL3If'
@@ -902,12 +1012,11 @@ module ACIrb
902
1012
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
903
1013
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
904
1014
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
905
- 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
906
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1015
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
907
1016
  @child_classes = []
908
1017
  @label = 'Router Id'
909
1018
  @naming_props = ['tDn']
910
- @read_only = false
1019
+ @read_only = true
911
1020
 
912
1021
  def rn
913
1022
  'rslbIfToLocale-[' << @attributes['tDn'] << ']'
@@ -933,12 +1042,11 @@ module ACIrb
933
1042
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
934
1043
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
935
1044
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
936
- 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
937
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1045
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
938
1046
  @child_classes = []
939
1047
  @label = 'Router Id'
940
1048
  @naming_props = ['tDn']
941
- @read_only = false
1049
+ @read_only = true
942
1050
 
943
1051
  def rn
944
1052
  'rslbIfToOutRef-[' << @attributes['tDn'] << ']'
@@ -40,7 +40,7 @@ module ACIrb
40
40
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
41
41
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
42
42
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
43
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
43
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
44
44
  @label = 'Abstraction of Outside Domain Profile'
45
45
  @naming_props = []
46
46
  @read_only = false
@@ -272,6 +272,123 @@ module ACIrb
272
272
  'cons-[' << @attributes['eppDn'] << ']'
273
273
  end
274
274
  end
275
+ class L3extCtxExtEncapAllocator < MO
276
+ @class_name = 'l3ext.CtxExtEncapAllocator'
277
+ @ruby_class = 'L3extCtxExtEncapAllocator'
278
+ @prefix = 'encap-'
279
+ @prefixes = [['encap-', true]]
280
+ @rn_format = 'encap-[%(encap)s]'
281
+ @containers = ['FvCtx']
282
+ @props = { 'bcastP' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
283
+ 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
284
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
285
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
286
+ 'encap' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
287
+ 'extEncap' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
288
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
289
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
290
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
291
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
292
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
293
+ @child_classes = ['FaultDelegate', 'L3extEncapRequestor']
294
+ @label = 'Context Ext Encap'
295
+ @naming_props = ['encap']
296
+ @read_only = true
297
+
298
+ def rn
299
+ 'encap-[' << @attributes['encap'] << ']'
300
+ end
301
+ end
302
+ class L3extCtxRef < MO
303
+ @class_name = 'l3ext.CtxRef'
304
+ @ruby_class = 'L3extCtxRef'
305
+ @prefix = 'ctx-'
306
+ @prefixes = [['ctx-', true]]
307
+ @rn_format = 'ctx-[%(encap)s]'
308
+ @containers = ['L3extPolRefCont']
309
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
310
+ 'ctxDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
311
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
312
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
313
+ 'encap' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
314
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
315
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
316
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
317
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
318
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
319
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
320
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
321
+ @child_classes = ['FaultDelegate', 'L3extOutRef']
322
+ @label = 'None'
323
+ @naming_props = ['encap']
324
+ @read_only = true
325
+
326
+ def rn
327
+ 'ctx-[' << @attributes['encap'] << ']'
328
+ end
329
+ end
330
+ class L3extCtxUpdater < MO
331
+ @class_name = 'l3ext.CtxUpdater'
332
+ @ruby_class = 'L3extCtxUpdater'
333
+ @prefix = 'ctx-'
334
+ @prefixes = [['ctx-', true]]
335
+ @rn_format = 'ctx-[%(ctxDn)s]'
336
+ @containers = ['L3extOut']
337
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
338
+ 'ctxDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
339
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
340
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
341
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
342
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
343
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
344
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
345
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
346
+ @child_classes = ['FaultInst', 'L3extRequestedBy', 'FaultCounts', 'HealthInst', 'FaultDelegate']
347
+ @label = 'Update Context'
348
+ @naming_props = ['ctxDn']
349
+ @read_only = true
350
+
351
+ def rn
352
+ 'ctx-[' << @attributes['ctxDn'] << ']'
353
+ end
354
+ end
355
+ class L3extCtxUpdaterTask < MO
356
+ @class_name = 'l3ext.CtxUpdaterTask'
357
+ @ruby_class = 'L3extCtxUpdaterTask'
358
+ @prefix = 'l3extCtxUpdaterTask-'
359
+ @prefixes = [['l3extCtxUpdaterTask-', true]]
360
+ @rn_format = 'l3extCtxUpdaterTask-%(id)s'
361
+ @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']
362
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
363
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
364
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
365
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
366
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
367
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
368
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
369
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
370
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
371
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
372
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
373
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
374
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
375
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
376
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
377
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
378
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
379
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
380
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
381
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
382
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
383
+ @child_classes = []
384
+ @label = 'None'
385
+ @naming_props = ['id']
386
+ @read_only = true
387
+
388
+ def rn
389
+ 'l3extCtxUpdaterTask-' << @attributes['id'] << ''
390
+ end
391
+ end
275
392
  class L3extDefaultRouteLeakDef < MO
276
393
  @class_name = 'l3ext.DefaultRouteLeakDef'
277
394
  @ruby_class = 'L3extDefaultRouteLeakDef'
@@ -342,7 +459,7 @@ module ACIrb
342
459
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
343
460
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
344
461
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
345
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
462
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
346
463
  @label = 'Outside L3 Domain'
347
464
  @naming_props = ['name']
348
465
  @read_only = true
@@ -371,7 +488,7 @@ module ACIrb
371
488
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
372
489
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
373
490
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
374
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'AaaDomainRef', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'ExtnwRtL3InstPToDomP', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'HealthInst', 'FaultDelegate']
491
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'AaaDomainRef', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'ExtnwRtL3InstPToDomP', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'HealthInst', 'FaultDelegate']
375
492
  @label = 'L3 Domain Profile'
376
493
  @naming_props = ['name']
377
494
  @read_only = false
@@ -427,6 +544,30 @@ module ACIrb
427
544
  'l3extEncapLocale'
428
545
  end
429
546
  end
547
+ class L3extEncapRequestor < MO
548
+ @class_name = 'l3ext.EncapRequestor'
549
+ @ruby_class = 'L3extEncapRequestor'
550
+ @prefix = 'requestor-'
551
+ @prefixes = [['requestor-', true]]
552
+ @rn_format = 'requestor-[%(requestorDn)s]'
553
+ @containers = ['L3extCtxExtEncapAllocator']
554
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
555
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
556
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
557
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
558
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
559
+ 'requestorDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
560
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
561
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
562
+ @child_classes = ['FaultDelegate']
563
+ @label = 'None'
564
+ @naming_props = ['requestorDn']
565
+ @read_only = true
566
+
567
+ def rn
568
+ 'requestor-[' << @attributes['requestorDn'] << ']'
569
+ end
570
+ end
430
571
  class L3extException < MO
431
572
  @class_name = 'l3ext.Exception'
432
573
  @ruby_class = 'L3extException'
@@ -467,6 +608,7 @@ module ACIrb
467
608
  'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
468
609
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
469
610
  'encap' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
611
+ 'encapScope' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
470
612
  'extEncap' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
471
613
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
472
614
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -538,7 +680,7 @@ module ACIrb
538
680
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
539
681
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
540
682
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
541
- @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', 'L3extRsL3InstPToDomP', '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', 'L3extRsInstPToProfile', 'L2IngrBytesAgHist1mo', 'L3extConfigOutDef', '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', 'L3extSubnet', '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']
683
+ @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', 'L3extRsL3InstPToDomP', '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', 'L3extRsInstPToNatMappingEPg', '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', 'L3extRsInstPToProfile', 'L2IngrBytesAgHist1mo', 'L3extConfigOutDef', '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', 'L3extSubnet', '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']
542
684
  @label = 'External Network Instance Profile'
543
685
  @naming_props = ['name']
544
686
  @read_only = false
@@ -573,7 +715,7 @@ module ACIrb
573
715
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
574
716
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
575
717
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
576
- @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', 'L3extSubnetDef', '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']
718
+ @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', 'L3extSubnetDef', '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']
577
719
  @label = 'External Network Instance Profile Def'
578
720
  @naming_props = ['name']
579
721
  @read_only = true
@@ -794,12 +936,11 @@ module ACIrb
794
936
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
795
937
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
796
938
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
797
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
798
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
939
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
799
940
  @child_classes = ['FaultDelegate']
800
941
  @label = 'Loop Back Interface Profile'
801
942
  @naming_props = ['addr']
802
- @read_only = false
943
+ @read_only = true
803
944
 
804
945
  def rn
805
946
  'lbpdef-[' << @attributes['addr'] << ']'
@@ -881,7 +1022,7 @@ module ACIrb
881
1022
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
882
1023
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
883
1024
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
884
- @child_classes = ['L3extDefaultRouteLeakP', 'OspfExtP', 'EigrpExtP', 'HealthInst', 'RtctrlProfile', 'L3extRsOutToBDPublicSubnetHolder', 'BgpExtP', 'FaultCounts', 'L3extExtEncapAllocator', 'L3extInstP', 'L3extRtBDToOut', 'TagAliasDelInst', 'L3extRsEctx', 'L3extLNodeP', 'L3extRtLIfCtxToOut', 'TagAliasInst', 'L3extRtBDSubnetToOut', 'FaultDelegate', 'TagInst', 'L3extRsL3DomAtt']
1025
+ @child_classes = ['EigrpExtP', 'FaultInst', 'RtctrlProfile', 'L2IngrBytesAg15min', 'FaultCounts', 'L3extLNodeP', 'L3extRtBDToOut', 'L2IngrBytesAgHist1mo', 'L2IngrPktsAgHist1mo', 'L2IngrPktsAgHist1qtr', 'TagInst', 'L2IngrPktsAgHist1year', 'L2IngrBytesAgHist1d', 'L2IngrPktsAg1w', 'L2IngrBytesAgHist1h', 'L2IngrBytesAg1qtr', 'L2IngrBytesAg1w', 'L3extInstP', 'L2IngrBytesAgHist1year', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesAgHist1qtr', 'L2IngrPktsAg1d', 'L2IngrBytesAgHist1w', 'L2IngrBytesAg1d', 'L2IngrPktsAg1h', 'FaultDelegate', 'L3extCtxUpdater', 'HealthInst', 'L3extRtLIfCtxToOut', 'L2IngrBytesAg1year', 'L2IngrPktsAg1year', 'OspfExtP', 'L2IngrPktsAgHist15min', 'L3extRsEctx', 'L3extExtEncapAllocator', 'TagAliasInst', 'L2IngrBytesAg1mo', 'L3extDefaultRouteLeakP', 'L2IngrPktsAgHist1d', 'L3extRtBDSubnetToOut', 'BgpExtP', 'L2IngrPktsAgHist1h', 'L2IngrPktsAg1mo', 'L2IngrBytesAgHist15min', 'L2IngrPktsAgHist1w', 'L3extRsOutToBDPublicSubnetHolder', 'L2IngrPktsAg15min', 'L3extRsL3DomAtt']
885
1026
  @label = 'L3 Outside'
886
1027
  @naming_props = ['name']
887
1028
  @read_only = false
@@ -896,7 +1037,7 @@ module ACIrb
896
1037
  @prefix = 'outdef-'
897
1038
  @prefixes = [['outdef-', true]]
898
1039
  @rn_format = 'outdef-%(name)s'
899
- @containers = ['VnsLIfCtx', 'FvTenant']
1040
+ @containers = ['VnsLIfCtx', 'FvTenant', 'DbgacL3OutCont']
900
1041
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
901
1042
  'ctxDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
902
1043
  'ctxName' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -927,29 +1068,26 @@ module ACIrb
927
1068
  class L3extOutRef < MO
928
1069
  @class_name = 'l3ext.OutRef'
929
1070
  @ruby_class = 'L3extOutRef'
930
- @prefix = 'ctx-'
931
- @prefixes = [['ctx-', true], ['-out-', true]]
932
- @rn_format = 'ctx-[%(ctxDn)s]-out-%(outName)s'
933
- @containers = ['L3extPolRefCont']
1071
+ @prefix = 'out-'
1072
+ @prefixes = [['out-', true]]
1073
+ @rn_format = 'out-[%(outDn)s]'
1074
+ @containers = ['L3extCtxRef']
934
1075
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
935
- 'ctxDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
936
1076
  'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
937
1077
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
938
1078
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
939
1079
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
940
1080
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
941
- 'outName' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
942
- 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
943
- 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1081
+ 'outDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
944
1082
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
945
1083
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
946
1084
  @child_classes = ['L3extCons', 'L3extRtLbIfToOutRef', 'FaultDelegate']
947
1085
  @label = 'None'
948
- @naming_props = ['ctxDn', 'outName']
1086
+ @naming_props = ['outDn']
949
1087
  @read_only = true
950
1088
 
951
1089
  def rn
952
- 'ctx-[' << @attributes['ctxDn'] << ']-out-' << @attributes['outName'] << ''
1090
+ 'out-[' << @attributes['outDn'] << ']'
953
1091
  end
954
1092
  end
955
1093
  class L3extPolRefCont < MO
@@ -968,7 +1106,7 @@ module ACIrb
968
1106
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
969
1107
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
970
1108
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
971
- @child_classes = ['FaultDelegate', 'L3extOutRef']
1109
+ @child_classes = ['L3extCtxRef', 'FaultDelegate']
972
1110
  @label = 'L3 Out Policy Reference Container'
973
1111
  @naming_props = []
974
1112
  @read_only = true
@@ -977,6 +1115,33 @@ module ACIrb
977
1115
  'cont'
978
1116
  end
979
1117
  end
1118
+ class L3extRequestedBy < MO
1119
+ @class_name = 'l3ext.RequestedBy'
1120
+ @ruby_class = 'L3extRequestedBy'
1121
+ @prefix = 'requestedBy-'
1122
+ @prefixes = [['requestedBy-', true]]
1123
+ @rn_format = 'requestedBy-[%(requestorDn)s]'
1124
+ @containers = ['L3extCtxUpdater']
1125
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1126
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1127
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1128
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1129
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1130
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1131
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1132
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1133
+ 'requestorDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
1134
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1135
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1136
+ @child_classes = ['FaultDelegate']
1137
+ @label = 'None'
1138
+ @naming_props = ['requestorDn']
1139
+ @read_only = true
1140
+
1141
+ def rn
1142
+ 'requestedBy-[' << @attributes['requestorDn'] << ']'
1143
+ end
1144
+ end
980
1145
  class L3extRouteTagDef < MO
981
1146
  @class_name = 'l3ext.RouteTagDef'
982
1147
  @ruby_class = 'L3extRouteTagDef'
@@ -1044,7 +1209,6 @@ module ACIrb
1044
1209
  'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1045
1210
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1046
1211
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1047
- 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1048
1212
  'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1049
1213
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1050
1214
  'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1052,12 +1216,11 @@ module ACIrb
1052
1216
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1053
1217
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1054
1218
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1055
- 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1056
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1057
- @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
1219
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1220
+ @child_classes = []
1058
1221
  @label = 'Autonomous System Profile'
1059
1222
  @naming_props = []
1060
- @read_only = false
1223
+ @read_only = true
1061
1224
 
1062
1225
  def rn
1063
1226
  'rsbgpAsP'
@@ -1097,6 +1260,36 @@ module ACIrb
1097
1260
  'rsectx'
1098
1261
  end
1099
1262
  end
1263
+ class L3extRsInstPToNatMappingEPg < MO
1264
+ @class_name = 'l3ext.RsInstPToNatMappingEPg'
1265
+ @ruby_class = 'L3extRsInstPToNatMappingEPg'
1266
+ @prefix = 'rsInstPToNatMappingEPg'
1267
+ @prefixes = [['rsInstPToNatMappingEPg', false]]
1268
+ @rn_format = 'rsInstPToNatMappingEPg'
1269
+ @containers = ['L3extInstP']
1270
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1271
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1272
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1273
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1274
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1275
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1276
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1277
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1278
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1279
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1280
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1281
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1282
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1283
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1284
+ @child_classes = []
1285
+ @label = 'Relation to NAT Mapping EPg'
1286
+ @naming_props = []
1287
+ @read_only = false
1288
+
1289
+ def rn
1290
+ 'rsInstPToNatMappingEPg'
1291
+ end
1292
+ end
1100
1293
  class L3extRsInstPToProfile < MO
1101
1294
  @class_name = 'l3ext.RsInstPToProfile'
1102
1295
  @ruby_class = 'L3extRsInstPToProfile'
@@ -1371,6 +1564,7 @@ module ACIrb
1371
1564
  'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1372
1565
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1373
1566
  'encap' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1567
+ 'encapScope' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1374
1568
  'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1375
1569
  'ifInstT' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1376
1570
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1522,7 +1716,7 @@ module ACIrb
1522
1716
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1523
1717
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
1524
1718
  @child_classes = []
1525
- @label = 'Private Network'
1719
+ @label = 'VRF'
1526
1720
  @naming_props = ['tDn']
1527
1721
  @read_only = true
1528
1722
 
@@ -1610,7 +1804,7 @@ module ACIrb
1610
1804
  @prefix = 'l3extRtLIfCtxToOutTask-'
1611
1805
  @prefixes = [['l3extRtLIfCtxToOutTask-', true]]
1612
1806
  @rn_format = 'l3extRtLIfCtxToOutTask-%(id)s'
1613
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1807
+ @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']
1614
1808
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1615
1809
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1616
1810
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },