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
@@ -298,12 +298,11 @@ module ACIrb
298
298
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
299
299
  'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
300
300
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
301
- 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
302
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
301
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
303
302
  @child_classes = []
304
303
  @label = 'None'
305
304
  @naming_props = []
306
- @read_only = false
305
+ @read_only = true
307
306
 
308
307
  def rn
309
308
  'eqptdiagSubjTestLTask'
@@ -114,7 +114,7 @@ module ACIrb
114
114
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
115
115
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
116
116
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
117
- @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
117
+ @child_classes = ['InfraRtDomAtt', 'FaultCounts', 'ExtnwRtL3InstPToDomP', 'InfraRsVlanNs', 'ExtnwRtL3DomAtt', 'FaultInst', 'ExtnwLblCont', 'InfraRtLDevDomP', 'InfraRtDomP', 'InfraRsVipAddrNs', 'ExtnwRsOut', 'HealthInst', 'InfraRsDomVxlanNsDef', 'InfraRsVlanNsDef', 'FaultDelegate']
118
118
  @label = 'Abstraction of Outside Domain Profile'
119
119
  @naming_props = []
120
120
  @read_only = false
@@ -145,7 +145,7 @@ module ACIrb
145
145
  'targetDscp' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
146
146
  'triggerSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
147
147
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
148
- @child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
148
+ @child_classes = ['L2EgrPktsAg15min', 'L2EgrBytesAgHist15min', 'L2IngrBytesPartHist1mo', 'L2EgrBytesPart15min', 'VzProvSubjLbl', 'FvRtDestEpg', 'FvRtFromAbsEpg', 'TagInst', 'L2IngrBytesPartHist1qtr', 'L2EgrPktsAgHist1year', 'FvRtNtpProvToEpg', 'VnsCRel', 'L2EgrBytesPartHist5min', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrPktsPart1h', 'L2IngrBytesAg1d', 'L2EgrBytesAg15min', 'L2EgrBytesPart1year', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'L2EgrBytesAgHist1mo', 'L2EgrBytesAg1h', 'FvRInfoHolder', 'FvRtDevEpg', 'L2EgrBytesPart1qtr', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2EgrBytesAg1d', 'L2IngrBytesPart1h', 'L2EgrPktsAg1year', 'FvRsCustQosPol', 'L2EgrBytesAg1w', 'L2IngrBytesPart1d', 'L2EgrPktsPartHist1year', 'FvRsProv', 'FvRtLIfCtxToInstP', 'L2EgrPktsAgHist1qtr', 'L2EgrPktsAgHist1h', 'FaultInst', 'L2EgrPktsAgHist1d', 'L2IngrBytesAg15min', 'L2EgrPktsPart1w', 'L2EgrPktsPart1h', 'L2EgrBytesPartHist1qtr', 'L2EgrPktsAgHist1w', 'FvRtSvcMgmtEpg', 'L2IngrPktsAg1mo', 'L2EgrPktsPart1d', 'L2EgrBytesPart1w', 'L2IngrPktsPart1w', 'L2EgrPktsPartHist15min', 'L2IngrBytesPartHist15min', 'L2EgrBytesAgHist1w', 'L2IngrPktsPart15min', 'L2EgrBytesPart5min', 'L2IngrPktsAgHist1d', 'L2EgrPktsPartHist1d', 'L2IngrPktsAg1d', 'L2EgrBytesAgHist1h', 'L2IngrPktsAg1h', 'L2EgrBytesAgHist1d', 'L2EgrPktsPart1year', 'L2IngrPktsPartHist15min', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2EgrBytesAgHist1year', 'L2EgrBytesPartHist1year', 'L2EgrBytesPartHist15min', 'L2EgrBytesPart1d', 'L2EgrPktsAgHist15min', 'L2EgrBytesPart1h', 'L2EgrPktsPartHist1mo', 'FvRtVsrcToEpg', 'FvRtDevMgrEpg', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'FvRtToAbsEpg', 'FvUpdateContract', 'L2EgrBytesPartHist1mo', 'L2EgrPktsAg1mo', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'L2IngrPktsPart5min', 'FaultCounts', 'L2IngrBytesAg1w', 'L2EgrBytesAg1mo', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'L2IngrBytesPart5min', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'TagAliasDelInst', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2EgrPktsPart1mo', 'L2IngrBytesAg1mo', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2EgrPktsPartHist1qtr', 'L2EgrPktsAg1qtr', 'L2IngrBytesPartHist1h', 'HealthInst', 'L2EgrPktsPartHist1w', 'L2EgrBytesPartHist1d', 'FvRtARemoteHostToEpg', 'L2EgrBytesPartHist1h', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrBytesPart1mo', 'L2IngrPktsAgHist15min', 'L2EgrBytesPartHist1w', 'L2EgrPktsPart15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2EgrPktsPartHist1h', 'L2EgrPktsPart1qtr', 'L2IngrBytesPartHist1w', 'VzProvLbl', 'VzProvCtrctLbl', 'L2EgrPktsPartHist5min', 'VnsCFolder', 'L2EgrPktsPart5min', 'VnsCfgRelInst', 'VnsParamInst', 'VnsGParam', 'VnsFolderInst', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'L2EgrPktsAg1h', 'L2EgrPktsAg1d', 'FvRtChassisEpg', 'L2IngrPktsAgHist1mo', 'L2EgrBytesPart1mo', 'L2IngrPktsPartHist1d', 'L2EgrPktsAg1w', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2EgrBytesAgHist1qtr', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'L2IngrPktsPart1d', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'VnsCParam', 'L2EgrPktsAgHist1mo', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'L2IngrPktsAg1w', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2EgrBytesAg1qtr', 'L2EgrBytesAg1year', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrBytesAgHist1h', 'VnsAbsParam']
149
149
  @label = 'Abstraction of Outside Network Instance'
150
150
  @naming_props = []
151
151
  @read_only = false
@@ -1180,6 +1180,26 @@ module ACIrb
1180
1180
  ''
1181
1181
  end
1182
1182
  end
1183
+ class FabricACreatedBy < MO
1184
+ @class_name = 'fabric.ACreatedBy'
1185
+ @ruby_class = 'FabricACreatedBy'
1186
+ @prefix = ''
1187
+ @prefixes = []
1188
+ @rn_format = ''
1189
+ @containers = []
1190
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1191
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1192
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1193
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1194
+ @child_classes = []
1195
+ @label = 'None'
1196
+ @naming_props = []
1197
+ @read_only = true
1198
+
1199
+ def rn
1200
+ ''
1201
+ end
1202
+ end
1183
1203
  class FabricAcTxRx < MO
1184
1204
  @class_name = 'fabric.AcTxRx'
1185
1205
  @ruby_class = 'FabricAcTxRx'
@@ -2339,6 +2359,31 @@ module ACIrb
2339
2359
  ''
2340
2360
  end
2341
2361
  end
2362
+ class FabricAPodS < MO
2363
+ @class_name = 'fabric.APodS'
2364
+ @ruby_class = 'FabricAPodS'
2365
+ @prefix = ''
2366
+ @prefixes = []
2367
+ @rn_format = ''
2368
+ @containers = []
2369
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2370
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2371
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
2372
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2373
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2374
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2375
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2376
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2377
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2378
+ @child_classes = ['FaultDelegate']
2379
+ @label = 'Abstract Pod Selector'
2380
+ @naming_props = []
2381
+ @read_only = false
2382
+
2383
+ def rn
2384
+ ''
2385
+ end
2386
+ end
2342
2387
  class FabricAPolGrp < MO
2343
2388
  @class_name = 'fabric.APolGrp'
2344
2389
  @ruby_class = 'FabricAPolGrp'
@@ -2491,7 +2536,7 @@ module ACIrb
2491
2536
  @prefix = 'fabricAProtGEpTask-'
2492
2537
  @prefixes = [['fabricAProtGEpTask-', true]]
2493
2538
  @rn_format = 'fabricAProtGEpTask-%(id)s'
2494
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
2539
+ @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']
2495
2540
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2496
2541
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2497
2542
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -2772,7 +2817,7 @@ module ACIrb
2772
2817
  @prefix = 'source-'
2773
2818
  @prefixes = [['source-', true]]
2774
2819
  @rn_format = 'source-[%(creatorDn)s]'
2775
- @containers = ['FabricRsToFabricPathS', 'FabricRsModulePolProfile', 'InfraRsToInterfacePolProfile', 'InfraRsInterfacePolProfile', 'FabricRsPodPolGroup', 'InfraRsVpcBndlGrp', 'FabricRsInterfacePolProfile', 'InfraRsModulePolProfile', 'InfraRsNodePolGroup', 'InfraRsToInfraPathS', 'FabricRsCtrlrPolGroup', 'FabricRsNodePolGroup', 'InfraRsToEncapInstDef', 'InfraRsFexGrp', 'InfraHostCfg']
2820
+ @containers = ['FabricRsToFabricPathS', 'FabricRsModulePolProfile', 'InfraRsToInterfacePolProfile', 'InfraRsBndlGrp', 'FabricRsPodPolGroup', 'InfraRsVpcBndlGrp', 'FabricRsInterfacePolProfile', 'InfraRsModulePolProfile', 'InfraRsNodePolGroup', 'InfraRsToInfraPathS', 'FabricRsCtrlrPolGroup', 'InfraRsInterfacePolProfile', 'FabricRsNodePolGroup', 'InfraRsToEncapInstDef', 'InfraRsFexGrp', 'InfraHostCfg']
2776
2821
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2777
2822
  'creatorDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
2778
2823
  'deplSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -2866,6 +2911,33 @@ module ACIrb
2866
2911
  'cntlrs'
2867
2912
  end
2868
2913
  end
2914
+ class FabricCtrlrIdentP < MO
2915
+ @class_name = 'fabric.CtrlrIdentP'
2916
+ @ruby_class = 'FabricCtrlrIdentP'
2917
+ @prefix = 'ctrlrp-'
2918
+ @prefixes = [['ctrlrp-', true]]
2919
+ @rn_format = 'ctrlrp-%(serial)s'
2920
+ @containers = ['FabricNodeIdentPol']
2921
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2922
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2923
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
2924
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2925
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2926
+ 'name' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2927
+ 'reject' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2928
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2929
+ 'serial' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
2930
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2931
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2932
+ @child_classes = ['FaultDelegate']
2933
+ @label = 'Fabric Controller Member'
2934
+ @naming_props = ['serial']
2935
+ @read_only = false
2936
+
2937
+ def rn
2938
+ 'ctrlrp-' << @attributes['serial'] << ''
2939
+ end
2940
+ end
2869
2941
  class FabricCtrlrP < MO
2870
2942
  @class_name = 'fabric.CtrlrP'
2871
2943
  @ruby_class = 'FabricCtrlrP'
@@ -2969,12 +3041,11 @@ module ACIrb
2969
3041
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2970
3042
  'targetId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2971
3043
  'tickCount' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2972
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2973
3044
  'wipe' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2974
3045
  @child_classes = ['FaultDelegate']
2975
3046
  @label = 'Decommission'
2976
3047
  @naming_props = []
2977
- @read_only = false
3048
+ @read_only = true
2978
3049
 
2979
3050
  def rn
2980
3051
  'decommission'
@@ -3013,7 +3084,7 @@ module ACIrb
3013
3084
  @prefix = 'fabricDecommissionJobTask-'
3014
3085
  @prefixes = [['fabricDecommissionJobTask-', true]]
3015
3086
  @rn_format = 'fabricDecommissionJobTask-%(id)s'
3016
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
3087
+ @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']
3017
3088
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3018
3089
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3019
3090
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -3068,6 +3139,34 @@ module ACIrb
3068
3139
  ''
3069
3140
  end
3070
3141
  end
3142
+ class FabricDeployPol < MO
3143
+ @class_name = 'fabric.DeployPol'
3144
+ @ruby_class = 'FabricDeployPol'
3145
+ @prefix = 'deploypol-'
3146
+ @prefixes = [['deploypol-', true]]
3147
+ @rn_format = 'deploypol-%(name)s'
3148
+ @containers = ['FabricInst']
3149
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3150
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3151
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3152
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3153
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3154
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
3155
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3156
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3157
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3158
+ 'showUsageWarn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3159
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3160
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3161
+ @child_classes = ['FaultDelegate']
3162
+ @label = 'Deployment Policy'
3163
+ @naming_props = ['name']
3164
+ @read_only = false
3165
+
3166
+ def rn
3167
+ 'deploypol-' << @attributes['name'] << ''
3168
+ end
3169
+ end
3071
3170
  class FabricDom < MO
3072
3171
  @class_name = 'fabric.Dom'
3073
3172
  @ruby_class = 'FabricDom'
@@ -3180,14 +3279,13 @@ module ACIrb
3180
3279
  'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3181
3280
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3182
3281
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3183
- 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3184
3282
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
3185
3283
  'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3186
3284
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3187
3285
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3188
3286
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3189
3287
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3190
- @child_classes = ['FaultCounts', 'HealthInst', 'FabricRsExtLeaves', 'FaultDelegate']
3288
+ @child_classes = ['FabricRsExtLeaves', 'FaultDelegate']
3191
3289
  @label = 'Extended Fabric Equipment Policy'
3192
3290
  @naming_props = ['name']
3193
3291
  @read_only = false
@@ -3293,12 +3391,11 @@ module ACIrb
3293
3391
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3294
3392
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3295
3393
  'twScore' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3296
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3297
3394
  'updTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3298
3395
  @child_classes = []
3299
3396
  @label = 'None'
3300
3397
  @naming_props = []
3301
- @read_only = false
3398
+ @read_only = true
3302
3399
 
3303
3400
  def rn
3304
3401
  'health'
@@ -3319,12 +3416,11 @@ module ACIrb
3319
3416
  'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3320
3417
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3321
3418
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3322
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3323
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3419
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3324
3420
  @child_classes = ['TagAliasDelInst', 'FaultCounts', 'HealthInst', 'TagInst', 'TagAliasInst']
3325
3421
  @label = 'Fabric Node Heartbeat'
3326
3422
  @naming_props = []
3327
- @read_only = false
3423
+ @read_only = true
3328
3424
 
3329
3425
  def rn
3330
3426
  'heartbeat'
@@ -3401,12 +3497,11 @@ module ACIrb
3401
3497
  'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3402
3498
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3403
3499
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3404
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3405
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3500
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3406
3501
  @child_classes = ['FaultDelegate']
3407
3502
  @label = 'None'
3408
3503
  @naming_props = ['name']
3409
- @read_only = false
3504
+ @read_only = true
3410
3505
 
3411
3506
  def rn
3412
3507
  'intfp-' << @attributes['name'] << ''
@@ -3454,7 +3549,7 @@ module ACIrb
3454
3549
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3455
3550
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3456
3551
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
3457
- @child_classes = ['FabricRsResNodeIdentP', 'CdpInstPol', 'FaultCounts', 'FabricSecRelnHolder', 'MaintMaintGrp', 'FabricRsResMonCommonPol', 'FabricBlacklistPol', 'FmcastTreePol', 'FabricRsResEventSwRetP', 'BgpInstPol', 'IgmpSnoopPol', 'FabricSubsDfltPolicy', 'FabricRsResOngoingAcMode', 'FabricMACProtPol', 'FabricRsResCatFwP', 'CommPol', 'MaintCatMaintP', 'MonFabricPol', 'ConfigImportP', 'FaultSwRetP', 'FabricRsFabFw', 'MaintTextNotif', 'EqptdiagpSpTsOdLc', 'MonCommonPol', 'L4VxlanInstPol', 'SpanVSrcGrp', 'TroubleshootSession', 'HealthPolCont', 'EqptdiagpSpTsOdSc', 'CallhomeQueryGroup', 'FabricRsResL2InstPol', 'DbgexpTechSupOnD', 'DbgexpTechSupP', 'FabricExtPol', 'DbgOngoingAcMode', 'FabricSpCardP', 'IsisDomPol', 'PsuInstPol', 'FabricRsResCoreP', 'FabricFuncP', 'DatetimeFormat', 'L2InstPol', 'MaintMaintP', 'DatetimePol', 'FabricPodP', 'VpcInstPol', 'FabricProtChainP', 'FabricLeafP', 'FabricIPV4ProtPol', 'FirmwareRepoP', 'FabricSFPathS', 'LldpInstPol', 'FabricNodeCfgCont', 'DbgexpTechSupDataCont', 'FabricRsResHealthSwRetP', 'ConfigExportP', 'FabricRsResMonFabricPol', 'FabricRsResFabricIPV6ProtPol', 'DbgexpCoreP', 'FabricOOServicePol', 'FabricRsResHealthPols', 'FabricRsResAuditSwRetP', 'FabricCtrlrP', 'EqptdiagpLeTsOdLc', 'MaintEmailNotif', 'HealthInst', 'FileRemotePath', 'EventSwRetP', 'HealthSwRetP', 'FabricIPV6ProtPol', 'TraceroutepTrNode', 'LldpIfPol', 'FabricRsResLldpInstPol', 'CallhomeGroup', 'FirmwareFwGrp', 'SpanDestGrp', 'FabricProtPol', 'LbpPol', 'SnmpPol', 'FabricRsResFabricMACProtPol', 'FabricRsResFabricIPV4ProtPol', 'FirmwareFwP', 'CoopPol', 'TroubleshootReportStatus', 'AaaSwRetP', 'EqptdiagpTsOdFabP', 'FabricLeCardP', 'CompatCat', 'FabricSpineP', 'FabricLFPathS', 'GeoSite', 'CallhomeInvP', 'EqptdiagpLeTsOdSc', 'MaintMaintPOnD', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'FabricRsResFaultSwRetP', 'FaultDelegate', 'FabricSpPortP', 'EqptdiagpSpTsOdScc', 'FabricLePortP', 'TrigSchedP', 'SnmpGroup', 'ConditionNodePolGrp', 'FirmwareCatFwP', 'SpanSrcGrp', 'SpanVDestGrp', 'DnsProfile', 'FabricRsResFabricProtChainP', 'FabricRsResTechSupP', 'FabricRsResPsuInstPol', 'SyslogGroup', 'EqptdiagpSpTsOdFc']
3552
+ @child_classes = ['FabricRsResNodeIdentP', 'CdpInstPol', 'FaultCounts', 'FabricSecRelnHolder', 'FabricRsResHealthSwRetP', 'MaintMaintGrp', 'FabricRsResMonCommonPol', 'FabricBlacklistPol', 'FmcastTreePol', 'FabricRsResEventSwRetP', 'BgpInstPol', 'IgmpSnoopPol', 'FabricSubsDfltPolicy', 'InfraFabricRecovery', 'FabricRsResOngoingAcMode', 'FabricMACProtPol', 'FabricRsResCatFwP', 'CommPol', 'ConditionPodPolGrp', 'MaintCatMaintP', 'MonFabricPol', 'ConfigImportP', 'FaultSwRetP', 'FabricRsFabFw', 'MaintTextNotif', 'EqptdiagpSpTsOdLc', 'MonCommonPol', 'L4VxlanInstPol', 'SpanVSrcGrp', 'TroubleshootSession', 'HealthPolCont', 'EqptdiagpSpTsOdSc', 'CallhomeQueryGroup', 'ConfigImportIdP', 'FabricRsResL2InstPol', 'DbgexpTechSupOnD', 'DbgexpTechSupODev', 'DbgexpTechSupP', 'FabricExtPol', 'DbgOngoingAcMode', 'FabricSpCardP', 'IsisDomPol', 'PsuInstPol', 'FabricRsResCoreP', 'FabricFuncP', 'FirmwarePodFwGrp', 'DatetimeFormat', 'L2InstPol', 'MaintPodMaintGrp', 'MaintMaintP', 'DatetimePol', 'FabricPodP', 'VpcInstPol', 'FabricProtChainP', 'FabricLeafP', 'FabricIPV4ProtPol', 'FirmwareRepoP', 'FabricSFPathS', 'LldpInstPol', 'FabricNodeCfgCont', 'DbgexpTechSupDataCont', 'FabricDeployPol', 'ConfigExportP', 'FabricRsResMonFabricPol', 'FabricRsResFabricIPV6ProtPol', 'DbgexpCoreP', 'FabricOOServicePol', 'FabricRsResHealthPols', 'ConfigSnapshotMgrP', 'RecoveryReconcileConfigP', 'FabricRsResAuditSwRetP', 'FabricCtrlrP', 'EqptdiagpLeTsOdLc', 'MaintEmailNotif', 'HealthInst', 'FileRemotePath', 'EventSwRetP', 'HealthSwRetP', 'FabricIPV6ProtPol', 'TraceroutepTrNode', 'LldpIfPol', 'FabricRsResLldpInstPol', 'CallhomeGroup', 'FirmwareFwGrp', 'SpanDestGrp', 'FabricProtPol', 'LbpPol', 'SnmpPol', 'FabricRsResFabricMACProtPol', 'FabricRsResFabricIPV4ProtPol', 'FirmwareFwP', 'CoopPol', 'TroubleshootReportStatus', 'AaaSwRetP', 'EqptdiagpTsOdFabP', 'FabricLeCardP', 'CompatCat', 'FabricSpineP', 'FabricLFPathS', 'FabricRsResFaultSwRetP', 'DbgexpTechSupVmm', 'CallhomeInvP', 'EqptdiagpLeTsOdSc', 'MaintMaintPOnD', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'GeoSite', 'SyslogGroup', 'FaultDelegate', 'FabricSpPortP', 'EqptdiagpSpTsOdScc', 'FabricLePortP', 'ConfigRollbackP', 'TrigSchedP', 'SnmpGroup', 'ConditionNodePolGrp', 'FirmwareCatFwP', 'SpanSrcGrp', 'SpanVDestGrp', 'DnsProfile', 'FabricRsResFabricProtChainP', 'FabricRsResTechSupP', 'FabricRsResPsuInstPol', 'FabricScriptHandlerDeployLock', 'FvcapScopeReg', 'EqptdiagpSpTsOdFc']
3458
3553
  @label = 'Fabric Instance'
3459
3554
  @naming_props = []
3460
3555
  @read_only = false
@@ -4046,7 +4141,7 @@ module ACIrb
4046
4141
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
4047
4142
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4048
4143
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
4049
- @child_classes = ['FaultCounts', 'HealthInst', 'FabricRsLeCardP', 'FabricLeafS', 'FaultDelegate', 'FabricRsLePortP']
4144
+ @child_classes = ['FaultCounts', 'HealthInst', 'FabricRtLeNodeP', 'FabricRsLeCardP', 'FabricLeafS', 'FaultDelegate', 'FabricRsLePortP']
4050
4145
  @label = 'Leaf Switch Profile'
4051
4146
  @naming_props = ['name']
4052
4147
  @read_only = false
@@ -4076,7 +4171,7 @@ module ACIrb
4076
4171
  'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
4077
4172
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
4078
4173
  @child_classes = ['FaultCounts', 'HealthInst', 'FabricSelectorIssues', 'FabricRsLeNodePGrp', 'FabricNodeBlk', 'FabricRtExtLeaves', 'FaultDelegate']
4079
- @label = 'Leaf Selector'
4174
+ @label = 'Switch Association'
4080
4175
  @naming_props = ['name', 'type']
4081
4176
  @read_only = false
4082
4177
 
@@ -4668,7 +4763,7 @@ module ACIrb
4668
4763
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4669
4764
  'vendor' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4670
4765
  'version' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
4671
- @child_classes = ['TopSystem', 'FaultInst', 'TagAliasInst', 'HealthInst', 'TagInst', 'InfraLoNode', 'FaultCountsWithDetails', 'FabricRtNodeL3OutAtt', 'FabricHeartbeat', 'FabricRtDestApic', 'TagAliasDelInst', 'FabricRtNginxFabricNode', 'FabricRtInBStNode', 'FabricRtFabricNodeRef', 'FabricRtNodeLocation', 'FabricRtStCEpToNode', 'InfraCont', 'StatsExportStatusCont', 'DbgNDbgs', 'FabricRtNodeAtt', 'FabricRtFabricNode', 'FabricRtOoBStNode', 'FabricNodeInfo', 'FabricRtHealthFabricNode', 'FabricRtDecommissionNode', 'CommWebServer', 'FabricRtNodeDefL3OutAtt', 'CtxLocal', 'FabricSubscribeToPMAction']
4766
+ @child_classes = ['TopSystem', 'CtxClassCnt', 'FaultInst', 'TagAliasInst', 'HealthInst', 'TagInst', 'InfraLoNode', 'FaultCountsWithDetails', 'FabricRtNodeL3OutAtt', 'FabricHeartbeat', 'FabricRtDestApic', 'TagAliasDelInst', 'FabricRtNginxFabricNode', 'FabricRtInBStNode', 'FabricRtFabricNodeRef', 'FabricRtNodeLocation', 'FabricRtStCEpToNode', 'InfraCont', 'StatsExportStatusCont', 'DbgNDbgs', 'FabricRtNodeAtt', 'FabricRtFabricNode', 'FabricRtOoBStNode', 'FabricNodeInfo', 'FabricRtHealthFabricNode', 'FabricRtDecommissionNode', 'CommWebServer', 'FabricRtNodeDefL3OutAtt', 'CtxLocal', 'FabricSubscribeToPMAction']
4672
4767
  @label = 'Fabric Node'
4673
4768
  @naming_props = ['id']
4674
4769
  @read_only = false
@@ -5461,7 +5556,7 @@ module ACIrb
5461
5556
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
5462
5557
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5463
5558
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
5464
- @child_classes = ['HealthInst', 'FaultCounts', 'FabricRtNodeident', 'FabricNodeIdentP', 'FaultDelegate']
5559
+ @child_classes = ['FaultCounts', 'HealthInst', 'FabricNodeIdentP', 'FabricRtNodeIdentPol', 'FabricRtNodeident', 'FaultDelegate', 'FabricCtrlrIdentP']
5465
5560
  @label = 'Fabric Membership Policy'
5466
5561
  @naming_props = []
5467
5562
  @read_only = false
@@ -5470,13 +5565,36 @@ module ACIrb
5470
5565
  'nodeidentpol'
5471
5566
  end
5472
5567
  end
5568
+ class FabricNodeIdentPolRelnHolder < MO
5569
+ @class_name = 'fabric.NodeIdentPolRelnHolder'
5570
+ @ruby_class = 'FabricNodeIdentPolRelnHolder'
5571
+ @prefix = 'nodeIdentPolRelnHolder'
5572
+ @prefixes = [['nodeIdentPolRelnHolder', false]]
5573
+ @rn_format = 'nodeIdentPolRelnHolder'
5574
+ @containers = ['TopRoot']
5575
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5576
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
5577
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5578
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5579
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5580
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
5581
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
5582
+ @child_classes = ['FabricRsNodeIdentPol', 'FaultDelegate']
5583
+ @label = 'NodeIdentPol Relations Holder'
5584
+ @naming_props = []
5585
+ @read_only = true
5586
+
5587
+ def rn
5588
+ 'nodeIdentPolRelnHolder'
5589
+ end
5590
+ end
5473
5591
  class FabricNodeIdentPTask < MO
5474
5592
  @class_name = 'fabric.NodeIdentPTask'
5475
5593
  @ruby_class = 'FabricNodeIdentPTask'
5476
5594
  @prefix = 'fabricNodeIdentPTask-'
5477
5595
  @prefixes = [['fabricNodeIdentPTask-', true]]
5478
5596
  @rn_format = 'fabricNodeIdentPTask-%(id)s'
5479
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
5597
+ @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']
5480
5598
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5481
5599
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5482
5600
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -5541,7 +5659,7 @@ module ACIrb
5541
5659
  @prefix = 'fabricNodeInfoTask-'
5542
5660
  @prefixes = [['fabricNodeInfoTask-', true]]
5543
5661
  @rn_format = 'fabricNodeInfoTask-%(id)s'
5544
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
5662
+ @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']
5545
5663
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5546
5664
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5547
5665
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -5631,7 +5749,7 @@ module ACIrb
5631
5749
  @prefix = 'fabricNodePEpTask-'
5632
5750
  @prefixes = [['fabricNodePEpTask-', true]]
5633
5751
  @rn_format = 'fabricNodePEpTask-%(id)s'
5634
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
5752
+ @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']
5635
5753
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5636
5754
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5637
5755
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -5693,7 +5811,7 @@ module ACIrb
5693
5811
  @prefix = 'fabricNodeTask-'
5694
5812
  @prefixes = [['fabricNodeTask-', true]]
5695
5813
  @rn_format = 'fabricNodeTask-%(id)s'
5696
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
5814
+ @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']
5697
5815
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5698
5816
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5699
5817
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -5754,7 +5872,7 @@ module ACIrb
5754
5872
  @prefix = 'fabricNodeTaskHolderTask-'
5755
5873
  @prefixes = [['fabricNodeTaskHolderTask-', true]]
5756
5874
  @rn_format = 'fabricNodeTaskHolderTask-%(id)s'
5757
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
5875
+ @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']
5758
5876
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5759
5877
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5760
5878
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -5889,12 +6007,11 @@ module ACIrb
5889
6007
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5890
6008
  'pathObjectDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5891
6009
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
5892
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
5893
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6010
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
5894
6011
  @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FaultDelegate']
5895
6012
  @label = 'Fabric Out of Service Path Issues'
5896
6013
  @naming_props = []
5897
- @read_only = false
6014
+ @read_only = true
5898
6015
 
5899
6016
  def rn
5900
6017
  'pathissues'
@@ -6597,7 +6714,7 @@ module ACIrb
6597
6714
  @prefix = 'fabricPathEpCleanupShardTask-'
6598
6715
  @prefixes = [['fabricPathEpCleanupShardTask-', true]]
6599
6716
  @rn_format = 'fabricPathEpCleanupShardTask-%(id)s'
6600
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
6717
+ @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']
6601
6718
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6602
6719
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6603
6720
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -6705,7 +6822,7 @@ module ACIrb
6705
6822
  @prefix = 'fabricPmPathEpCleanupTask-'
6706
6823
  @prefixes = [['fabricPmPathEpCleanupTask-', true]]
6707
6824
  @rn_format = 'fabricPmPathEpCleanupTask-%(id)s'
6708
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
6825
+ @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']
6709
6826
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6710
6827
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6711
6828
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -6766,7 +6883,7 @@ module ACIrb
6766
6883
  @prefix = 'podblk-'
6767
6884
  @prefixes = [['podblk-', true]]
6768
6885
  @rn_format = 'podblk-%(name)s'
6769
- @containers = ['FabricPodS']
6886
+ @containers = ['ConditionPodPolGrp', 'FirmwarePodFwGrp', 'FabricPodS', 'MaintPodMaintGrp']
6770
6887
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6771
6888
  'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6772
6889
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
@@ -6776,11 +6893,12 @@ module ACIrb
6776
6893
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
6777
6894
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
6778
6895
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6779
- 'to_' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6896
+ 'to_' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6897
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6780
6898
  @child_classes = ['FaultDelegate']
6781
6899
  @label = 'Pod Block'
6782
6900
  @naming_props = ['name']
6783
- @read_only = true
6901
+ @read_only = false
6784
6902
 
6785
6903
  def rn
6786
6904
  'podblk-' << @attributes['name'] << ''
@@ -6807,6 +6925,31 @@ module ACIrb
6807
6925
  ''
6808
6926
  end
6809
6927
  end
6928
+ class FabricPodGrp < MO
6929
+ @class_name = 'fabric.PodGrp'
6930
+ @ruby_class = 'FabricPodGrp'
6931
+ @prefix = ''
6932
+ @prefixes = []
6933
+ @rn_format = ''
6934
+ @containers = ['FabricInst']
6935
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6936
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6937
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
6938
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6939
+ 'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6940
+ 'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6941
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
6942
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6943
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6944
+ @child_classes = ['FabricPodBlk', 'FaultDelegate']
6945
+ @label = 'Abstract Pod Selector'
6946
+ @naming_props = []
6947
+ @read_only = false
6948
+
6949
+ def rn
6950
+ ''
6951
+ end
6952
+ end
6810
6953
  class FabricPodP < MO
6811
6954
  @class_name = 'fabric.PodP'
6812
6955
  @ruby_class = 'FabricPodP'
@@ -6826,7 +6969,7 @@ module ACIrb
6826
6969
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
6827
6970
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
6828
6971
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
6829
- @child_classes = ['FaultCounts', 'HealthInst', 'FabricPodS', 'FaultDelegate']
6972
+ @child_classes = ['FabricRsSpNodeP', 'FaultCounts', 'HealthInst', 'FabricRsLeNodeP', 'FabricPodS', 'FaultDelegate']
6830
6973
  @label = 'Pod Profile'
6831
6974
  @naming_props = ['name']
6832
6975
  @read_only = false
@@ -7150,7 +7293,7 @@ module ACIrb
7150
7293
  @prefix = 'fabricProtGEpTask-'
7151
7294
  @prefixes = [['fabricProtGEpTask-', true]]
7152
7295
  @rn_format = 'fabricProtGEpTask-%(id)s'
7153
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
7296
+ @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']
7154
7297
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7155
7298
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7156
7299
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -7901,7 +8044,7 @@ module ACIrb
7901
8044
  @prefix = 'fabricRsDecommissionNodeTask-'
7902
8045
  @prefixes = [['fabricRsDecommissionNodeTask-', true]]
7903
8046
  @rn_format = 'fabricRsDecommissionNodeTask-%(id)s'
7904
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
8047
+ @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']
7905
8048
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7906
8049
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7907
8050
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -7944,7 +8087,6 @@ module ACIrb
7944
8087
  'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7945
8088
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7946
8089
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7947
- 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7948
8090
  'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7949
8091
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
7950
8092
  'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -7952,12 +8094,11 @@ module ACIrb
7952
8094
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7953
8095
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7954
8096
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
7955
- 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
7956
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
7957
- @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
7958
- @label = 'Leaf Selector'
8097
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
8098
+ @child_classes = []
8099
+ @label = 'Switch Association'
7959
8100
  @naming_props = ['tDn']
7960
- @read_only = false
8101
+ @read_only = true
7961
8102
 
7962
8103
  def rn
7963
8104
  'rsextLeaves-[' << @attributes['tDn'] << ']'
@@ -8085,6 +8226,36 @@ module ACIrb
8085
8226
  'rsleCardPGrp'
8086
8227
  end
8087
8228
  end
8229
+ class FabricRsLeNodeP < MO
8230
+ @class_name = 'fabric.RsLeNodeP'
8231
+ @ruby_class = 'FabricRsLeNodeP'
8232
+ @prefix = 'rsleNodeP-'
8233
+ @prefixes = [['rsleNodeP-', true]]
8234
+ @rn_format = 'rsleNodeP-[%(tDn)s]'
8235
+ @containers = ['FabricPodP']
8236
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8237
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
8238
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8239
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8240
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8241
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8242
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8243
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
8244
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8245
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8246
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8247
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8248
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
8249
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
8250
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
8251
+ @label = 'Leaf Node Profile'
8252
+ @naming_props = ['tDn']
8253
+ @read_only = true
8254
+
8255
+ def rn
8256
+ 'rsleNodeP-[' << @attributes['tDn'] << ']'
8257
+ end
8258
+ end
8088
8259
  class FabricRsLeNodePGrp < MO
8089
8260
  @class_name = 'fabric.RsLeNodePGrp'
8090
8261
  @ruby_class = 'FabricRsLeNodePGrp'
@@ -8406,6 +8577,35 @@ module ACIrb
8406
8577
  'rsnodeGroup-[' << @attributes['tDn'] << ']'
8407
8578
  end
8408
8579
  end
8580
+ class FabricRsNodeIdentPol < MO
8581
+ @class_name = 'fabric.RsNodeIdentPol'
8582
+ @ruby_class = 'FabricRsNodeIdentPol'
8583
+ @prefix = 'rsNodeIdentPol'
8584
+ @prefixes = [['rsNodeIdentPol', false]]
8585
+ @rn_format = 'rsNodeIdentPol'
8586
+ @containers = ['FabricNodeIdentPolRelnHolder']
8587
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8588
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
8589
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8590
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8591
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8592
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8593
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
8594
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8595
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8596
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8597
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8598
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
8599
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
8600
+ @child_classes = []
8601
+ @label = 'Fabric Membership Policy'
8602
+ @naming_props = []
8603
+ @read_only = true
8604
+
8605
+ def rn
8606
+ 'rsNodeIdentPol'
8607
+ end
8608
+ end
8409
8609
  class FabricRsNodePolGroup < MO
8410
8610
  @class_name = 'fabric.RsNodePolGroup'
8411
8611
  @ruby_class = 'FabricRsNodePolGroup'
@@ -9838,6 +10038,36 @@ module ACIrb
9838
10038
  'rsspCardPGrp'
9839
10039
  end
9840
10040
  end
10041
+ class FabricRsSpNodeP < MO
10042
+ @class_name = 'fabric.RsSpNodeP'
10043
+ @ruby_class = 'FabricRsSpNodeP'
10044
+ @prefix = 'rsspNodeP-'
10045
+ @prefixes = [['rsspNodeP-', true]]
10046
+ @rn_format = 'rsspNodeP-[%(tDn)s]'
10047
+ @containers = ['FabricPodP']
10048
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10049
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
10050
+ 'forceResolve' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10051
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10052
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10053
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10054
+ 'rType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10055
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
10056
+ 'state' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10057
+ 'stateQual' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10058
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10059
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10060
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
10061
+ 'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
10062
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
10063
+ @label = 'Spine Node Profile'
10064
+ @naming_props = ['tDn']
10065
+ @read_only = true
10066
+
10067
+ def rn
10068
+ 'rsspNodeP-[' << @attributes['tDn'] << ']'
10069
+ end
10070
+ end
9841
10071
  class FabricRsSpNodePGrp < MO
9842
10072
  @class_name = 'fabric.RsSpNodePGrp'
9843
10073
  @ruby_class = 'FabricRsSpNodePGrp'
@@ -10626,6 +10856,30 @@ module ACIrb
10626
10856
  'rtleCardPGrp-[' << @attributes['tDn'] << ']'
10627
10857
  end
10628
10858
  end
10859
+ class FabricRtLeNodeP < MO
10860
+ @class_name = 'fabric.RtLeNodeP'
10861
+ @ruby_class = 'FabricRtLeNodeP'
10862
+ @prefix = 'rtleNodeP-'
10863
+ @prefixes = [['rtleNodeP-', true]]
10864
+ @rn_format = 'rtleNodeP-[%(tDn)s]'
10865
+ @containers = ['FabricLeafP']
10866
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10867
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
10868
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10869
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10870
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
10871
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10872
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10873
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
10874
+ @child_classes = []
10875
+ @label = 'Pod Profile'
10876
+ @naming_props = ['tDn']
10877
+ @read_only = true
10878
+
10879
+ def rn
10880
+ 'rtleNodeP-[' << @attributes['tDn'] << ']'
10881
+ end
10882
+ end
10629
10883
  class FabricRtLeNodePGrp < MO
10630
10884
  @class_name = 'fabric.RtLeNodePGrp'
10631
10885
  @ruby_class = 'FabricRtLeNodePGrp'
@@ -10642,7 +10896,7 @@ module ACIrb
10642
10896
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
10643
10897
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
10644
10898
  @child_classes = []
10645
- @label = 'Leaf Selector'
10899
+ @label = 'Switch Association'
10646
10900
  @naming_props = ['tDn']
10647
10901
  @read_only = true
10648
10902
 
@@ -10938,6 +11192,30 @@ module ACIrb
10938
11192
  'rtpolNodeident-[' << @attributes['tDn'] << ']'
10939
11193
  end
10940
11194
  end
11195
+ class FabricRtNodeIdentPol < MO
11196
+ @class_name = 'fabric.RtNodeIdentPol'
11197
+ @ruby_class = 'FabricRtNodeIdentPol'
11198
+ @prefix = 'rtnodeIdentPol-'
11199
+ @prefixes = [['rtnodeIdentPol-', true]]
11200
+ @rn_format = 'rtnodeIdentPol-[%(tDn)s]'
11201
+ @containers = ['FabricNodeIdentPol']
11202
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11203
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
11204
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11205
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11206
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
11207
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11208
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11209
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
11210
+ @child_classes = []
11211
+ @label = 'NodeIdentPol Relations Holder'
11212
+ @naming_props = ['tDn']
11213
+ @read_only = true
11214
+
11215
+ def rn
11216
+ 'rtnodeIdentPol-[' << @attributes['tDn'] << ']'
11217
+ end
11218
+ end
10941
11219
  class FabricRtNodeL3OutAtt < MO
10942
11220
  @class_name = 'fabric.RtNodeL3OutAtt'
10943
11221
  @ruby_class = 'FabricRtNodeL3OutAtt'
@@ -11539,6 +11817,30 @@ module ACIrb
11539
11817
  'rtresNodeIdentP'
11540
11818
  end
11541
11819
  end
11820
+ class FabricRtScriptHandlerLock < MO
11821
+ @class_name = 'fabric.RtScriptHandlerLock'
11822
+ @ruby_class = 'FabricRtScriptHandlerLock'
11823
+ @prefix = 'rtpolScriptHandlerLock-'
11824
+ @prefixes = [['rtpolScriptHandlerLock-', true]]
11825
+ @rn_format = 'rtpolScriptHandlerLock-[%(tDn)s]'
11826
+ @containers = ['FabricScriptHandlerDeployLock']
11827
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11828
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
11829
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11830
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11831
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
11832
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11833
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11834
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
11835
+ @child_classes = []
11836
+ @label = 'Relation Holder'
11837
+ @naming_props = ['tDn']
11838
+ @read_only = true
11839
+
11840
+ def rn
11841
+ 'rtpolScriptHandlerLock-[' << @attributes['tDn'] << ']'
11842
+ end
11843
+ end
11542
11844
  class FabricRtSFPathAtt < MO
11543
11845
  @class_name = 'fabric.RtSFPathAtt'
11544
11846
  @ruby_class = 'FabricRtSFPathAtt'
@@ -11611,6 +11913,30 @@ module ACIrb
11611
11913
  'rtspCardPGrp-[' << @attributes['tDn'] << ']'
11612
11914
  end
11613
11915
  end
11916
+ class FabricRtSpNodeP < MO
11917
+ @class_name = 'fabric.RtSpNodeP'
11918
+ @ruby_class = 'FabricRtSpNodeP'
11919
+ @prefix = 'rtspNodeP-'
11920
+ @prefixes = [['rtspNodeP-', true]]
11921
+ @rn_format = 'rtspNodeP-[%(tDn)s]'
11922
+ @containers = ['FabricSpineP']
11923
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11924
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
11925
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11926
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11927
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
11928
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11929
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
11930
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
11931
+ @child_classes = []
11932
+ @label = 'Pod Profile'
11933
+ @naming_props = ['tDn']
11934
+ @read_only = true
11935
+
11936
+ def rn
11937
+ 'rtspNodeP-[' << @attributes['tDn'] << ']'
11938
+ end
11939
+ end
11614
11940
  class FabricRtSpNodePGrp < MO
11615
11941
  @class_name = 'fabric.RtSpNodePGrp'
11616
11942
  @ruby_class = 'FabricRtSpNodePGrp'
@@ -11899,6 +12225,28 @@ module ACIrb
11899
12225
  'rtinfraToInfraPathS-[' << @attributes['tDn'] << ']'
11900
12226
  end
11901
12227
  end
12228
+ class FabricScriptHandlerDeployLock < MO
12229
+ @class_name = 'fabric.ScriptHandlerDeployLock'
12230
+ @ruby_class = 'FabricScriptHandlerDeployLock'
12231
+ @prefix = 'shlock'
12232
+ @prefixes = [['shlock', false]]
12233
+ @rn_format = 'shlock'
12234
+ @containers = ['FabricInst']
12235
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12236
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
12237
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12238
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12239
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
12240
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
12241
+ @child_classes = ['FabricRtScriptHandlerLock']
12242
+ @label = 'Scripthandler Deployment Lock'
12243
+ @naming_props = []
12244
+ @read_only = true
12245
+
12246
+ def rn
12247
+ 'shlock'
12248
+ end
12249
+ end
11902
12250
  class FabricSecRelnHolder < MO
11903
12251
  @class_name = 'fabric.SecRelnHolder'
11904
12252
  @ruby_class = 'FabricSecRelnHolder'
@@ -12063,7 +12411,7 @@ module ACIrb
12063
12411
  @prefix = 'fabricShardTaskHolderTask-'
12064
12412
  @prefixes = [['fabricShardTaskHolderTask-', true]]
12065
12413
  @rn_format = 'fabricShardTaskHolderTask-%(id)s'
12066
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
12414
+ @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']
12067
12415
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12068
12416
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12069
12417
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -12222,7 +12570,7 @@ module ACIrb
12222
12570
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
12223
12571
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12224
12572
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
12225
- @child_classes = ['FaultCounts', 'HealthInst', 'FabricRsSpCardP', 'FabricRsSpPortP', 'FaultDelegate', 'FabricSpineS']
12573
+ @child_classes = ['FaultCounts', 'HealthInst', 'FabricRsSpCardP', 'FabricRtSpNodeP', 'FabricRsSpPortP', 'FaultDelegate', 'FabricSpineS']
12226
12574
  @label = 'Spine Switch Profile'
12227
12575
  @naming_props = ['name']
12228
12576
  @read_only = false
@@ -12358,12 +12706,11 @@ module ACIrb
12358
12706
  'nodeId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12359
12707
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
12360
12708
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12361
- 'subscribe' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12362
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
12709
+ 'subscribe' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
12363
12710
  @child_classes = []
12364
12711
  @label = 'Subscribe To PM Action'
12365
12712
  @naming_props = []
12366
- @read_only = false
12713
+ @read_only = true
12367
12714
 
12368
12715
  def rn
12369
12716
  'stpma'
@@ -12548,7 +12895,7 @@ module ACIrb
12548
12895
  @prefix = 'fabricVpcResourceTask-'
12549
12896
  @prefixes = [['fabricVpcResourceTask-', true]]
12550
12897
  @rn_format = 'fabricVpcResourceTask-%(id)s'
12551
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
12898
+ @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']
12552
12899
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12553
12900
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12554
12901
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },