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
@@ -69,7 +69,7 @@ module ACIrb
69
69
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
70
70
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
71
71
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
72
- @child_classes = ['InfraRsSpanVSrcGrp', 'FaultCounts', 'InfraRtOut', 'InfraRsAccBndlGrpToAggrIf', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRtVpcBndlGrp', 'InfraAccBndlSubgrp', 'InfraRsHIfPol', 'InfraRsMcpIfPol', 'FaultDelegate', 'InfraRsSpanVDestGrp', 'InfraRtStGrpAtt', 'HealthInst', 'InfraRtAccBaseGrp', 'InfraRsLacpPol', 'InfraRsCdpIfPol', 'InfraRtPathToAccBaseGrp', 'InfraRtConnectivityProfile', 'InfraRsMonIfInfraPol', 'InfraRsL2IfPol', 'InfraRsStpIfPol', 'InfraRsAttEntP', 'InfraRsL2InstPol']
72
+ @child_classes = ['InfraRsSpanVSrcGrp', 'FaultCounts', 'InfraRtBndlGrp', 'InfraRtOut', 'InfraRsAccBndlGrpToAggrIf', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRtVpcBndlGrp', 'InfraAccBndlSubgrp', 'InfraRsHIfPol', 'InfraRsMcpIfPol', 'FaultDelegate', 'InfraRsSpanVDestGrp', 'InfraRtStGrpAtt', 'HealthInst', 'InfraRtAccBaseGrp', 'InfraRsLacpPol', 'InfraRsCdpIfPol', 'InfraRtPathToAccBaseGrp', 'InfraRtConnectivityProfile', 'InfraRsMonIfInfraPol', 'InfraRsL2IfPol', 'InfraRsStpIfPol', 'InfraRsAttEntP', 'InfraRsL2InstPol']
73
73
  @label = 'PC/VPC Interface Policy Group'
74
74
  @naming_props = ['name']
75
75
  @read_only = false
@@ -370,7 +370,7 @@ module ACIrb
370
370
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
371
371
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
372
372
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
373
- @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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', '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']
373
+ @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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', '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']
374
374
  @label = 'Abstraction of Access Client EPG'
375
375
  @naming_props = []
376
376
  @read_only = false
@@ -609,7 +609,7 @@ module ACIrb
609
609
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
610
610
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
611
611
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
612
- @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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', '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']
612
+ @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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', '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']
613
613
  @label = 'Abstraction of Access Provider EPG'
614
614
  @naming_props = []
615
615
  @read_only = false
@@ -776,7 +776,7 @@ module ACIrb
776
776
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
777
777
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
778
778
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
779
- @child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'L2EgrBytesAg1mo', '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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'DhcpConsLbl', 'VsvcProvLbl', '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', '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']
779
+ @child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'L2EgrBytesAg1mo', '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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'DhcpConsLbl', 'VsvcProvLbl', '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', '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']
780
780
  @label = 'Access Client EPg'
781
781
  @naming_props = ['name']
782
782
  @read_only = false
@@ -1805,6 +1805,7 @@ module ACIrb
1805
1805
  @containers = ['FabricNode']
1806
1806
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1807
1807
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1808
+ 'dscvMd' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1808
1809
  'fbDmNm' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1809
1810
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1810
1811
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1815,7 +1816,7 @@ module ACIrb
1815
1816
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1816
1817
  'strtTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1817
1818
  'uctDiff' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1818
- @child_classes = ['FaultCounts', 'HealthInst', 'InfraWiNode']
1819
+ @child_classes = ['InfraSnNode', 'FaultCounts', 'HealthInst', 'InfraWiNode']
1819
1820
  @label = 'Cluster'
1820
1821
  @naming_props = []
1821
1822
  @read_only = true
@@ -1956,7 +1957,7 @@ module ACIrb
1956
1957
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1957
1958
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1958
1959
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1959
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'HealthInst', 'InfraRsVlanNs', 'FaultInst', 'InfraRsVlanNsDef', 'InfraRtDomP', 'InfraRsVipAddrNs', 'InfraRsDomVxlanNsDef', 'FaultDelegate']
1960
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'HealthInst', 'InfraRsVlanNs', 'FaultInst', 'InfraRsVlanNsDef', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'InfraRsDomVxlanNsDef', 'FaultDelegate']
1960
1961
  @label = 'Access Domain Profile'
1961
1962
  @naming_props = []
1962
1963
  @read_only = false
@@ -2037,7 +2038,7 @@ module ACIrb
2037
2038
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2038
2039
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2039
2040
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2040
- @child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', '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']
2041
+ @child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', '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']
2041
2042
  @label = 'End Point Group'
2042
2043
  @naming_props = []
2043
2044
  @read_only = false
@@ -2076,7 +2077,7 @@ module ACIrb
2076
2077
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2077
2078
  'updateTs' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2078
2079
  @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'CompRsCtrlrP', 'CompRsLocalEpCP']
2079
- @label = 'Endpoint Policy Description'
2080
+ @label = 'Portgroup'
2080
2081
  @naming_props = ['epgPKey']
2081
2082
  @read_only = true
2082
2083
 
@@ -2128,7 +2129,7 @@ module ACIrb
2128
2129
  @prefix = 'infraEpPDTask-'
2129
2130
  @prefixes = [['infraEpPDTask-', true]]
2130
2131
  @rn_format = 'infraEpPDTask-%(id)s'
2131
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
2132
+ @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']
2132
2133
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2133
2134
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2134
2135
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -2183,6 +2184,32 @@ module ACIrb
2183
2184
  ''
2184
2185
  end
2185
2186
  end
2187
+ class InfraFabricRecovery < MO
2188
+ @class_name = 'infra.FabricRecovery'
2189
+ @ruby_class = 'InfraFabricRecovery'
2190
+ @prefix = 'recovery'
2191
+ @prefixes = [['recovery', false]]
2192
+ @rn_format = 'recovery'
2193
+ @containers = ['FabricInst']
2194
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2195
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
2196
+ 'enable' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2197
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2198
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2199
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2200
+ 'recoveryStatus' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2201
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2202
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2203
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2204
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2205
+ @label = 'Fabric Recovery State/Status'
2206
+ @naming_props = []
2207
+ @read_only = false
2208
+
2209
+ def rn
2210
+ 'recovery'
2211
+ end
2212
+ end
2186
2213
  class InfraFexBlk < MO
2187
2214
  @class_name = 'infra.FexBlk'
2188
2215
  @ruby_class = 'InfraFexBlk'
@@ -2388,6 +2415,32 @@ module ACIrb
2388
2415
  ''
2389
2416
  end
2390
2417
  end
2418
+ class InfraGeSnNode < MO
2419
+ @class_name = 'infra.GeSnNode'
2420
+ @ruby_class = 'InfraGeSnNode'
2421
+ @prefix = ''
2422
+ @prefixes = []
2423
+ @rn_format = ''
2424
+ @containers = []
2425
+ @props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2426
+ 'chassis' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2427
+ 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2428
+ 'cntrlSbstState' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2429
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
2430
+ 'id' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2431
+ 'mbSn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2432
+ 'name' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2433
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2434
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2435
+ @child_classes = []
2436
+ @label = 'Generic Controller with Serial Number'
2437
+ @naming_props = []
2438
+ @read_only = false
2439
+
2440
+ def rn
2441
+ ''
2442
+ end
2443
+ end
2391
2444
  class InfraHConnPortS < MO
2392
2445
  @class_name = 'infra.HConnPortS'
2393
2446
  @ruby_class = 'InfraHConnPortS'
@@ -2499,6 +2552,30 @@ module ACIrb
2499
2552
  'hports-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
2500
2553
  end
2501
2554
  end
2555
+ class InfraHPortSInfo < MO
2556
+ @class_name = 'infra.HPortSInfo'
2557
+ @ruby_class = 'InfraHPortSInfo'
2558
+ @prefix = 'portS-'
2559
+ @prefixes = [['portS-', true]]
2560
+ @rn_format = 'portS-[%(hPortSDn)s]'
2561
+ @containers = ['InfraRsBndlGrp']
2562
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2563
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
2564
+ 'hPortSDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
2565
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2566
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2567
+ 'numberOfPorts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2568
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2569
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2570
+ @child_classes = []
2571
+ @label = 'DN of HPortS consuming it'
2572
+ @naming_props = ['hPortSDn']
2573
+ @read_only = true
2574
+
2575
+ def rn
2576
+ 'portS-[' << @attributes['hPortSDn'] << ']'
2577
+ end
2578
+ end
2502
2579
  class InfraIDDef < MO
2503
2580
  @class_name = 'infra.IDDef'
2504
2581
  @ruby_class = 'InfraIDDef'
@@ -2649,6 +2726,36 @@ module ACIrb
2649
2726
  'incmptblClsPeer-' << @attributes['incmptblReason'] << '-' << @attributes['peerId'] << '-' << @attributes['peerVersion'] << '-' << @attributes['clusterVersion'] << ''
2650
2727
  end
2651
2728
  end
2729
+ class InfraIncorrectCntrlSbstState < MO
2730
+ @class_name = 'infra.IncorrectCntrlSbstState'
2731
+ @ruby_class = 'InfraIncorrectCntrlSbstState'
2732
+ @prefix = 'IncorrectCntrlSbstState-'
2733
+ @prefixes = [['IncorrectCntrlSbstState-', true]]
2734
+ @rn_format = 'IncorrectCntrlSbstState-%(peerId)s'
2735
+ @containers = ['InfraLoNode']
2736
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2737
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
2738
+ 'frstTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2739
+ 'isFault' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2740
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2741
+ 'lstTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2742
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2743
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2744
+ 'name' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2745
+ 'peerCntrlSbstState' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2746
+ 'peerId' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
2747
+ 'peerMbSn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2748
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2749
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2750
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2751
+ @label = 'Incorrect controller serial number state'
2752
+ @naming_props = ['peerId']
2753
+ @read_only = true
2754
+
2755
+ def rn
2756
+ 'IncorrectCntrlSbstState-' << @attributes['peerId'] << ''
2757
+ end
2758
+ end
2652
2759
  class InfraInfra < MO
2653
2760
  @class_name = 'infra.Infra'
2654
2761
  @ruby_class = 'InfraInfra'
@@ -2667,7 +2774,7 @@ module ACIrb
2667
2774
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2668
2775
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2669
2776
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2670
- @child_classes = ['FaultCounts', 'InfraAccPortP', 'InfraRsResLacpLagPol', 'L2IfPol', 'EqptdiagpLeTsOdEcc', 'QosInstPol', 'StpEncapInstDef', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'MonInfraPol', 'VnsSvcGraphVersion', 'McpInstPol', 'CdpIfPol', 'McpIfPol', 'MgmtNodeGrp', 'InfraRsResNwsFwPol', 'FvnsVlanInstDef', 'FvnsVxlanInstDef', 'InfraSubsDfltPolicy', 'InfraRsResLacpIfPol', 'VnsMDevMgr', 'EqptdiagpTsOdLeafP', 'VnsMDev', 'FabricHIfPol', 'EqptdiagpCardHealthPol', 'VtapNatEntryCont', 'InfraRsResMcpInstPol', 'DhcpNodeGrp', 'EqptdiagpNodeHealthPol', 'EdrErrDisRecoverPol', 'SpanVDestGrp', 'InfraIDDef', 'EpLoopProtectP', 'InfraNodeCfgCont', 'EqptdiagpPortHealthPol', 'FaultDelegate', 'InfraRsResDatetimeFormat', 'HealthInst', 'VnsMChassis', 'InfraAttEntityP', 'EqptdiagpBootPol', 'InfraRsResLldpIfPol', 'InfraHPathS', 'LldpIfPol', 'StormctrlIfPol', 'FvnsVlanInstP', 'SpanSrcGrp', 'InfraFuncP', 'DhcpRelayP', 'InfraRsResErrDisRecoverPol', 'FvnsMcastAddrInstP', 'SpanCEpDefCont', 'LacpIfPol', 'SpanDestGrp', 'InfraRsResMonInfraPol', 'StpInstPol', 'InfraNodeP', 'VnsSvcPkgSource', 'SpanVSrcGrp', 'FvnsVxlanInstP', 'InfraRsResMcpIfPol', 'LacpLagPol', 'InfraRsResLoopProtectPol', 'InfraAccCardP', 'StpIfPol', 'InfraRsResQoSPol', 'InfraRsResHIfPol', 'InfraFexP', 'NwsFwPol']
2777
+ @child_classes = ['InfraSubsDfltPolicy', 'FaultCounts', 'InfraAccPortP', 'InfraRsResLacpLagPol', 'L2IfPol', 'EqptdiagpLeTsOdEcc', 'QosInstPol', 'StpEncapInstDef', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'VnsSvcGraphVersion', 'MonInfraPol', 'DhcpPodGrp', 'McpInstPol', 'CdpIfPol', 'McpIfPol', 'MgmtNodeGrp', 'InfraRsResNwsFwPol', 'FvnsVlanInstDef', 'FvnsVxlanInstDef', 'InfraPodP', 'InfraRsResLacpIfPol', 'VnsMDevMgr', 'EqptdiagpTsOdLeafP', 'VnsMDev', 'FabricHIfPol', 'EqptdiagpCardHealthPol', 'VtapNatEntryCont', 'InfraRsResMcpInstPol', 'DhcpNodeGrp', 'EqptdiagpNodeHealthPol', 'EdrErrDisRecoverPol', 'SpanVDestGrp', 'InfraIDDef', 'EpLoopProtectP', 'InfraNodeCfgCont', 'EqptdiagpPortHealthPol', 'FaultDelegate', 'InfraRsResDatetimeFormat', 'HealthInst', 'VnsMChassis', 'InfraAttEntityP', 'EqptdiagpBootPol', 'EpControlP', 'InfraRsResLldpIfPol', 'InfraHPathS', 'LldpIfPol', 'StormctrlIfPol', 'FvnsVlanInstP', 'SpanSrcGrp', 'InfraFuncP', 'DhcpRelayP', 'InfraRsResErrDisRecoverPol', 'FvnsMcastAddrInstP', 'SpanCEpDefCont', 'LacpIfPol', 'SpanDestGrp', 'InfraRsResMonInfraPol', 'StpInstPol', 'InfraNodeP', 'VnsSvcPkgSource', 'SpanVSrcGrp', 'FvnsVxlanInstP', 'InfraRsResMcpIfPol', 'LacpLagPol', 'MgmtPodGrp', 'InfraRsResLoopProtectPol', 'InfraAccCardP', 'StpIfPol', 'InfraRsResQoSPol', 'InfraRsResHIfPol', 'InfraFexP', 'NwsFwPol']
2671
2778
  @label = 'Access Instance'
2672
2779
  @naming_props = []
2673
2780
  @read_only = false
@@ -2751,7 +2858,7 @@ module ACIrb
2751
2858
  'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
2752
2859
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2753
2860
  @child_classes = ['FaultCounts', 'HealthInst', 'InfraNodeBlk', 'InfraSelectorIssues', 'InfraRsAccNodePGrp', 'FaultDelegate']
2754
- @label = 'Leaf Selector'
2861
+ @label = 'Switch Association'
2755
2862
  @naming_props = ['name', 'type']
2756
2863
  @read_only = false
2757
2864
 
@@ -2809,7 +2916,7 @@ module ACIrb
2809
2916
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2810
2917
  'strtTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2811
2918
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2812
- @child_classes = ['FaultCounts', 'HealthInst', 'FaultInst', 'InfraPeNode', 'InfraClSzEqObst', 'InfraIlClMsgSrc', 'InfraIncmptblClsPeer', 'InfraService']
2919
+ @child_classes = ['InfraIncorrectCntrlSbstState', 'FaultCounts', 'HealthInst', 'FaultInst', 'InfraPeNode', 'InfraClSzEqObst', 'InfraIlClMsgSrc', 'InfraIncmptblClsPeer', 'InfraService']
2813
2920
  @label = 'Controller Local View'
2814
2921
  @naming_props = []
2815
2922
  @read_only = false
@@ -2935,7 +3042,7 @@ module ACIrb
2935
3042
  'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2936
3043
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2937
3044
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2938
- @child_classes = ['InfraRsProtGroup', 'FaultCounts', 'HealthInst', 'InfraRsInterfacePolProfile', 'FaultInst', 'InfraRsVpcBndlGrp', 'InfraRsFexp', 'InfraRsToInterfacePolProfile', 'InfraAccGrpCfg', 'InfraRsModulePolProfile', 'InfraRsToInfraPathS', 'InfraRtToPeerNodeCfg', 'InfraHostCfg', 'InfraRsNodePolGroup', 'InfraFexCfg']
3045
+ @child_classes = ['InfraRsProtGroup', 'FaultCounts', 'HealthInst', 'InfraRsBndlGrp', 'FaultInst', 'InfraRsVpcBndlGrp', 'InfraRsFexp', 'InfraRsToInterfacePolProfile', 'InfraAccGrpCfg', 'InfraRsModulePolProfile', 'InfraRsToInfraPathS', 'InfraRtToPeerNodeCfg', 'InfraRsInterfacePolProfile', 'InfraHostCfg', 'InfraRsNodePolGroup', 'InfraFexCfg']
2939
3046
  @label = 'Access Node Configuration'
2940
3047
  @naming_props = ['id']
2941
3048
  @read_only = true
@@ -2973,7 +3080,7 @@ module ACIrb
2973
3080
  @prefix = 'infraNodeCfgTask-'
2974
3081
  @prefixes = [['infraNodeCfgTask-', true]]
2975
3082
  @rn_format = 'infraNodeCfgTask-%(id)s'
2976
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
3083
+ @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']
2977
3084
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2978
3085
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2979
3086
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -3100,7 +3207,7 @@ module ACIrb
3100
3207
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3101
3208
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3102
3209
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3103
- @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsAccCardP', 'InfraLeafS', 'InfraRsAccPortP', 'FaultDelegate']
3210
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsAccCardP', 'InfraLeafS', 'InfraRsAccPortP', 'FaultDelegate', 'InfraRtNodeP']
3104
3211
  @label = 'Switch Profile'
3105
3212
  @naming_props = ['name']
3106
3213
  @read_only = false
@@ -3189,7 +3296,7 @@ module ACIrb
3189
3296
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3190
3297
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3191
3298
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3192
- @child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'L2EgrBytesAg1mo', '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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'DhcpConsLbl', 'VsvcProvLbl', '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', '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']
3299
+ @child_classes = ['VsvcConsLbl', 'L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'L2EgrBytesAg1mo', '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', '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', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'DhcpConsLbl', 'VsvcProvLbl', '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', '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']
3193
3300
  @label = 'Access Function Provider'
3194
3301
  @naming_props = ['name']
3195
3302
  @read_only = false
@@ -3223,6 +3330,111 @@ module ACIrb
3223
3330
  'peer-' << @attributes['rplId'] << ''
3224
3331
  end
3225
3332
  end
3333
+ class InfraPodBlk < MO
3334
+ @class_name = 'infra.PodBlk'
3335
+ @ruby_class = 'InfraPodBlk'
3336
+ @prefix = 'podblk-'
3337
+ @prefixes = [['podblk-', true]]
3338
+ @rn_format = 'podblk-%(name)s'
3339
+ @containers = ['InfraPodS', 'DhcpPodGrp', 'MgmtPodGrp']
3340
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3341
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3342
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3343
+ 'from_' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3344
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3345
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3346
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
3347
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3348
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3349
+ 'to_' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3350
+ @child_classes = ['FaultDelegate']
3351
+ @label = 'Pod Block'
3352
+ @naming_props = ['name']
3353
+ @read_only = true
3354
+
3355
+ def rn
3356
+ 'podblk-' << @attributes['name'] << ''
3357
+ end
3358
+ end
3359
+ class InfraPodGrp < MO
3360
+ @class_name = 'infra.PodGrp'
3361
+ @ruby_class = 'InfraPodGrp'
3362
+ @prefix = ''
3363
+ @prefixes = []
3364
+ @rn_format = ''
3365
+ @containers = ['InfraInfra']
3366
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3367
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3368
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3369
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3370
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3371
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3372
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3373
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3374
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3375
+ @child_classes = ['InfraPodBlk', 'FaultDelegate']
3376
+ @label = 'Abstract Pod Selector'
3377
+ @naming_props = []
3378
+ @read_only = false
3379
+
3380
+ def rn
3381
+ ''
3382
+ end
3383
+ end
3384
+ class InfraPodP < MO
3385
+ @class_name = 'infra.PodP'
3386
+ @ruby_class = 'InfraPodP'
3387
+ @prefix = 'podprof-'
3388
+ @prefixes = [['podprof-', true]]
3389
+ @rn_format = 'podprof-%(name)s'
3390
+ @containers = ['InfraInfra']
3391
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3392
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3393
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3394
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3395
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3396
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3397
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
3398
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3399
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3400
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3401
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3402
+ @child_classes = ['InfraRsNodeP', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'InfraPodS']
3403
+ @label = 'Pod Profile'
3404
+ @naming_props = ['name']
3405
+ @read_only = true
3406
+
3407
+ def rn
3408
+ 'podprof-' << @attributes['name'] << ''
3409
+ end
3410
+ end
3411
+ class InfraPodS < MO
3412
+ @class_name = 'infra.PodS'
3413
+ @ruby_class = 'InfraPodS'
3414
+ @prefix = 'pods-'
3415
+ @prefixes = [['pods-', true], ['-typ-', true]]
3416
+ @rn_format = 'pods-%(name)s-typ-%(type)s'
3417
+ @containers = ['InfraPodP']
3418
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3419
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3420
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3421
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3422
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3423
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
3424
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3425
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3426
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3427
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3428
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
3429
+ @child_classes = ['InfraPodBlk', 'FaultDelegate']
3430
+ @label = 'Pod Selector'
3431
+ @naming_props = ['name', 'type']
3432
+ @read_only = true
3433
+
3434
+ def rn
3435
+ 'pods-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
3436
+ end
3437
+ end
3226
3438
  class InfraPolGrp < MO
3227
3439
  @class_name = 'infra.PolGrp'
3228
3440
  @ruby_class = 'InfraPolGrp'
@@ -4520,6 +4732,37 @@ module ACIrb
4520
4732
  'rsattEntP'
4521
4733
  end
4522
4734
  end
4735
+ class InfraRsBndlGrp < MO
4736
+ @class_name = 'infra.RsBndlGrp'
4737
+ @ruby_class = 'InfraRsBndlGrp'
4738
+ @prefix = 'rsbndlGrp-'
4739
+ @prefixes = [['rsbndlGrp-', true]]
4740
+ @rn_format = 'rsbndlGrp-[%(tDn)s]'
4741
+ @containers = ['InfraNodeCfg']
4742
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4743
+ 'deplSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4744
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
4745
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4746
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4747
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4748
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4749
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4750
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
4751
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4752
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4753
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4754
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4755
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
4756
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
4757
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'InfraHPortSInfo', 'FaultCounts']
4758
+ @label = 'PC/VPC Interface Policy Group'
4759
+ @naming_props = ['tDn']
4760
+ @read_only = true
4761
+
4762
+ def rn
4763
+ 'rsbndlGrp-[' << @attributes['tDn'] << ']'
4764
+ end
4765
+ end
4523
4766
  class InfraRsCardPGrp < MO
4524
4767
  @class_name = 'infra.RsCardPGrp'
4525
4768
  @ruby_class = 'InfraRsCardPGrp'
@@ -4714,7 +4957,7 @@ module ACIrb
4714
4957
  @prefix = 'infraRsDomPTask-'
4715
4958
  @prefixes = [['infraRsDomPTask-', true]]
4716
4959
  @rn_format = 'infraRsDomPTask-%(id)s'
4717
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
4960
+ @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']
4718
4961
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4719
4962
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4720
4963
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -4934,7 +5177,7 @@ module ACIrb
4934
5177
  @prefix = 'infraRsFuncToEpgTask-'
4935
5178
  @prefixes = [['infraRsFuncToEpgTask-', true]]
4936
5179
  @rn_format = 'infraRsFuncToEpgTask-%(id)s'
4937
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
5180
+ @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']
4938
5181
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4939
5182
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4940
5183
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -5530,6 +5773,37 @@ module ACIrb
5530
5773
  'rsmstInstPol'
5531
5774
  end
5532
5775
  end
5776
+ class InfraRsNodeP < MO
5777
+ @class_name = 'infra.RsNodeP'
5778
+ @ruby_class = 'InfraRsNodeP'
5779
+ @prefix = 'rsnodeP-'
5780
+ @prefixes = [['rsnodeP-', true]]
5781
+ @rn_format = 'rsnodeP-[%(tDn)s]'
5782
+ @containers = ['InfraPodP']
5783
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5784
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
5785
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5786
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5787
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5788
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5789
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5790
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
5791
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5792
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5793
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5794
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5795
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
5796
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5797
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
5798
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
5799
+ @label = 'Leaf Node Profile'
5800
+ @naming_props = ['tDn']
5801
+ @read_only = false
5802
+
5803
+ def rn
5804
+ 'rsnodeP-[' << @attributes['tDn'] << ']'
5805
+ end
5806
+ end
5533
5807
  class InfraRsNodePolGroup < MO
5534
5808
  @class_name = 'infra.RsNodePolGroup'
5535
5809
  @ruby_class = 'InfraRsNodePolGroup'
@@ -5720,12 +5994,11 @@ module ACIrb
5720
5994
  'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5721
5995
  'tRn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5722
5996
  'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5723
- 'tnMcpIfPolName' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5724
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
5997
+ 'tnMcpIfPolName' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
5725
5998
  @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
5726
5999
  @label = 'Relation to MCP Interface Policy'
5727
6000
  @naming_props = []
5728
- @read_only = false
6001
+ @read_only = true
5729
6002
 
5730
6003
  def rn
5731
6004
  'rsoverrideMcpIfPol'
@@ -6479,6 +6752,39 @@ module ACIrb
6479
6752
  'rstoEncapInstDef-[' << @attributes['tDn'] << ']'
6480
6753
  end
6481
6754
  end
6755
+ class InfraRsToEpControlP < MO
6756
+ @class_name = 'infra.RsToEpControlP'
6757
+ @ruby_class = 'InfraRsToEpControlP'
6758
+ @prefix = 'rstoEpControlP'
6759
+ @prefixes = [['rstoEpControlP', false]]
6760
+ @rn_format = 'rstoEpControlP'
6761
+ @containers = ['InfraSubsDfltPolicy']
6762
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6763
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
6764
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6765
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6766
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6767
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6768
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6769
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
6770
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6771
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6772
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6773
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6774
+ 'tContextDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6775
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6776
+ 'tRn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6777
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6778
+ 'tnEpLoopProtectPName' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6779
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
6780
+ @label = 'EP Loop Protection Policy'
6781
+ @naming_props = []
6782
+ @read_only = true
6783
+
6784
+ def rn
6785
+ 'rstoEpControlP'
6786
+ end
6787
+ end
6482
6788
  class InfraRsToEpLoopProtectP < MO
6483
6789
  @class_name = 'infra.RsToEpLoopProtectP'
6484
6790
  @ruby_class = 'InfraRsToEpLoopProtectP'
@@ -6883,7 +7189,7 @@ module ACIrb
6883
7189
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6884
7190
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
6885
7191
  @child_classes = []
6886
- @label = 'Leaf Selector'
7192
+ @label = 'Switch Association'
6887
7193
  @naming_props = ['tDn']
6888
7194
  @read_only = true
6889
7195
 
@@ -6931,7 +7237,7 @@ module ACIrb
6931
7237
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6932
7238
  'tDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6933
7239
  @child_classes = []
6934
- @label = 'End Point Profile Definition'
7240
+ @label = 'Portgroup'
6935
7241
  @naming_props = []
6936
7242
  @read_only = true
6937
7243
 
@@ -6988,6 +7294,30 @@ module ACIrb
6988
7294
  'rtattEntP-[' << @attributes['tDn'] << ']'
6989
7295
  end
6990
7296
  end
7297
+ class InfraRtBndlGrp < MO
7298
+ @class_name = 'infra.RtBndlGrp'
7299
+ @ruby_class = 'InfraRtBndlGrp'
7300
+ @prefix = 'rtbndlGrp-'
7301
+ @prefixes = [['rtbndlGrp-', true]]
7302
+ @rn_format = 'rtbndlGrp-[%(tDn)s]'
7303
+ @containers = ['InfraAccBndlGrp']
7304
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7305
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
7306
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7307
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7308
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
7309
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7310
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7311
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
7312
+ @child_classes = []
7313
+ @label = 'Access Node Configuration'
7314
+ @naming_props = ['tDn']
7315
+ @read_only = true
7316
+
7317
+ def rn
7318
+ 'rtbndlGrp-[' << @attributes['tDn'] << ']'
7319
+ end
7320
+ end
6991
7321
  class InfraRtCardPGrp < MO
6992
7322
  @class_name = 'infra.RtCardPGrp'
6993
7323
  @ruby_class = 'InfraRtCardPGrp'
@@ -7252,6 +7582,30 @@ module ACIrb
7252
7582
  'rtinterfacePolProfile-[' << @attributes['tDn'] << ']'
7253
7583
  end
7254
7584
  end
7585
+ class InfraRtLDevDomP < MO
7586
+ @class_name = 'infra.RtLDevDomP'
7587
+ @ruby_class = 'InfraRtLDevDomP'
7588
+ @prefix = 'rtvnsLDevDomP-'
7589
+ @prefixes = [['rtvnsLDevDomP-', true]]
7590
+ @rn_format = 'rtvnsLDevDomP-[%(tDn)s]'
7591
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
7592
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7593
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
7594
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7595
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7596
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
7597
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7598
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7599
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
7600
+ @child_classes = []
7601
+ @label = 'Service Relations Holder'
7602
+ @naming_props = ['tDn']
7603
+ @read_only = true
7604
+
7605
+ def rn
7606
+ 'rtvnsLDevDomP-[' << @attributes['tDn'] << ']'
7607
+ end
7608
+ end
7255
7609
  class InfraRtModulePolProfile < MO
7256
7610
  @class_name = 'infra.RtModulePolProfile'
7257
7611
  @ruby_class = 'InfraRtModulePolProfile'
@@ -7276,6 +7630,30 @@ module ACIrb
7276
7630
  'rtmodulePolProfile-[' << @attributes['tDn'] << ']'
7277
7631
  end
7278
7632
  end
7633
+ class InfraRtNodeP < MO
7634
+ @class_name = 'infra.RtNodeP'
7635
+ @ruby_class = 'InfraRtNodeP'
7636
+ @prefix = 'rtnodeP-'
7637
+ @prefixes = [['rtnodeP-', true]]
7638
+ @rn_format = 'rtnodeP-[%(tDn)s]'
7639
+ @containers = ['InfraNodeP']
7640
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7641
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
7642
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7643
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7644
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
7645
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7646
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7647
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
7648
+ @child_classes = []
7649
+ @label = 'Pod Profile'
7650
+ @naming_props = ['tDn']
7651
+ @read_only = true
7652
+
7653
+ def rn
7654
+ 'rtnodeP-[' << @attributes['tDn'] << ']'
7655
+ end
7656
+ end
7279
7657
  class InfraRtNodePolGroup < MO
7280
7658
  @class_name = 'infra.RtNodePolGroup'
7281
7659
  @ruby_class = 'InfraRtNodePolGroup'
@@ -7525,6 +7903,34 @@ module ACIrb
7525
7903
  'svc-' << @attributes['id'] << ''
7526
7904
  end
7527
7905
  end
7906
+ class InfraSnNode < MO
7907
+ @class_name = 'infra.SnNode'
7908
+ @ruby_class = 'InfraSnNode'
7909
+ @prefix = 'serial-'
7910
+ @prefixes = [['serial-', true]]
7911
+ @rn_format = 'serial-%(id)s'
7912
+ @containers = ['InfraCont']
7913
+ @props = { 'addr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7914
+ 'chassis' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7915
+ 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7916
+ 'cntrlSbstState' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7917
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
7918
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
7919
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7920
+ 'mbSn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7921
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7922
+ 'name' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7923
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
7924
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
7925
+ @child_classes = []
7926
+ @label = 'Serial Number of Cluster Element'
7927
+ @naming_props = ['id']
7928
+ @read_only = true
7929
+
7930
+ def rn
7931
+ 'serial-' << @attributes['id'] << ''
7932
+ end
7933
+ end
7528
7934
  class InfraStorage < MO
7529
7935
  @class_name = 'infra.Storage'
7530
7936
  @ruby_class = 'InfraStorage'
@@ -7565,7 +7971,7 @@ module ACIrb
7565
7971
  'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7566
7972
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
7567
7973
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
7568
- @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsToErrDisRecoverPol', 'InfraRsToEpLoopProtectP', 'InfraRsToMcpInstPol', 'InfraRsToMcpIfPol']
7974
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsToErrDisRecoverPol', 'InfraRsToEpLoopProtectP', 'InfraRsToMcpInstPol', 'InfraRsToMcpIfPol', 'InfraRsToEpControlP']
7569
7975
  @label = 'Default Policies Subscription'
7570
7976
  @naming_props = []
7571
7977
  @read_only = true
@@ -7635,10 +8041,12 @@ module ACIrb
7635
8041
  'adminSt' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7636
8042
  'chassis' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7637
8043
  'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8044
+ 'cntrlSbstState' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7638
8045
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
7639
8046
  'health' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7640
8047
  'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
7641
8048
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8049
+ 'mbSn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7642
8050
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7643
8051
  'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7644
8052
  'mutnTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },