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
@@ -7,7 +7,7 @@ module ACIrb
7
7
  @prefix = 'fvcapprov-'
8
8
  @prefixes = [['fvcapprov-', true], ['-type-', true]]
9
9
  @rn_format = 'fvcapprov-%(subj)s-type-%(type)s'
10
- @containers = ['TopSystem']
10
+ @containers = []
11
11
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12
12
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
13
13
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -56,6 +56,67 @@ module ACIrb
56
56
  'fvcaprule-' << @attributes['subj'] << '-scope-' << @attributes['scope'] << '-type-' << @attributes['type'] << ''
57
57
  end
58
58
  end
59
+ class FvcapScopeReg < MO
60
+ @class_name = 'fvcap.ScopeReg'
61
+ @ruby_class = 'FvcapScopeReg'
62
+ @prefix = 'scopereg-'
63
+ @prefixes = [['scopereg-', true]]
64
+ @rn_format = 'scopereg-%(shard)s'
65
+ @containers = ['FabricInst']
66
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
67
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
68
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
69
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
70
+ 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
71
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
72
+ 'shard' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
73
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
74
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
75
+ @label = 'Registry MO to propagate scope limits to shards'
76
+ @naming_props = ['shard']
77
+ @read_only = true
78
+
79
+ def rn
80
+ 'scopereg-' << @attributes['shard'] << ''
81
+ end
82
+ end
83
+ class FvcapScopeRegTask < MO
84
+ @class_name = 'fvcap.ScopeRegTask'
85
+ @ruby_class = 'FvcapScopeRegTask'
86
+ @prefix = 'fvcapScopeRegTask-'
87
+ @prefixes = [['fvcapScopeRegTask-', true]]
88
+ @rn_format = 'fvcapScopeRegTask-%(id)s'
89
+ @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']
90
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
91
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
92
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
93
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
94
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
95
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
96
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
97
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
98
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
99
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
100
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
101
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
102
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
103
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
104
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
105
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
106
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
107
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
108
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
109
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
110
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
111
+ @child_classes = []
112
+ @label = 'None'
113
+ @naming_props = ['id']
114
+ @read_only = true
115
+
116
+ def rn
117
+ 'fvcapScopeRegTask-' << @attributes['id'] << ''
118
+ end
119
+ end
59
120
  class FvcapScopeRule < MO
60
121
  @class_name = 'fvcap.ScopeRule'
61
122
  @ruby_class = 'FvcapScopeRule'
@@ -323,7 +323,7 @@ module ACIrb
323
323
  @prefix = 'fvnsMcastAddrInstDefTask-'
324
324
  @prefixes = [['fvnsMcastAddrInstDefTask-', true]]
325
325
  @rn_format = 'fvnsMcastAddrInstDefTask-%(id)s'
326
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
326
+ @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']
327
327
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
328
328
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
329
329
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -599,6 +599,30 @@ module ACIrb
599
599
  'rtinfraVipAddrNs-[' << @attributes['tDn'] << ']'
600
600
  end
601
601
  end
602
+ class FvnsRtVlanInstP < MO
603
+ @class_name = 'fvns.RtVlanInstP'
604
+ @ruby_class = 'FvnsRtVlanInstP'
605
+ @prefix = 'rtvnsVlanInstP-'
606
+ @prefixes = [['rtvnsVlanInstP-', true]]
607
+ @rn_format = 'rtvnsVlanInstP-[%(tDn)s]'
608
+ @containers = ['FvnsVlanInstP']
609
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
610
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
611
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
612
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
613
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
614
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
615
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
616
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
617
+ @child_classes = []
618
+ @label = 'Service Relations Holder'
619
+ @naming_props = ['tDn']
620
+ @read_only = true
621
+
622
+ def rn
623
+ 'rtvnsVlanInstP-[' << @attributes['tDn'] << ']'
624
+ end
625
+ end
602
626
  class FvnsRtVlanNs < MO
603
627
  @class_name = 'fvns.RtVlanNs'
604
628
  @ruby_class = 'FvnsRtVlanNs'
@@ -772,7 +796,7 @@ module ACIrb
772
796
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
773
797
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
774
798
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
775
- @child_classes = ['FaultCounts', 'HealthInst', 'FvnsRtVxlanNsDef', 'FaultInst', 'FvnsRtALDevToVlanInstP', 'FvnsRtDomVxlanNsDef', 'FvnsRtVlanNs', 'L2capProv', 'TagAliasDelInst', 'FvnsEncapBlkDef', 'TagAliasInst', 'FvnsRtVlanNsDef', 'FvnsEncapBlk', 'FaultDelegate', 'TagInst']
799
+ @child_classes = ['FaultCounts', 'HealthInst', 'FvnsRtVxlanNsDef', 'FaultInst', 'FvnsRtVlanInstP', 'FvnsRtALDevToVlanInstP', 'FvnsRtDomVxlanNsDef', 'FvnsRtVlanNs', 'L2capProv', 'TagAliasDelInst', 'FvnsEncapBlkDef', 'TagAliasInst', 'FvnsRtVlanNsDef', 'FvnsEncapBlk', 'FaultDelegate', 'TagInst']
776
800
  @label = 'VLAN Pool'
777
801
  @naming_props = ['name', 'allocMode']
778
802
  @read_only = false
@@ -815,7 +839,7 @@ module ACIrb
815
839
  @prefix = 'fvnsVxlanInstDefTask-'
816
840
  @prefixes = [['fvnsVxlanInstDefTask-', true]]
817
841
  @rn_format = 'fvnsVxlanInstDefTask-%(id)s'
818
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
842
+ @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']
819
843
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
820
844
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
821
845
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -65,12 +65,11 @@ module ACIrb
65
65
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
66
66
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
67
67
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
68
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
69
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
68
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
70
69
  @child_classes = ['HealthSubj']
71
70
  @label = 'None'
72
71
  @naming_props = []
73
- @read_only = false
72
+ @read_only = true
74
73
 
75
74
  def rn
76
75
  'hc'
@@ -142,7 +141,7 @@ module ACIrb
142
141
  @prefix = 'health'
143
142
  @prefixes = [['health', false]]
144
143
  @rn_format = 'health'
145
- @containers = ['PconsCont', 'SpanSpanLblDef', 'InfraRsStormctrlIfPol', 'OspfRsIfPol', 'CommHttps', 'FabricNodeIdentP', 'FvRsBd', 'CallhomeRsInvScheduler', 'InfraRsToInfraPathS', 'DbgSDVPCPath', 'PlannerCont', 'Ipv4Nexthop', 'VnsSDEPpInfo', 'SpanAcct', 'MgmtOoB', 'FvRtDestEpg', 'VnsRsLIfCtxToOut', 'SnmpClientGrp', 'EqptNSlot', 'FabricRsResEventSwRetP', 'ConfigJobCont', 'InfraRsHIfPol', 'VnsMDevCfg', 'VzRsIf', 'LacpLagPol', 'RbqmUseCase', 'VzSubj', 'VnsCtrlrEpProxy', 'VmmProvP', 'FvInBEpP', 'OspfEntity', 'InfraLeafS', 'PresClass', 'CallhomeSmtpServer', 'EptrkMacEpExec', 'FabricRsResCatFwP', 'SysdebugCore', 'EqptFpga', 'PlannerTenantTmpl', 'FvRsOspfCtxPol', 'FabricRsToFabricPathS', 'VnsCtrlrEp', 'FabricSpPortPGrp', 'ArpEntity', 'DbgEpgToEpRslt', 'FvRsBDToNdP', 'EqptLeafP', 'InfraRsResLldpIfPol', 'LacpLagPolDef', 'Ipv6Addr', 'BfdInst', 'PlannerRsEpgLabel', 'VnsRsDefaultScopeToTerm', 'FabricVpcRTContainer', 'IsisInst', 'DbgacRsFromAbsEpg', 'VnsLIf', 'BgpPeerP', 'SpanRsDestToVPortDef', 'NwPathEp', 'EqptPsgP', 'DbgexpTechSupStatus', 'RbqmRsInitial', 'SyntheticIfcTLTestObj', 'SpanVSrcGrp', 'VzAny', 'ActionRsLSubjToDomainRef', 'FvnsVxlanInstP', 'VnsVEncapAsc', 'ActrlFlt', 'OspfMaxLsaP', 'HealthUpdateDelegateWeightPayload', 'EqptStorage', 'InfraRsToEncapInstDef', 'FvRsCustQosPol', 'InfraCont', 'InfraRsConnFexS', 'DbgEpToIpRslt', 'VpcEntity', 'FabricRsLeCardPGrp', 'Ipv6Nexthop', 'MgmtConfigNode', 'FabricRsApplTechSupP', 'VnsLDevOperInfo', 'CdpEntity', 'InfraReplica', 'L2extLIfP', 'CompVm', 'EqptFCSlot', 'ResCont', 'VzAnyDef', 'VnsNodeInst', 'McpIf', 'VnsRsCfgToVConn', 'Ipv4Addr', 'VnsRsEPpInfoToBD', 'OspfIfP', 'MgmtRsOoBProv', 'CoppEntity', 'SyntheticRsPolicy', 'DatetimeNtpProv', 'InfraRsMonNodeInfraPol', 'VnsSLDevInstCons', 'FabricRsCommPol', 'FabricInst', 'BgpRsPeerPfxPol', 'FabricFuncP', 'PconsClass', 'SyntheticRsToObj', 'FvRsBDToRelayP', 'VnsRsConnector', 'EthpmPhysIf', 'DhcpRsLblDefToRelayP', 'SyntheticSwCTestObj', 'FvEpDef', 'InfraRsLacpIfPol', 'VzEpgAnyDef', 'DbgacRsToLDevForEpgToIp', 'FabricRsMonIfFabricPol', 'InfraEpPDDef', 'FabricRsApplCoreP', 'L3extOut', 'InfraCEPg', 'Ospfv3AdjEp', 'DatetimePol', 'VnsRsDfctToCat', 'InfraRsFuncToEpg', 'VzTSubj', 'PlannerLeafTmpl', 'VzFltTaskAggr', 'OpflexPathAtt', 'CallhomeRsDestGroup', 'SpanRsSrcToCtxDef', 'FabricNodeTaskHolder', 'SpanSpanProv', 'LeqptLooseNode', 'InfraIncmptblClsPeer', 'EqptPsu', 'EqptdiagSubj', 'SyntheticRsPhysIf', 'QospDot1pRule', 'VnsTermNodeInst', 'VzOutTerm', 'DbgacRsFromEp', 'FirmwareOSource', 'FabricSpCardPGrp', 'FabricLeafP', 'FabricLeafS', 'FabricIPV4ProtPol', 'CallhomeRsDestGroupRel', 'L2RsDscpRuleAtt', 'SpanRsSrcToPathEp', 'InfraRsStpIfPol', 'FvAttEntityPathAtt', 'FvRsCtxToExtRouteTagPol', 'FabricSFPathS', 'FabricMacAutoG', 'MgmtExtMgmtEntity', 'SpanVDest', 'FvRtdEpPInfoCont', 'VnsVOspfVEncapAsc', 'PlannerRsConnectedLeaf', 'PingExecFab', 'VzCollectionCont', 'EqptExtCh', 'ProcProc', 'MaintRsPolNotif', 'DbgProfile', 'FabricRsResMonFabricPol', 'InfraRsOverrideMcpIfPol', 'VnsMDfcts', 'L3extRsInstPToProfile', 'FabricRsResFabricIPV6ProtPol', 'PconsResolver', 'SpanRsDestEpg', 'CdpIfPol', 'FvOrchsInfo', 'FabricIPV4ExpG', 'InfraService', 'PlannerDeployment', 'PconsRA', 'L3extLIfP', 'VnsVGrp', 'FabricIPV4AutoG', 'FabricRsModulePolProfile', 'PlannerRsConsumedContracts', 'ActrlEntity', 'CoopOracleAdj', 'VzRsSubjGraphAtt', 'VmmRsMcastAddrNs', 'InfraAccGrpCfg', 'MgmtRsInstPCtx', 'InfraRsVipAddrNs', 'VzRsOutTermGraphAtt', 'PlannerRsLeafLabels', 'VnsAbsCfgRel', 'InfraHostCfg', 'InfraStorage', 'VnsRsTarget', 'MaintUpgStatusCont', 'FvConfigState', 'VnsCtrlrMgmtPol', 'InfraNodeCfg', 'PlannerRsToConsumerL3Out', 'EqptSupCSlot', 'Ipv6Dom', 'PlannerRsGraphBd', 'MgmtInstP', 'VnsRsDevFolderToMFolder', 'VnsFuncCfgInst', 'VnsMConn', 'ConditionRsNodeAaaRecRetP', 'SpanSpanLbl', 'MgmtInBZone', 'EventSevAsnP', 'SpanVEpgSummaryDef', 'AaaIDomainRef', 'InfraRsMstInstPol', 'VzAnyREpPCont', 'Ipv4Inst', 'InfraAccCardPGrp', 'L3extRsEctx', 'VnsDevCfgInst', 'PlannerRsEpgBd', 'TagAliasInst', 'CallhomeGroup', 'IsisIfLvl', 'McpInst', 'TraceroutepRsTrEpIpDst', 'VnsGFolder', 'PconsLocation', 'VnsRsDevMgrEpg', 'SpanERDestination', 'FabricRsSpCardP', 'MgmtGrp', 'StpEncapInstDef', 'PlannerRsToProviderL3Out', 'VnsRsLDevCtxToLDev', 'VnsGrpCfgInst', 'TagInst', 'FvTunDef', 'VnsScriptHandlerUserState', 'FabricIPV6ExpG', 'FabricNodeInfo', 'FabricRsPodPolGroup', 'EqptNic', 'StpAllocEncapBlkDef', 'VnsRsMConnAtt', 'VmmRsDefaultStpIfPol', 'MonInfraTarget', 'MgmtAddrCont', 'VnsAbsDevCfg', 'CdpAdjEp', 'CtxLocal', 'FvTunDefRef', 'TunnelIf', 'PresRegistryCont', 'HealthSubj', 'L3extSubnetDef', 'PlannerRsProvidedContracts', 'InfraPortBlk', 'VmmAgtStatus', 'Ospfv3MaxLsaP', 'BgpDom', 'PlannerRsConnectedSpine', 'FvRsBdToEpRet', 'L3extSubnet', 'VpcInst', 'IsisFmcastTree', 'VnsRsCIfAtt', 'FabricRsNodeGroup', 'BgpPeerAfEntry', 'PlannerL4L7ClusterTmpl', 'VnsRsMDevAtt', 'AaaLdapEp', 'DhcpRsProv', 'VnsRsAbsConnectionConns', 'SpanVSrc', 'InfraRsResMcpIfPol', 'MgmtMgmtIf', 'CnwAggrIf', 'FvRsProtBy', 'VnsDevFolder', 'DhcpNodeGrp', 'InfraAttPolicyGroup', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'InfraRsInfraBD', 'FabricRsResFaultSwRetP', 'PlannerGraphTmpl', 'EptrkIpEpExec', 'DbgRemotePort', 'FvRsCtxToBgpCtxAfPol', 'VnsLDevVip', 'RtctrlScope', 'L3extExtEncapDef', 'VnsMChassis', 'VnsMgmtLIf', 'FvSvcEpP', 'InfraRsAccNodePGrp', 'VzRsAnyToProv', 'SnmpGroup', 'PlannerRsDeployedFex', 'InfraHPathS', 'VnsOutTerm', 'DbgacFromEpgSummary', 'FvRtdEpPInfoHolder', 'FaultRsFaultCtrlrRetP', 'PolUni', 'SyntheticRsToAObj', 'BgpPeer', 'SpanRsDestApic', 'EqptSensor', 'InfraRsMonIfInfraPol', 'EqptcapacityEntity', 'SpanRsSrcToBDDef', 'MgmtRsGrp', 'VnsMFunc', 'FvRsTenantMonPol', 'PresIPv6Support', 'VnsAbsTermNodeCon', 'VnsRsDevPingToCDev', 'L3extEncapLocale', 'VmmAttEntityPCont', 'InfraGeneric', 'PhysDomP', 'InfraRsDomP', 'FvAp', 'EigrpIfP', 'PlannerL3OutTmpl', 'ConfigRsExportDestination', 'InfraRsResErrDisRecoverPol', 'VnsEPpInfo', 'VnsRsConnToAConnInst', 'FabricMacExpG', 'IgmpsnoopEntity', 'FvRtdEpP', 'VnsRsScriptHandlerStateToDomainRef', 'InfraBoot', 'VnsRsNodeToAbsFuncProf', 'FaultRsHealthCtrlrRetP', 'SpanEntity', 'FvRsBDToProfile', 'FabricRsResMonCommonPol', 'DhcpRsRelayP', 'FvPolDeliveryStatus', 'InfraRsLacpInterfacePol', 'L3extRsBgpAsP', 'ConditionRsNodeEventRecRetP', 'L3extRsPathL3OutAtt', 'VnsRsScopeToTerm', 'FabricSubsDfltPolicy', 'FvVDEp', 'FabricPmPathEpCleanup', 'FabricRsLeNodePGrp', 'FabricExplicitGEp', 'DnsRsDnsProfile', 'PolResPolCont', 'VnsLDevCtx', 'CompPpNic', 'BgpInvalidRREp', 'InfraFexCfg', 'CommPol', 'EqptdiagEntity', 'Ospfv3Inst', 'InfraNodeCfgCont', 'InfraHPortS', 'FvOoBEpP', 'MgmtRsOoBCons', 'MaintRsPolScheduler', 'SnmpClient', 'CompCtrlr', 'ConfigImportP', 'VnsLIfHintInst', 'FvRsCtxMcastTo', 'CompStatsPol', 'FvExtStPathAtt', 'ResConsumer', 'RtctrlCtxP', 'ArpInst', 'EigrpRsIfPol', 'FaultRsHealthFabricNode', 'VnsLDevIf', 'CallhomeSrc', 'EqptSysC', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'FvIfConn', 'InfraRsToMcpIfPol', 'InfraAccPortGrp', 'TraceroutepRsTrEpSrc', 'AaaRsUserExportPolicy', 'VnsVBgpDevCfg', 'VnsChassis', 'InfraRsToErrDisRecoverPol', 'FvCollectionCont', 'AaaTacacsPlusEp', 'DbgacRsToEpIp', 'VzRsFiltGraphAtt', 'PconsMinCont', 'OamRsSrcEncap', 'PolRsVnsmdev', 'L2extRsL2DomAtt', 'PlannerEpgTmpl', 'FvRsDomAtt', 'DhcpRsDhcpOptionPol', 'PlannerL2OutTmpl', 'FvRsCtxMonPol', 'VzCtrctEPgCont', 'VnsGraphInst', 'L2RsDot1pRuleAtt', 'VmmEpPD', 'InfraContNS', 'VmmPlInf', 'SpanDest', 'VmmRsVxlanNs', 'InfraRsVpcBndlGrp', 'BgpRRNodePEp', 'CompMgmtNic', 'TraceroutepTrEpExt', 'FabricRsResLldpInstPol', 'CdpInst', 'FvRsBDSubnetToOut', 'NdRsRaSubnetToNdPfxPol', 'FvBD', 'VnsRsLdevIfToLDev', 'ConfigBackupStatusCont', 'VmmRsDefaultCdpIfPol', 'FirmwareCcoSource', 'VnsAbsFuncConn', 'SyntheticSwTLTestObj', 'FvnsVxlanInstDef', 'InfraAccBndlSubgrp', 'SpanVDestDef', 'FabricRsResCoreP', 'EqptExtChCardSlot', 'SpanSession', 'PconsInstClass', 'VnsVConn', 'CompUni', 'FvRsBDSubnetToProfile', 'SpanVSrcDef', 'PlannerFexTmpl', 'FabricRsCtrlrPGrp', 'FvDyPathAtt', 'SpanRsProvDestGrp', 'VmmDomPDef', 'TracerouteExecTn', 'HvsExtPol', 'InfraRsSpanVDestGrp', 'DbgexpExportStatusCont', 'L2extDomDef', 'VnsREPpInfo', 'SpanRsSpanSrcToL2CktEpAtt', 'FvRsConsIf', 'CompEpPD', 'SyntheticIfcCTestObj', 'IsisDom', 'FabricRsInterfacePolProfile', 'EqptLC', 'InfraRsLacpPol', 'FvSvcBD', 'FabricPodS', 'FabricPodP', 'VnsRsNodeToMFunc', 'FabricProtPathEpCont', 'FvEpP', 'DbgacRsToEpForEpToEp', 'FvRsBgpCtxPol', 'InfraRsInterfacePolProfile', 'EqptSpromPsu', 'InfraNodeP', 'VnsSvcPkgSource', 'InfraPeNode', 'VnsRsCDevToCtrlrP', 'DbgIpToEpgRslt', 'DbgacRsToLDevForEpToExt', 'HvsResCont', 'SyslogDestState', 'DbgEpToEpgRslt', 'FvNwIssues', 'SnmpRsDestGroup', 'FabricSpNodePGrp', 'MaintRsMgrpp', 'VnsEPgDef', 'VnsInTerm', 'MgmtInB', 'FvRsStPathAtt', 'RtctrlRsScopeToAttrP', 'CompVNicPDDef', 'EqptSpromLc', 'FaultRsHealthLevelP', 'TagRef', 'VnsRTInfo', 'ConfigExportP', 'VzRsDenyRule', 'DbgacRsToEpIpForEpgToEp', 'FvMgmtDepl', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'VnsRsVDevDomainRefContToDomainRef', 'FvProtEPg', 'VnsRsALDevToVxlanInstP', 'SpanSource', 'FabricOOServicePol', 'VzRsAnyToCons', 'CompVNic', 'FvRsBDToProfileDef', 'InfraRsResLacpLagPol', 'QospClass', 'Ipv6If', 'LeqptRsLsAttLink', 'CallhomeProf', 'BfdEntity', 'VzTaboo', 'VnsRsVDevToDomainRef', 'FvAttEntPDepl', 'FirmwareDownload', 'InfraRsMonFexInfraPol', 'HealthUpdateDelegateHealthPayload', 'DbgacEpToEpg', 'FabricRsPodPGrpBGPRRP', 'StatsExportStatusCont', 'VnsClusterCfg', 'SyntheticUniverse', 'SnmpCommSecP', 'VmmRsDefaultL2InstPol', 'ProcSystem', 'EqptSupC', 'FabricRsResFabricProtChainP', 'FabricIPV6AutoG', 'EqptBSlot', 'FvCtxConfigIssues', 'FabricIPV6ProtPol', 'Ospfv3If', 'VnsRsConnToCtxTerm', 'MonFabricTarget', 'InfraRsResQoSPol', 'MgmtRsAddrInst', 'VmmCtrlrP', 'PlannerLeaf', 'DhcpRelayP', 'FabricLinkCont', 'InfraRsResMcpInstPol', 'InfraHConnPortS', 'SpanDestGrp', 'EthpmFcot', 'FvCCg', 'VnsLIfCtx', 'VnsRsMgmtAddr', 'PolRsDbgrConfigExportP', 'SnmpUserSecP', 'DhcpOptionDef', 'AaaUser', 'FabricRsResFabricIPV4ProtPol', 'StpIfPol', 'InfraRsOverrideStpPol', 'PlannerRsClusterLabel', 'CommWebServer', 'L2InbandIf', 'SatmRemoteFcot', 'VpcIf', 'L3extDomP', 'InfraRsCardPGrp', 'VnsRsLIfCtxToInstP', 'DatetimeNtpProviderStatus', 'PolRsFirmwareRepoP', 'FvStPathAtt', 'VnsGRel', 'VnsRsDevMgrToMDevMgr', 'FirmwareCtrlrFwStatusCont', 'VzRsSubjFiltAtt', 'MgmtZoneDef', 'VnsParamInst', 'MgmtRsInbEpg', 'L1PhysIf', 'InfraRsOverrideFwPol', 'FabricNodeIdentPol', 'Ipv6Inst', 'FvnsVlanInstDef', 'VnsMFolder', 'PlannerRsNodeLabels', 'EqptSpromBP', 'VnsDevParam', 'OspfIf', 'FabricCreatedBy', 'SyntheticContext', 'CallhomeInvP', 'L2ExtIf', 'DbgEpToEpRslt', 'VxlanCktEp', 'EqptExtChHP', 'CommHttp', 'FileRemotePath', 'EqptSysCSlot', 'CompRsCtrlrP', 'FabricRsLePortP', 'SyntheticContext2', 'VnsRsMetaIf', 'DbgacRsFromLDevForExtToEp', 'CoppClass', 'CoopDom', 'FvSubnet', 'SpanFabSource', 'DbgexpTechSupP', 'PlannerRsToConsumerBd', 'TraceroutepRsTrEpExtIpSrc', 'EqptExtChFP', 'VzCPIf', 'L3Ctx', 'DbgAC', 'EqptExtChCard', 'EqptAsic', 'DbgacRsToEpg', 'FabricLeNodePGrp', 'L3extDomDef', 'SpanVDestGrp', 'InfraRsResMonInfraPol', 'ArpDom', 'MgmtOoBZone', 'SpanVEpgSummary', 'VnsRsConnToCtxTermInst', 'FabricPathEp', 'VnsLDevInst', 'HvsAdj', 'SnmpSrc', 'DbgacRsFromEpg', 'IgmpsnoopInst', 'InfraRsModulePolProfile', 'FabricRsResPsuInstPol', 'DbgacEpToAny', 'FvLocale', 'AaaRadiusEp', 'IsisRoute', 'CompEpPConn', 'MgmtCollectionCont', 'InfraRsOverrideLacpPol', 'SysdebugEp', 'SnmpEntity', 'FabricNodeCfg', 'VnsRsConnToAConn', 'DbgacRsToEpgForEpgToEpg', 'TagAliasDef', 'VmmRsAEP', 'VnsAbsGraph', 'FabricRsResOngoingAcMode', 'FabricRsSpPortPGrp', 'StatsExportJob', 'BfdSess', 'EqptdiagOnDRule', 'FabricOosPathIssues', 'VnsMParam', 'SpanRsDestPathEp', 'MaintMaintGrp', 'MgmtNodeGrp', 'EqptPsuSlot', 'RbqmRsDisplaysQuery', 'FabricRsDecommissionNode', 'SpanSrcDef', 'InfraLoNode', 'L3FwdCtx', 'SpanVSrcGrpDef', 'CtxApplication', 'FvStCEp', 'ConditionRsNodeHealthRecRetP', 'DbgAcTrail', 'InfraClSzEqObst', 'InfraPreProv', 'LldpEntity', 'FabricMACProtPol', 'InfraPEPg', 'FabricRsMonInstFabricPol', 'PconsResolveCompleteRef', 'DbgacEpgToIp', 'L3extRtLIfCtxToOut', 'SysdebugTechSupport', 'EqptFabP', 'FvRsABDPolMonPol', 'AcEntity', 'IsisDomLvl', 'ActionLCont', 'VnsVOspfDevCfg', 'MonFabricPol', 'FabricRsVpcInstPol', 'VnsAbsConnection', 'DbgIpToEpRslt', 'VzIntDef', 'AaaLdapProvider', 'VnsRsTermToEPg', 'PlannerRsGraphLabel', 'MaintRsPolCtrlrScheduler', 'DbgacRsFromLDevForIpToEpg', 'VnsAbsGrpCfg', 'PolRsClusterPolRel', 'VnsRsALDevToDevMgr', 'VnsSLDevInst', 'VnsConfIssue', 'InfraSubsDfltPolicy', 'FileRsARemoteHostToEpp', 'FabricRsToFabricIPV6ProtPol', 'FvDomCont', 'FirmwareFwStatusCont', 'DbgacRsToEpForEpgToEp', 'SpanRsSrcToEpg', 'DbgexpRsTSScheduler', 'SnmpInst', 'ActrlSnmpRule', 'DbgEpgToEpgRslt', 'VnsScriptRTInfo', 'ActrlStats', 'CompRsCtrlr', 'VnsRsCDevToChassis', 'FirmwareRsFwgrpp', 'EqptEntity', 'InfraRsSpanVSrcGrp', 'L2RsPathDomAtt', 'InfraRsAttEntP', 'SpanRsSrcToVPortDef', 'QosmIfClass', 'InfraRsMcpIfPol', 'FvRsProv', 'VnsRsMConnAttInst', 'DbgexpCoreStatus', 'DhcpLblDef', 'FabricVpcRT', 'L3extRsSubnetToProfile', 'InfraRsConnPortS', 'SpanVSpanProv', 'FabricAutoGEp', 'FabricLFPortS', 'SpanSrc', 'FabricRsCallhomeInvPol', 'RbqmUseCaseGroup', 'FabricSpCardS', 'FabricExtPol', 'CompDNic', 'SnmpPol', 'CompPhys', 'FabricRsSpPortP', 'FabricRsApplTechSupOnD', 'VnsRsMDevMgrToMDev', 'VzFltTaskAggrCont', 'VnsAbsFuncProfGrp', 'VnsCDevState', 'VnsRsChassisEpg', 'DbgAcPath', 'CompHpNic', 'SnmpConfIssues', 'MgmtNodeDef', 'CtrlrInst', 'CallhomeRsQueryGroupRel', 'L2BD', 'FabricNode', 'DbgExpertRslt', 'IdentSource', 'VnsAbsFuncProf', 'FvEpDefRef', 'DbgexpPolicyStatusInstance', 'DbgexpPolicyStatus', 'TopSystem', 'L2extDomP', 'MaintMaintP', 'ConfigRsImportSource', 'VzProvDef', 'PolDefRelnHolder', 'FabricRsSpNodePGrp', 'FabricRsMonModuleFabricPol', 'SviIf', 'FvRsCtxToEpRet', 'FabricPathEpCont', 'DhcpEntity', 'IsisEntity', 'VnsConnectionInst', 'FabricPathEpCleanup', 'FabricProtChainP', 'SyslogSrc', 'DbgEpgToIpRslt', 'ActrlRule', 'VpcRsVpcConf', 'SatmRemoteFcotX2', 'DbgCores', 'EthpmAggrIf', 'FabricRsExtLeaves', 'Ipv4Route', 'FvCtx', 'TraceroutepRsTrEpDst', 'EqptSpromSup', 'FirmwareRepoP', 'DatetimeClkPol', 'TroubleshootSession', 'FabricNodePEp', 'VzAnyREpPCtrct', 'VnsVIf', 'VnsRsProfToMFunc', 'InfraRsL2InstPol', 'FvRsApMonPol', 'FabricNodeCfgCont', 'InfraRsToInterfacePolProfile', 'PlannerRsGraphCluster', 'FvRsCtxToEigrpCtxAfPol', 'FaultRsEventCtrlrRetP', 'EthpmFcotX2', 'EqptBoard', 'FirmwareCardRunning', 'L3extInstP', 'DbgacEpToExt', 'VnsVDevDomainRefCont', 'FvRsCons', 'DbgacRsFromEpForEpToEpg', 'VnsCRel', 'VnsRsLIfCtxToLIf', 'FabricSFPortS', 'NwConnGrp', 'FabricLePortPGrp', 'FabricRsResHealthPols', 'VnsRtrIdInfo', 'VnsRsLDevInst', 'TagAliasDelInst', 'Ipv4Dom', 'FabricCtrlrS', 'FabricCtrlrP', 'PresRegistry', 'FaultRelnHolder', 'FvRsNdPfxPol', 'PingExecTn', 'InfraMgmt', 'DbgacRsFromEpIp', 'ProcEntry', 'HvsRtNicAdj', 'SpanRsSrcToEpP', 'CompProv', 'DhcpClient', 'MonInfraPol', 'EqptdiagRule', 'FirmwareFirmware', 'EqptFC', 'TestinfralabFreebies', 'StatsDestP', 'VnsCIf', 'VnsAbsTermConn', 'L2extLNodeP', 'InfraProvP', 'TraceroutepTrEp', 'PlannerRsDeployedObject', 'ResReqCtx', 'VnsCfgRoot', 'PolRsFabricipv4expg', 'PconsResolverCont', 'ArpIf', 'L3extRsL3DomAtt', 'MonEPGTarget', 'InfraWiNode', 'TroubleshootRsSessionScheduler', 'McpEntity', 'DbgNDbgs', 'L3extLNodeP', 'SnmpRsCommToCtxAtt', 'VnsVFunc', 'VzCtrctEntityDef', 'FvRsNodePortAtt', 'FvRsIgmpsn', 'VnsCFolder', 'FabricProtPol', 'InfraNsIssues', 'QosmEntity', 'EqptFt', 'IsisRsNhAtt', 'ImMgmtIf', 'BgpEntity', 'CdpIf', 'DhcpCRelPg', 'InfraRsResHIfPol', 'VnsGParam', 'FabricRsLePortPGrp', 'InfraFexP', 'SatmEntity', 'DbgexpRsData', 'VnsCMgmt', 'SpanRsSrcToVPort', 'FabricLeCardS', 'FabricLeCardP', 'ArpStAdjEp', 'EqptLCSlot', 'PconsInstDn', 'VzRFltP', 'EqptCpuP', 'VnsRsConnToLIfInst', 'Ospfv3Dom', 'L2extInstP', 'PconsRegistry', 'FabricSpineP', 'FabricSpineS', 'TagDef', 'DlgtDelegate', 'FvBDConfigIssues', 'L3Inst', 'Ipv4If', 'StatsReportable', 'VzFilter', 'FabricSelectorIssues', 'FabricHeartbeat', 'VzRsFiltAtt', 'Ipv6Route', 'FabricRsNodeCoreP', 'VnsAbsNode', 'SpanSrcGrpDef', 'StatsExportP', 'FvRsVNode', 'FvRsDomDefNsLocal', 'StatsShardExportSubJob', 'VmmRsDefaultLldpIfPol', 'VzAnyDefCont', 'DbgDVPCPath', 'PlannerRsToProviderBd', 'PcRsMbrIfs', 'PresDltNodeRegs', 'EqptFtSlot', 'FaultSevAsnP', 'OspfDom', 'ConditionNodePolGrp', 'FvRsBDToOut', 'PlannerRsGraphContracts', 'DhcpClientIf', 'FabricRsNodePolGroup', 'SpanSrcGrp', 'PolRsTroubleshootSessionRel', 'VzFromEPg', 'FvTenant', 'FvnsMcastAddrInstP', 'QospDscpRule', 'VzOOBBrCP', 'DbgacRsToEp', 'SpanRsDestToVPort', 'FabricRsPodPGrpCoopP', 'FvEpPCont', 'CallhomeDest', 'EqptSpromFan', 'VnsDevHealth', 'DatetimeNtpProvider', 'DbgCont', 'VnsMDfct', 'DbgEpToAnyRslt', 'LldpAdjEp', 'VzERFltP', 'MgmtInstPDef', 'SyslogGroup', 'DatetimeRsNtpProvToNtpAuthKey', 'FabricVpcResource', 'ActrlMgmtRule', 'SyslogRsDestGroup', 'FvBDPublicSubnetHolder', 'L2BrIf', 'FvConnDef', 'L3RtdIf', 'DatetimeNtpq', 'ResSubj', 'DhcpProvDhcp', 'InfraRsAccBaseGrp', 'InfraCardS', 'CompHv', 'InfraAccBndlGrp', 'SpanVDestGrpDef', 'SpanRsSpanSrcToL1IfAtt', 'OpflexIDEp', 'VzConsDef', 'InfraRsAccPortP', 'MaintNodeInMaint', 'VnsRsFolderInstToMFolder', 'FabricRsPsuInstPol', 'FabricPath', 'FabricSpCardP', 'EqptdiagRslt', 'VnsRsConnToFltInst', 'ActrlRsToStsVNode', 'ActionLSubj', 'VnsMDev', 'VnsRsLDevCtxToRtrCfg', 'L2extRsEBd', 'ActrlScope', 'VnsFolderInst', 'CallhomeInvTask', 'FabricRsTimePol', 'PcAggrMbrIf', 'EqptcapacityFSPartition', 'CompDom', 'VzToEPgAny', 'Ipv6Entity', 'FabricRsPodPGrp', 'SvccoreNode', 'FabricLink', 'VnsLegVNode', 'InfraInfra', 'ConfigJob', 'VzInTerm', 'InfraRsFexGrp', 'MaintCatMaintP', 'FirmwareRepo', 'InfraRsFabricNode', 'L3EncRtdIf', 'VnsDevCfg', 'VnsVDev', 'InfraAccNodePGrp', 'FabricDecommissionJob', 'VnsRsChassisToMChassis', 'MgmtRsMgmtBD', 'FabricCtrlrPGrp', 'PcAggrIf', 'EqptCh', 'VnsNodeInstDef', 'VnsRsClusterPol', 'BgpInstPol', 'FabricTrail', 'MonCommonPol', 'SysdebugCoreFileRepository', 'AaaDomainRef', 'FvRInfoHolder', 'VnsRsALDevToDomP', 'FvDomDef', 'MaintUpgJobFault', 'DbgSVPCPath', 'PlannerRsFexLabel', 'InfraRsL2IfPol', 'DhcpRelayIf', 'FvnsMcastAddrInstDef', 'SysdebugTechSupFileRepository', 'VmmDomP', 'PlannerConfigTmpl', 'FabricRsPathToLePortPGrp', 'TopRoot', 'FabricSpPortP', 'L3extInstPDef', 'VzRsGraphAtt', 'DhcpLbl', 'DbgexpCoreP', 'InfraAccPortP', 'VnsMDevMgr', 'FabricRsLeCardP', 'VmmAccGrpCont', 'RtctrlProfile', 'PresResolver', 'InfraRsToEpLoopProtectP', 'FabricRsResL2InstPol', 'EqptFan', 'DbgexpTechSupOnD', 'VnsCfgRelInst', 'SpanLDestination', 'FabricLeCardPGrp', 'MonEPGPol', 'InfraConnNodeS', 'OspfInst', 'FabricExtProtPathEpCont', 'FvEpCont', 'FvBDDef', 'FaultRsAaaCtrlrRetP', 'CnwPhysIf', 'PlannerGraphNode', 'ProcEntity', 'CoopCitizenAdj', 'VnsMGrpCfg', 'CompSvcVMDef', 'MgmtRsOoBCtx', 'MaintMaintPOnD', 'SysdebugLogControlEp', 'BgpRRP', 'VnsDevScript', 'VnsVBgpVEncapAsc', 'VnsRsInterface', 'InfraEpPD', 'AaaUserEp', 'VnsRsConnToFlt', 'FabricRsPodPGrpIsisDomP', 'FvTabooCtxDefCont', 'InfraConnFexS', 'FvAEPg', 'DbgacExtToEp', 'VpcKeepalive', 'VnsAbsFuncCfg', 'SnmpTrapDest', 'DbgAnyToEpRslt', 'TraceroutepRsTrEpIpSrc', 'SpanEpgSummary', 'VnsRsNodeInstToLDevCtx', 'FabricRsApplMonPol', 'HvsLNode', 'VzDirAssDef', 'NdRaSubnet', 'DbgacAnyToEp', 'MgmtRsOobEpg', 'FabricRsNodeTechSupP', 'L2extOut', 'CoopInst', 'VmmRsCtrlrPMonPol', 'VnsAbsTermNodeProv', 'VzRsInTermGraphAtt', 'VnsRndrInfo', 'FvRsCtx', 'VnsScriptHandlerState', 'InfraRsCdpIfPol', 'InfraIlClMsgSrc', 'SpanTaskParam', 'FabricLooseNode', 'InfraAccCardP', 'VnsCParam', 'ConfigRsRemotePath', 'InfraRsResLacpIfPol', 'DbgacEpgToEpg', 'FabricRsPathToSpPortPGrp', 'InfraRsAccBndlSubgrp', 'FabricRsResHealthSwRetP', 'CompPolCont', 'VnsDevPing', 'OpflexODev', 'InfraRsLldpIfPol', 'FvRsCtxToOspfCtxPol', 'DbgTenant', 'DbgexpRsExportDest', 'DbgacEpgToEp', 'FabricRsCtrlrPolGroup', 'PlannerRsGraphL3Out', 'TrigRsTriggerable', 'VnsCDev', 'VnsAbsFuncProfContr', 'InfraRsResNwsFwPol', 'IsisDb', 'InfraAttEntityP', 'FvBrEpP', 'VnsDevMgr', 'VzCollectionDef', 'InfraClP', 'InfraSelectorIssues', 'FabricHIfPol', 'FabricRsResAuditSwRetP', 'VpcDom', 'VzToEPg', 'QosmIf', 'VnsLDevIfLIf', 'L3extException', 'VmmRsAcc', 'Ospfv3Entity', 'VlanCktEp', 'TracerouteExecFab', 'VzBrCP', 'FvInstPEpP', 'ConfigRsExportScheduler', 'ObserverNode', 'InfraRsVlanNs', 'VnsAbsParam', 'TestinfralabRsSnacks', 'AcRuleIp', 'CommRsKeyRing', 'LldpIf', 'DbgacEpToEp', 'LacpIfPol', 'TraceroutepTrNode', 'LldpIfPol', 'DhcpProvider', 'FvRsBdFloodTo', 'VnsMRel', 'VnsEPgDefCons', 'FabricRsResTechSupP', 'VmmRsDefaultFwPol', 'VnsRsDevEpg', 'DhcpInst', 'InfraFuncP', 'FvCtrctCtxDefCont', 'DbgacRsFromEpIpForEpToEpg', 'SyslogRemoteDest', 'FirmwareFwGrp', 'SvccoreCtrlr', 'AaaRadiusProvider', 'FvRsStGrpAtt', 'Ipv4Entity', 'VnsRsMChassisToMDev', 'VzRsAnyToConsIf', 'InfraRsMonModuleInfraPol', 'FabricRsResFabricMACProtPol', 'InfraAccBndlPolGrp', 'VmmRsDomMcastAddrNs', 'VnsVEncap', 'VnsRsCfgToConn', 'VnsSHSEPpInfo', 'DbgacTenantSpaceCmnDef', 'InfraRsToMcpInstPol', 'PlannerRsL2OutBd', 'DbgRsTenantToDomainRef', 'PlannerBdTmpl', 'MaintUpgStatus', 'VnsEPpContr', 'PlannerRsVcenter', 'FvRtProv', 'PolRsExportPRel', 'SpanRsVsrcToEpg', 'InfraProvAcc', 'StormctrlIfPol', 'VzSubjDef', 'DhcpPRelPg', 'VmmRsVmmCtrlrP', 'MgmtMgmtP', 'FabricPathEpCleanupShard', 'MaintRsReltomaintp', 'MgmtConfigAddr', 'FabricLFPathS', 'SyntheticRelNTest', 'FabricRsSnmpPol', 'VmmRsDefaultLacpLagPol', 'SpanRsSessionToDomainRef', 'PolRsFabricmacexpg', 'VnsCMgmtProxy', 'InfraRsAccCardP', 'InfraRsOverrideCdpIfPol', 'StpAllocEncapCont', 'OspfAdjEp', 'L3extRsNdIfPol', 'FvRsAEPgMonPol', 'L3extOutDef', 'DbgacRsToAbsEpg', 'CallhomeDestState', 'ConditionRsNodeFaultRecRetP', 'MaintUpgJob', 'InfraRsNodePolGroup', 'InfraImage', 'SpanRsProvToVDestGrp', 'DbgacIpToEpg', 'VnsRsTermToAny', 'PolRsDbgrConfigImportP', 'RtctrlRsCtxPToSubjP', 'RbqmStage', 'InfraRsPathToAccBaseGrp', 'FabricLePortP', 'VnsAbsFolder', 'PlannerRsBdVrf', 'DbgacRsToEpIpForEpToEp', 'FvRsTnDenyRule', 'VnsFuncConnInst', 'EqptdiagOnDSubj', 'FvSubnetBDDefCont', 'MaintCtrlrMaintP', 'RbqmTarget', 'DbgacToEpgSummary', 'FabricRsSpCardPGrp', 'VnsRsALDevToPhysDomP', 'VnsRsLIfCtxToBD', 'IsisIf', 'VnsLIfHint', 'BgpInst', 'DbgexpRsUserCtx', 'FabricPodPGrp', 'BgpPeerEntry', 'DbgFiveTupleRslt', 'InfraFexBndlGrp', 'VnsSHEPpInfo', 'FabricShardTaskHolder', 'FirmwareCompRunning', 'FvCtxDef', 'DnsLblDef', 'FabricRsOosPath', 'SatmFabP', 'InfraRsOverrideLldpIfPol', 'FirmwareInternalSource', 'DatetimeConfIssues', 'LldpInst', 'InfraRsResLoopProtectPol', 'CoopEntity', 'IdentConsumer', 'PlannerRsL3OutVrf', 'TestinfralabCont', 'VnsTermConnInst', 'FabricExtPathEpCont', 'DhcpDiscNode']
144
+ @containers = ['PconsCont', 'SpanSpanLblDef', 'InfraRsStormctrlIfPol', 'OspfRsIfPol', 'CommHttps', 'FabricNodeIdentP', 'FvRsBd', 'CallhomeRsInvScheduler', 'InfraRsToInfraPathS', 'DbgSDVPCPath', 'PlannerCont', 'Ipv4Nexthop', 'NwsFwPol', 'VnsSDEPpInfo', 'SpanAcct', 'MgmtOoB', 'FvRtDestEpg', 'VnsRsLIfCtxToOut', 'SnmpClientGrp', 'EqptNSlot', 'VnsRsNodeToLDev', 'FabricRsResEventSwRetP', 'ConfigJobCont', 'InfraRsHIfPol', 'VnsMDevCfg', 'VzRsIf', 'LacpLagPol', 'VnsCtrlrEpProxy', 'VmmProvP', 'FvInBEpP', 'OspfEntity', 'InfraLeafS', 'PresClass', 'CallhomeSmtpServer', 'EptrkMacEpExec', 'FabricRsResCatFwP', 'SysdebugCore', 'EqptFpga', 'FvVipUpdate', 'PlannerTenantTmpl', 'FvRsOspfCtxPol', 'FabricRsToFabricPathS', 'VnsCtrlrEp', 'FabricSpPortPGrp', 'ArpEntity', 'DbgEpgToEpRslt', 'FvRsBDToNdP', 'EqptLeafP', 'InfraRsResLldpIfPol', 'LacpLagPolDef', 'Ipv6Addr', 'VmmRsVswitchOverrideCdpIfPol', 'BfdInst', 'PlannerRsEpgLabel', 'VnsRsDefaultScopeToTerm', 'InfraEpPD', 'VnsVFunc', 'FabricVpcRTContainer', 'IsisInst', 'DbgacRsFromAbsEpg', 'VnsLIf', 'BgpPeerP', 'SpanRsDestToVPortDef', 'NwPathEp', 'EqptPsgP', 'DbgexpTechSupStatus', 'VzIntDef', 'SyntheticIfcTLTestObj', 'SpanVSrcGrp', 'VzAny', 'ActionRsLSubjToDomainRef', 'FvnsVxlanInstP', 'VnsVEncapAsc', 'ActrlFlt', 'OspfMaxLsaP', 'HealthUpdateDelegateWeightPayload', 'EqptStorage', 'InfraRsToEncapInstDef', 'FvRsCustQosPol', 'InfraCont', 'InfraRsConnFexS', 'DbgEpToIpRslt', 'VpcEntity', 'FabricRsLeCardPGrp', 'Ipv6Nexthop', 'MgmtConfigNode', 'FabricRsApplTechSupP', 'VnsLDevOperInfo', 'ConfigImportIdP', 'InfraReplica', 'L2extLIfP', 'CompVm', 'EqptFCSlot', 'ResCont', 'VzAnyDef', 'VnsNodeInst', 'McpIf', 'OpflexpPolicyConsumer', 'VnsRsCfgToVConn', 'Ipv4Addr', 'VmmRsVxlanNs', 'FirmwareRsToFwGrp', 'MgmtRsOoBProv', 'CoppEntity', 'SyntheticRsPolicy', 'DatetimeNtpProv', 'InfraRsMonNodeInfraPol', 'VnsSLDevInstCons', 'FabricRsCommPol', 'FabricInst', 'BgpRsPeerPfxPol', 'FabricFuncP', 'PconsClass', 'StpInst', 'FvRsBDToRelayP', 'VnsRsConnector', 'VzFilter', 'EthpmPhysIf', 'DhcpRsLblDefToRelayP', 'SyntheticSwCTestObj', 'FvEpDef', 'InfraRsLacpIfPol', 'VnsRsMConnAtt', 'FvPndgEpCPCont', 'DbgacRsToLDevForEpgToIp', 'FabricRsMonIfFabricPol', 'InfraEpPDDef', 'FabricRsApplCoreP', 'L3extOut', 'InfraCEPg', 'Ospfv3AdjEp', 'DatetimePol', 'VnsRsDfctToCat', 'InfraRsFuncToEpg', 'VzTSubj', 'PlannerLeafTmpl', 'VnsMChassis', 'VzFltTaskAggr', 'OpflexPathAtt', 'CallhomeRsDestGroup', 'SpanRsSrcToCtxDef', 'FabricNodeTaskHolder', 'SpanSpanProv', 'LeqptLooseNode', 'InfraIncmptblClsPeer', 'EqptPsu', 'EqptdiagSubj', 'OpflexpPolicyReg', 'QospDot1pRule', 'PkiFabricNodeSSLCertificate', 'VzOutTerm', 'DbgacRsFromEp', 'FirmwareOSource', 'FabricSpCardPGrp', 'FabricLeafP', 'FabricLeafS', 'FabricIPV4ProtPol', 'CallhomeRsDestGroupRel', 'L2RsDscpRuleAtt', 'OspfIfP', 'NwsSyslogSrc', 'InfraRsStpIfPol', 'FvAttEntityPathAtt', 'FvRsCtxToExtRouteTagPol', 'FabricSFPathS', 'FabricMacAutoG', 'MgmtExtMgmtEntity', 'SpanVDest', 'VmmRsVswitchOverrideLacpPol', 'FvRtdEpPInfoCont', 'VnsVOspfVEncapAsc', 'PlannerRsConnectedLeaf', 'PingExecFab', 'VzCollectionCont', 'EqptExtCh', 'ProcProc', 'MaintRsPolNotif', 'DbgProfile', 'FabricRsResMonFabricPol', 'InfraRsOverrideMcpIfPol', 'VnsMDfcts', 'L3extRsInstPToProfile', 'FabricRsResFabricIPV6ProtPol', 'PconsResolver', 'SpanRsDestEpg', 'CdpIfPol', 'FvOrchsInfo', 'FabricIPV4ExpG', 'InfraService', 'PlannerDeployment', 'PconsRA', 'L3extLIfP', 'VnsVGrp', 'FabricIPV4AutoG', 'FabricRsModulePolProfile', 'PlannerRsConsumedContracts', 'ActrlEntity', 'CoopOracleAdj', 'VzRsSubjGraphAtt', 'VmmRsMcastAddrNs', 'InfraAccGrpCfg', 'MgmtRsInstPCtx', 'FvPndgRFltPCont', 'VzRsOutTermGraphAtt', 'IsisDb', 'PlannerRsLeafLabels', 'PconsResolveCompleteRef', 'InfraHostCfg', 'InfraStorage', 'VnsRsTarget', 'MaintUpgStatusCont', 'FvConfigState', 'VnsCtrlrMgmtPol', 'InfraNodeCfg', 'PlannerRsToConsumerL3Out', 'EqptSupCSlot', 'Ipv6Dom', 'PlannerRsGraphBd', 'MgmtInstP', 'VnsRsEPpInfoToBD', 'VnsRsDevFolderToMFolder', 'VnsFuncCfgInst', 'VnsMConn', 'ConditionRsNodeAaaRecRetP', 'SpanSpanLbl', 'MgmtInBZone', 'EventSevAsnP', 'SpanVEpgSummaryDef', 'AaaIDomainRef', 'InfraRsMstInstPol', 'VzSubj', 'Ipv4Inst', 'FvRsToRemoteEpPCtrctInfo', 'L3extRsEctx', 'VnsDevCfgInst', 'PlannerRsEpgBd', 'TagAliasInst', 'CallhomeGroup', 'IsisIfLvl', 'McpInst', 'L3IpCktEp', 'VnsAbsTermNodeProv', 'PconsLocation', 'VnsRsDevMgrEpg', 'SpanERDestination', 'FabricRsSpCardP', 'MgmtGrp', 'StpEncapInstDef', 'PlannerRsToProviderL3Out', 'VnsRsLDevCtxToLDev', 'InfraRsToEpControlP', 'TagInst', 'FvTunDef', 'PresIPv6Support', 'FabricIPV6ExpG', 'FabricNodeInfo', 'FabricRsPodPolGroup', 'EqptNic', 'StpAllocEncapBlkDef', 'VnsLIfHint', 'VnsAbsFuncProfGrp', 'MonInfraTarget', 'MgmtAddrCont', 'VnsAbsDevCfg', 'VnsFolderInst', 'CtxLocal', 'FvTunDefRef', 'TunnelIf', 'PresRegistryCont', 'HealthSubj', 'L3extSubnetDef', 'PlannerRsProvidedContracts', 'InfraPortBlk', 'VmmAgtStatus', 'Ospfv3MaxLsaP', 'BgpDom', 'PlannerRsConnectedSpine', 'FvRsBdToEpRet', 'L3extSubnet', 'IsisFmcastTree', 'VnsRsCIfAtt', 'FabricRsNodeGroup', 'StpIf', 'BgpPeerAfEntry', 'PlannerL4L7ClusterTmpl', 'VmmRsVswitchOverrideFwPol', 'AaaLdapEp', 'DhcpRsProv', 'VnsRsAbsConnectionConns', 'SpanVSrc', 'InfraRsResMcpIfPol', 'MgmtMgmtIf', 'CnwAggrIf', 'VmmAttEntityPCont', 'FvRsProtBy', 'VnsRsMDevAtt', 'VnsDevFolder', 'DhcpNodeGrp', 'InfraAttPolicyGroup', 'FabricRsResLbPol', 'FabricRsResCoopPol', 'InfraRsInfraBD', 'FabricRsResFaultSwRetP', 'PlannerGraphTmpl', 'EptrkIpEpExec', 'DbgRemotePort', 'FvRsCtxToBgpCtxAfPol', 'VnsLDevVip', 'RtctrlScope', 'L3extExtEncapDef', 'ConfigRollbackP', 'VnsMgmtLIf', 'FvSvcEpP', 'InfraRsAccNodePGrp', 'VzRsAnyToProv', 'SnmpGroup', 'PlannerRsDeployedFex', 'InfraHPathS', 'FvCtxSharedServiceUpdate', 'DbgacFromEpgSummary', 'FvRtdEpPInfoHolder', 'FaultRsFaultCtrlrRetP', 'PolUni', 'SyntheticRsToAObj', 'BgpPeer', 'SpanRsDestApic', 'EqptSensor', 'InfraRsMonIfInfraPol', 'EqptcapacityEntity', 'SpanRsSrcToBDDef', 'MgmtRsGrp', 'InfraRsResLacpIfPol', 'FvRsTenantMonPol', 'MgmtPodGrp', 'VnsAbsTermNodeCon', 'VnsRsDevPingToCDev', 'L3extEncapLocale', 'PolRsScriptHandlerLock', 'InfraGeneric', 'FvAREpPRequestorCont', 'PhysDomP', 'InfraRsDomP', 'FvAp', 'InfraRsNodeP', 'EigrpIfP', 'PlannerL3OutTmpl', 'ConfigRsExportDestination', 'InfraRsResErrDisRecoverPol', 'VnsEPpInfo', 'VnsRsConnToAConnInst', 'FabricMacExpG', 'IgmpsnoopEntity', 'FvRtdEpP', 'VnsRsScriptHandlerStateToDomainRef', 'InfraBoot', 'VnsRsNodeToAbsFuncProf', 'FaultRsHealthCtrlrRetP', 'FvPndgAnyDefCont', 'SpanEntity', 'FvRsBDToProfile', 'FabricRsResMonCommonPol', 'DhcpRsRelayP', 'FvPolDeliveryStatus', 'InfraRsLacpInterfacePol', 'VmmRsVswitchOverrideMcpIfPol', 'ConditionRsNodeEventRecRetP', 'L3extRsPathL3OutAtt', 'VnsRsScopeToTerm', 'FabricSubsDfltPolicy', 'FvVDEp', 'FabricPmPathEpCleanup', 'FabricRsLeNodePGrp', 'FabricExplicitGEp', 'DnsRsDnsProfile', 'PolResPolCont', 'VnsLDevCtx', 'CompPpNic', 'BgpInvalidRREp', 'InfraFexCfg', 'CommPol', 'EqptdiagEntity', 'Ospfv3Inst', 'FvPndgEpPCtrctInfoCont', 'InfraHPortS', 'FvOoBEpP', 'MgmtRsOoBCons', 'L3extCtxUpdater', 'SnmpClient', 'CompCtrlr', 'ConfigImportP', 'VnsLIfHintInst', 'FvRsCtxMcastTo', 'CompStatsPol', 'FvExtStPathAtt', 'ResConsumer', 'RtctrlCtxP', 'ArpInst', 'EigrpRsIfPol', 'FaultRsHealthFabricNode', 'VnsLDevIf', 'CallhomeSrc', 'EqptSysC', 'FvnsVlanInstP', 'AaaTacacsPlusProvider', 'FvIfConn', 'PlannerRsBdVrf', 'InfraRsToMcpIfPol', 'InfraAccPortGrp', 'TraceroutepRsTrEpSrc', 'VnsScriptHandlerState', 'VnsChassis', 'VnsAbsCfgRel', 'InfraRsToErrDisRecoverPol', 'FvCollectionCont', 'AaaTacacsPlusEp', 'DbgacRsToEpIp', 'VzRsFiltGraphAtt', 'OamRsSrcEncap', 'PolRsVnsmdev', 'L2extRsL2DomAtt', 'PlannerEpgTmpl', 'FvRsDomAtt', 'DhcpRsDhcpOptionPol', 'PlannerL2OutTmpl', 'FvRsCtxMonPol', 'VzCtrctEPgCont', 'VnsGraphInst', 'L2RsDot1pRuleAtt', 'VmmEpPD', 'InfraContNS', 'VmmPlInf', 'SpanDest', 'TagRef', 'InfraRsVpcBndlGrp', 'BgpRRNodePEp', 'CompMgmtNic', 'TraceroutepTrEpExt', 'FabricRsResLldpInstPol', 'FvRsBDSubnetToOut', 'NdRsRaSubnetToNdPfxPol', 'FvBD', 'DhcpPodGrp', 'VnsRsLdevIfToLDev', 'VnsOutTerm', 'ConfigBackupStatusCont', 'VmmRsDefaultCdpIfPol', 'FirmwareCcoSource', 'VnsAbsFuncConn', 'InfraAccCardPGrp', 'FvnsVxlanInstDef', 'VzEpgAnyDef', 'InfraAccBndlSubgrp', 'MgmtInstPDef', 'SpanVDestDef', 'FabricRsResCoreP', 'EqptExtChCardSlot', 'SpanSession', 'PconsInstClass', 'VnsVConn', 'CompUni', 'FvRsBDSubnetToProfile', 'SpanVSrcDef', 'PlannerFexTmpl', 'FabricRsCtrlrPGrp', 'FvDyPathAtt', 'SpanRsProvDestGrp', 'VmmDomPDef', 'TracerouteExecTn', 'HvsExtPol', 'InfraRsSpanVDestGrp', 'DbgexpExportStatusCont', 'L2extDomDef', 'VnsREPpInfo', 'SpanRsSpanSrcToL2CktEpAtt', 'FvRsConsIf', 'CompEpPD', 'SyntheticIfcCTestObj', 'IsisDom', 'FabricRsInterfacePolProfile', 'EqptLC', 'InfraRsAttEntP', 'FvSvcBD', 'FabricPodS', 'FabricPodP', 'VnsRsNodeToMFunc', 'FabricProtPathEpCont', 'FvEpP', 'VnsSvcRelnHolder', 'DbgacRsToEpForEpToEp', 'FvRsBgpCtxPol', 'InfraRsInterfacePolProfile', 'EqptSpromPsu', 'InfraNodeP', 'VnsSvcPkgSource', 'InfraPeNode', 'VnsRsCDevToCtrlrP', 'DbgIpToEpgRslt', 'DbgacRsToLDevForEpToExt', 'HvsResCont', 'SyslogDestState', 'DbgEpToEpgRslt', 'FvNwIssues', 'SnmpRsDestGroup', 'FabricSpNodePGrp', 'MaintRsMgrpp', 'VmmVSwitchPolicyCont', 'VnsInTerm', 'MgmtInB', 'FvRsStPathAtt', 'RtctrlRsScopeToAttrP', 'CompVNicPDDef', 'EqptSpromLc', 'FaultRsHealthLevelP', 'InfraRsBndlGrp', 'VnsRTInfo', 'ConfigExportP', 'VzRsDenyRule', 'DbgacRsToEpIpForEpgToEp', 'FvMgmtDepl', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'VnsRsVDevDomainRefContToDomainRef', 'FvProtEPg', 'VnsRsALDevToVxlanInstP', 'SpanSource', 'FabricOOServicePol', 'VzRsAnyToCons', 'CompVNic', 'FvRsBDToProfileDef', 'InfraRsResLacpLagPol', 'InfraIncorrectCntrlSbstState', 'QospClass', 'InfraRsAccCardP', 'Ipv6If', 'VmmRsAEP', 'CallhomeProf', 'PolRsDbgrConfigImportIdP', 'BfdEntity', 'VzTaboo', 'VnsRsVDevToDomainRef', 'FvAttEntPDepl', 'FirmwareDownload', 'InfraRsMonFexInfraPol', 'HealthUpdateDelegateHealthPayload', 'DbgacEpToEpg', 'FabricRsPodPGrpBGPRRP', 'StatsExportStatusCont', 'VnsClusterCfg', 'SyntheticUniverse', 'Ospfv3Entity', 'ProcSystem', 'EqptSupC', 'FabricRsResFabricProtChainP', 'FabricIPV6AutoG', 'MaintPodMaintGrp', 'EqptBSlot', 'FvCtxConfigIssues', 'FabricIPV6ProtPol', 'Ospfv3If', 'VnsRsConnToCtxTerm', 'MonFabricTarget', 'InfraFabricRecovery', 'InfraRsResQoSPol', 'MgmtRsAddrInst', 'VmmCtrlrP', 'PlannerLeaf', 'DhcpRelayP', 'FabricLinkCont', 'DbgacL3OutCont', 'FabricRsSpNodeP', 'InfraHConnPortS', 'SpanDestGrp', 'EthpmFcot', 'FvCCg', 'VnsLIfCtx', 'InfraRsResMcpInstPol', 'VnsRsMgmtAddr', 'PolRsDbgrConfigExportP', 'SnmpUserSecP', 'DhcpOptionDef', 'DbgacIpToIp', 'FabricRsResFabricIPV4ProtPol', 'StpIfPol', 'InfraRsOverrideStpPol', 'PlannerRsClusterLabel', 'CommWebServer', 'L2InbandIf', 'SatmRemoteFcot', 'VpcIf', 'L3extDomP', 'InfraRsCardPGrp', 'VnsRsLIfCtxToInstP', 'DatetimeNtpProviderStatus', 'PolRsFirmwareRepoP', 'FvStPathAtt', 'VnsGRel', 'VnsRsDevMgrToMDevMgr', 'FirmwareCtrlrFwStatusCont', 'VzRsSubjFiltAtt', 'MgmtZoneDef', 'FvRsToRemoteEpCP', 'MgmtRsInbEpg', 'L1PhysIf', 'InfraRsOverrideFwPol', 'FabricNodeIdentPol', 'VnsAbsFuncProf', 'Ipv6Inst', 'FvnsVlanInstDef', 'VnsMFolder', 'ConfigSubJob', 'EqptSpromBP', 'VnsDevParam', 'OspfIf', 'FabricCreatedBy', 'SyntheticContext', 'CallhomeInvP', 'L2ExtIf', 'DbgEpToEpRslt', 'VxlanCktEp', 'EqptExtChHP', 'CommHttp', 'FileRemotePath', 'EqptSysCSlot', 'CompRsCtrlrP', 'FabricRsLePortP', 'SyntheticContext2', 'VnsRsMetaIf', 'StatsShardExportSubJob', 'DbgacRsFromLDevForExtToEp', 'CoppClass', 'CoopDom', 'FvSubnet', 'VmmRsDefaultL2InstPol', 'SpanFabSource', 'DbgexpTechSupP', 'PlannerRsToConsumerBd', 'TraceroutepRsTrEpExtIpSrc', 'EqptExtChFP', 'VzCPIf', 'L3Ctx', 'DbgAC', 'EqptExtChCard', 'VnsRsLDevDomP', 'EqptAsic', 'DbgacRsToEpg', 'FabricLeNodePGrp', 'L3extDomDef', 'DhcpRsToNodeGrp', 'PolScopedCount', 'InfraRsResMonInfraPol', 'ArpDom', 'MgmtOoBZone', 'SpanVEpgSummary', 'VnsRsConnToCtxTermInst', 'FabricPathEp', 'VnsLDevInst', 'HvsAdj', 'SnmpSrc', 'DbgacRsFromEpg', 'IgmpsnoopInst', 'InfraRsModulePolProfile', 'FabricRsResPsuInstPol', 'DbgacEpToAny', 'FvLocale', 'AaaRadiusEp', 'IsisRoute', 'CompEpPConn', 'FvcapScopeReg', 'MgmtCollectionCont', 'InfraRsOverrideLacpPol', 'SysdebugEp', 'VnsAbsParam', 'FabricNodeCfg', 'VnsRsConnToAConn', 'VnsEPgDef', 'DbgacRsToEpgForEpgToEpg', 'TagAliasDef', 'VnsAbsGraph', 'FabricRsResOngoingAcMode', 'FabricRsSpPortPGrp', 'StatsExportJob', 'BfdSess', 'EqptdiagOnDRule', 'FabricOosPathIssues', 'VnsMParam', 'SpanRsDestPathEp', 'MaintMaintGrp', 'MgmtNodeGrp', 'EqptPsuSlot', 'SyntheticRsToObj', 'FabricRsDecommissionNode', 'SpanSrcDef', 'InfraLoNode', 'L3FwdCtx', 'SpanVSrcGrpDef', 'CtxApplication', 'FvStCEp', 'ConditionRsNodeHealthRecRetP', 'DbgAcTrail', 'InfraClSzEqObst', 'InfraPreProv', 'LldpEntity', 'FabricMACProtPol', 'InfraPEPg', 'FabricRsMonInstFabricPol', 'L2BD', 'DbgacEpgToIp', 'L3extRtLIfCtxToOut', 'SysdebugTechSupport', 'EqptFabP', 'FvRsABDPolMonPol', 'AcEntity', 'IsisDomLvl', 'ActionLCont', 'VnsVOspfDevCfg', 'MonFabricPol', 'FabricRsVpcInstPol', 'VnsAbsConnection', 'DbgIpToEpRslt', 'AaaLdapProvider', 'VnsRsTermToEPg', 'PlannerRsGraphLabel', 'MaintRsPolCtrlrScheduler', 'DbgacRsFromLDevForIpToEpg', 'VnsAbsGrpCfg', 'PolRsClusterPolRel', 'VnsRsALDevToDevMgr', 'VnsSLDevInst', 'ConditionRsToNodePolGrp', 'VnsConfIssue', 'InfraSubsDfltPolicy', 'FileRsARemoteHostToEpp', 'FabricRsToFabricIPV6ProtPol', 'FvDomCont', 'FirmwareFwStatusCont', 'DbgacRsToEpForEpgToEp', 'SpanRsSrcToEpg', 'DbgexpRsTSScheduler', 'SnmpInst', 'PconsMinCont', 'DbgEpgToEpgRslt', 'VnsScriptRTInfo', 'ActrlStats', 'CompRsCtrlr', 'VnsRsCDevToChassis', 'FirmwareRsFwgrpp', 'EqptEntity', 'InfraRsSpanVSrcGrp', 'L2RsPathDomAtt', 'VnsCMgmt', 'FvOutCont', 'SpanRsSrcToVPortDef', 'QosmIfClass', 'VzRsAnyToConsIf', 'InfraRsMcpIfPol', 'FvRsProv', 'VnsRsMConnAttInst', 'DbgexpCoreStatus', 'DhcpLblDef', 'FabricVpcRT', 'L3extRsSubnetToProfile', 'InfraRsConnPortS', 'SpanVSpanProv', 'VnsRsFolderInstToMFolder', 'FabricAutoGEp', 'FabricLFPortS', 'SpanSrc', 'FabricRsCallhomeInvPol', 'FabricSpCardS', 'CompDNic', 'SnmpPol', 'CompPhys', 'FabricRsSpPortP', 'FabricRsApplTechSupOnD', 'VnsRsMDevMgrToMDev', 'RecoveryReconcileNode', 'VzFltTaskAggrCont', 'VpcInst', 'VnsCDevState', 'VnsRsLIfCtxToLIf', 'VnsRsChassisEpg', 'DbgAcPath', 'CompHpNic', 'AaaUser', 'SnmpConfIssues', 'MgmtNodeDef', 'CtrlrInst', 'CallhomeRsQueryGroupRel', 'FirmwarePodFwGrp', 'FabricNode', 'HvsRtNicAdj', 'MgmtRsToNodeGrp', 'IdentSource', 'FvRemotePolHolder', 'FvEpDefRef', 'DbgexpPolicyStatusInstance', 'DbgexpPolicyStatus', 'TopSystem', 'L2extDomP', 'MaintMaintP', 'ConfigRsImportSource', 'VzProvDef', 'PolDefRelnHolder', 'FabricRsSpNodePGrp', 'FabricRsMonModuleFabricPol', 'SviIf', 'FvRsCtxToEpRet', 'VnsSHSEPpInfo', 'FabricPathEpCont', 'DhcpEntity', 'IsisEntity', 'VnsConnectionInst', 'FabricPathEpCleanup', 'FabricProtChainP', 'VnsSvcVipUpdate', 'SyslogSrc', 'FvRsToRemoteAnyDef', 'DbgEpgToIpRslt', 'ActrlRule', 'VpcRsVpcConf', 'RecoveryReconcileCont', 'VnsRsCIfAttN', 'SatmRemoteFcotX2', 'DbgCores', 'EthpmAggrIf', 'DppEntity', 'Ipv4Route', 'FvCtx', 'TraceroutepRsTrEpDst', 'EqptSpromSup', 'FirmwareRepoP', 'DatetimeClkPol', 'TroubleshootSession', 'VnsVBgpDevCfg', 'FabricNodePEp', 'VnsVIf', 'VnsRsProfToMFunc', 'InfraRsL2InstPol', 'FvRsApMonPol', 'FabricNodeCfgCont', 'InfraRsToInterfacePolProfile', 'PlannerRsGraphCluster', 'FvRsCtxToEigrpCtxAfPol', 'FaultRsEventCtrlrRetP', 'EthpmFcotX2', 'EqptBoard', 'VnsAbsTermConn', 'FirmwareCardRunning', 'L3extInstP', 'DbgacEpToExt', 'VnsVDevDomainRefCont', 'FvRsCons', 'DbgacRsFromEpForEpToEpg', 'VnsCRel', 'VmmRsVswitchOverrideStpPol', 'FabricSFPortS', 'NwConnGrp', 'FabricLePortPGrp', 'FabricRsResHealthPols', 'ConfigSnapshotMgrP', 'SyntheticRsPhysIf', 'VnsRtrIdInfo', 'VnsRsLDevInst', 'TagAliasDelInst', 'Ipv4Dom', 'FabricCtrlrS', 'FabricCtrlrP', 'PresRegistry', 'FaultRelnHolder', 'FvRsNdPfxPol', 'PingExecTn', 'InfraMgmt', 'DbgacRsFromEpIp', 'ProcEntry', 'PolCountCont', 'SpanRsSrcToEpP', 'CompProv', 'DhcpClient', 'MonInfraPol', 'EqptdiagRule', 'FirmwareFirmware', 'EqptFC', 'TestinfralabFreebies', 'StatsDestP', 'SpanRsSrcToPathEp', 'L2extLNodeP', 'InfraProvP', 'TraceroutepTrEp', 'PlannerRsDeployedObject', 'ResReqCtx', 'VnsCfgRoot', 'PolRsFabricipv4expg', 'PconsResolverCont', 'ArpIf', 'L3extRsL3DomAtt', 'VnsLegVNode', 'MonEPGTarget', 'VnsParamInst', 'InfraWiNode', 'TroubleshootRsSessionScheduler', 'McpEntity', 'DbgNDbgs', 'L3extLNodeP', 'InfraNodeCfgCont', 'VnsGFolder', 'VzCtrctEntityDef', 'FvRsNodePortAtt', 'FvRsIgmpsn', 'VnsCFolder', 'FabricProtPol', 'VnsTermNodeInst', 'InfraNsIssues', 'QosmEntity', 'EqptFt', 'IsisRsNhAtt', 'ImMgmtIf', 'BgpEntity', 'DhcpCRelPg', 'InfraRsResHIfPol', 'VnsGParam', 'FabricRsLePortPGrp', 'InfraFexP', 'SatmEntity', 'DbgexpRsData', 'MaintRsPolScheduler', 'SpanRsSrcToVPort', 'VnsDevConfIssue', 'FabricLeCardS', 'FabricLeCardP', 'ArpStAdjEp', 'EqptLCSlot', 'PconsInstDn', 'StatsReportable', 'EqptCpuP', 'VnsRsConnToLIfInst', 'Ospfv3Dom', 'L2extInstP', 'PconsRegistry', 'FabricSpineP', 'FabricSpineS', 'TagDef', 'DlgtDelegate', 'FvBDConfigIssues', 'L3Inst', 'Ipv4If', 'PolGCountCont', 'StpEntity', 'FabricSelectorIssues', 'SpanEpgSummary', 'FabricHeartbeat', 'VzRsFiltAtt', 'Ipv6Route', 'FabricRsNodeCoreP', 'VnsAbsNode', 'SpanSrcGrpDef', 'StatsExportP', 'FvRsDomDefNsLocal', 'FvRtAcExtPolToContext', 'VmmRsDefaultLldpIfPol', 'VzAnyDefCont', 'DbgDVPCPath', 'PlannerRsToProviderBd', 'PcRsMbrIfs', 'PresDltNodeRegs', 'EqptFtSlot', 'FaultSevAsnP', 'OspfDom', 'VmmRsVswitchOverrideLldpIfPol', 'ConditionNodePolGrp', 'FvRsBDToOut', 'PlannerRsGraphContracts', 'DhcpClientIf', 'FabricRsNodePolGroup', 'SpanSrcGrp', 'PolRsTroubleshootSessionRel', 'VzFromEPg', 'FvTenant', 'FvnsMcastAddrInstP', 'QospDscpRule', 'VzOOBBrCP', 'DbgacRsToEp', 'SpanRsDestToVPort', 'FabricRsPodPGrpCoopP', 'FvEpPCont', 'CallhomeDest', 'EqptSpromFan', 'VnsDevHealth', 'DatetimeNtpProvider', 'DbgCont', 'VnsMDfct', 'DbgEpToAnyRslt', 'LldpAdjEp', 'VzERFltP', 'DbgacRsContext', 'SyslogGroup', 'DatetimeRsNtpProvToNtpAuthKey', 'FabricVpcResource', 'ActrlMgmtRule', 'SyslogRsDestGroup', 'FvBDPublicSubnetHolder', 'L2BrIf', 'FvConnDef', 'L3RtdIf', 'DatetimeNtpq', 'ResSubj', 'DhcpProvDhcp', 'InfraRsAccBaseGrp', 'InfraCardS', 'CompHv', 'InfraAccBndlGrp', 'SpanVDestGrpDef', 'SpanRsSpanSrcToL1IfAtt', 'OpflexIDEp', 'VzConsDef', 'InfraRsAccPortP', 'MaintNodeInMaint', 'VnsRsClusterPol', 'FabricRsPsuInstPol', 'FabricPath', 'FabricSpCardP', 'EqptdiagRslt', 'VnsRsConnToFltInst', 'DbgExpertRslt', 'ActionLSubj', 'VnsMDev', 'VnsRsLDevCtxToRtrCfg', 'L2extRsEBd', 'ActrlScope', 'CallhomeInvTask', 'FabricRsTimePol', 'SnmpTrapDest', 'PcAggrMbrIf', 'EqptcapacityFSPartition', 'CompDom', 'VzToEPgAny', 'Ipv6Entity', 'FabricRsPodPGrp', 'SvccoreNode', 'FabricLink', 'ConditionPodPolGrp', 'InfraInfra', 'ConfigJob', 'VzInTerm', 'InfraRsFexGrp', 'MaintCatMaintP', 'DbgIpToIpRslt', 'FirmwareRepo', 'InfraRsFabricNode', 'L3EncRtdIf', 'VnsDevCfg', 'VnsVDev', 'VzDirAssDef', 'InfraAccNodePGrp', 'FabricDecommissionJob', 'VnsRsChassisToMChassis', 'MgmtRsMgmtBD', 'FabricCtrlrPGrp', 'PcAggrIf', 'EqptCh', 'VnsNodeInstDef', 'FvRsToRemoteCtrctEPgCont', 'BgpInstPol', 'FabricTrail', 'FvPndgCont', 'MonCommonPol', 'SysdebugCoreFileRepository', 'AaaDomainRef', 'FvRInfoHolder', 'VnsRsALDevToDomP', 'FvDomDef', 'MaintUpgJobFault', 'DbgSVPCPath', 'PlannerRsFexLabel', 'InfraRsL2IfPol', 'DhcpRelayIf', 'FvnsMcastAddrInstDef', 'SysdebugTechSupFileRepository', 'VmmDomP', 'DbgacRsAcExtPolToContext', 'FabricRsPathToLePortPGrp', 'TopRoot', 'VnsScriptHandlerUserState', 'DppClass', 'L3extInstPDef', 'VzRsGraphAtt', 'DhcpLbl', 'DbgexpCoreP', 'InfraAccPortP', 'VnsMDevMgr', 'FabricRsLeCardP', 'VmmAccGrpCont', 'RtctrlProfile', 'PresResolver', 'InfraRsToEpLoopProtectP', 'RecoveryReconcileLoc', 'FabricRsResL2InstPol', 'EqptFan', 'DbgexpTechSupOnD', 'DbgexpTechSupODev', 'SpanLDestination', 'FabricLeCardPGrp', 'MonEPGPol', 'InfraConnNodeS', 'OspfInst', 'FabricExtProtPathEpCont', 'FvEpCont', 'FvBDDef', 'FaultRsAaaCtrlrRetP', 'CnwPhysIf', 'PlannerGraphNode', 'ProcEntity', 'FvAEPgCont', 'SpanRsSessionToDomainRef', 'CoopCitizenAdj', 'VnsMGrpCfg', 'CompSvcVMDef', 'MgmtRsOoBCtx', 'VnsGrpCfgInst', 'MaintMaintPOnD', 'SysdebugLogControlEp', 'BgpRRP', 'VnsDevScript', 'VnsVBgpVEncapAsc', 'VnsRsInterface', 'FvAREpPRequestor', 'AaaUserEp', 'VnsRsConnToFlt', 'FabricRsPodPGrpIsisDomP', 'FvTabooCtxDefCont', 'InfraConnFexS', 'FvAEPg', 'DbgacExtToEp', 'VpcKeepalive', 'VnsAbsFuncCfg', 'MgmtRsInB', 'DbgAnyToEpRslt', 'TraceroutepRsTrEpIpSrc', 'PlannerConfigTmpl', 'MaintRsToMaintGrp', 'VnsRsNodeInstToLDevCtx', 'FabricRsApplMonPol', 'HvsLNode', 'SpanVDestGrp', 'NdRaSubnet', 'DbgacAnyToEp', 'MgmtRsOobEpg', 'FabricRsNodeTechSupP', 'L2extOut', 'CoopInst', 'VmmRsCtrlrPMonPol', 'RecoveryReconcileConfigP', 'VzRsInTermGraphAtt', 'VnsRndrInfo', 'FvRsCtx', 'AaaPartialRbacRule', 'InfraRsCdpIfPol', 'InfraIlClMsgSrc', 'SpanTaskParam', 'FabricLooseNode', 'InfraAccCardP', 'VnsCParam', 'ConfigRsRemotePath', 'FvSharedService', 'DbgacEpgToEpg', 'FabricRsPathToSpPortPGrp', 'InfraRsAccBndlSubgrp', 'FabricRsResHealthSwRetP', 'CompPolCont', 'VnsDevPing', 'OpflexODev', 'InfraRsLldpIfPol', 'FvRsCtxToOspfCtxPol', 'DbgTenant', 'DbgexpRsExportDest', 'VnsAbsFuncProfContr', 'DbgacEpgToEp', 'FabricRsCtrlrPolGroup', 'PlannerRsGraphL3Out', 'TrigRsTriggerable', 'VnsCDev', 'LldpCtrlrAdjEp', 'InfraRsResNwsFwPol', 'InfraRsLacpPol', 'InfraRsVipAddrNs', 'InfraAttEntityP', 'PresPerLeafAggregatedEpUpd', 'FvBrEpP', 'VnsDevMgr', 'VzCollectionDef', 'InfraClP', 'InfraSelectorIssues', 'FabricHIfPol', 'FabricRsResAuditSwRetP', 'VpcDom', 'PolRsDbgrConfigSnapshotMgrP', 'QosmIf', 'VnsLDevIfLIf', 'L3extException', 'VmmRsAcc', 'NwsRsNwsSyslogSrcToDestGroup', 'VlanCktEp', 'TracerouteExecFab', 'VzBrCP', 'TraceroutepRsTrEpIpDst', 'FvInstPEpP', 'ConfigRsExportScheduler', 'ObserverNode', 'InfraRsVlanNs', 'FvRsToRemoteRFltP', 'OpflexpPolicyDemand', 'FabricSpPortP', 'AcRuleIp', 'VzToEPg', 'CommRsKeyRing', 'LldpIf', 'DbgacEpToEp', 'LacpIfPol', 'VzRFltP', 'TraceroutepTrNode', 'LldpIfPol', 'DhcpProvider', 'FvRsBdFloodTo', 'VnsMRel', 'VnsEPgDefCons', 'FabricRsResTechSupP', 'VmmRsDefaultFwPol', 'VnsRsDevEpg', 'DhcpInst', 'InfraFuncP', 'FvCtrctCtxDefCont', 'DbgacRsFromEpIpForEpToEpg', 'SyslogRemoteDest', 'FirmwareFwGrp', 'TestinfralabRsSnacks', 'SvccoreCtrlr', 'AaaRadiusProvider', 'FvRsStGrpAtt', 'Ipv4Entity', 'VnsRsMChassisToMDev', 'VnsCfgRelInst', 'InfraRsMonModuleInfraPol', 'FabricRsResFabricMACProtPol', 'InfraAccBndlPolGrp', 'VmmRsDomMcastAddrNs', 'VnsVEncap', 'VnsRsCfgToConn', 'PolRsDbgrConfigRollbackP', 'DbgacTenantSpaceCmnDef', 'InfraRsToMcpInstPol', 'PlannerRsL2OutBd', 'DbgRsTenantToDomainRef', 'PlannerBdTmpl', 'MaintUpgStatus', 'VnsEPpContr', 'PlannerRsVcenter', 'FvRtProv', 'PolRsExportPRel', 'VnsCIf', 'InfraProvAcc', 'StormctrlIfPol', 'VzSubjDef', 'DhcpPRelPg', 'VmmRsVmmCtrlrP', 'MgmtMgmtP', 'SyntheticSwTLTestObj', 'FabricPathEpCleanupShard', 'MaintRsReltomaintp', 'MgmtConfigAddr', 'FabricLFPathS', 'SyntheticRelNTest', 'FabricRsSnmpPol', 'VmmRsDefaultLacpLagPol', 'InfraPodP', 'PolRsFabricmacexpg', 'VnsCMgmtProxy', 'DbgexpTechSupVmm', 'PkiFabricCommunicationEp', 'InfraRsOverrideCdpIfPol', 'StpAllocEncapCont', 'OspfAdjEp', 'L3extRsNdIfPol', 'FvRsAEPgMonPol', 'L3extOutDef', 'DbgacRsToAbsEpg', 'CallhomeDestState', 'ConditionRsNodeFaultRecRetP', 'MaintUpgJob', 'InfraRsNodePolGroup', 'InfraImage', 'SpanRsProvToVDestGrp', 'DbgacIpToEpg', 'MgmtRsOoB', 'VnsRsTermToAny', 'PolRsDbgrConfigImportP', 'RtctrlRsCtxPToSubjP', 'SnmpEntity', 'InfraRsPathToAccBaseGrp', 'FabricLePortP', 'VnsAbsFolder', 'FabricRsLeNodeP', 'DbgacRsToEpIpForEpToEp', 'FvRsTnDenyRule', 'VnsFuncConnInst', 'EqptdiagOnDSubj', 'FvSubnetBDDefCont', 'MaintCtrlrMaintP', 'VmmRsDefaultStpIfPol', 'DbgacToEpgSummary', 'FabricRsSpCardPGrp', 'VnsRsALDevToPhysDomP', 'VnsRsLIfCtxToBD', 'IsisIf', 'VnsMFunc', 'FvBDHolder', 'BgpInst', 'DbgexpRsUserCtx', 'FabricPodPGrp', 'BgpPeerEntry', 'DbgFiveTupleRslt', 'InfraFexBndlGrp', 'VnsSHEPpInfo', 'VnsTermConnInst', 'FabricShardTaskHolder', 'FirmwareCompRunning', 'FvCtxDef', 'DnsLblDef', 'FabricRsOosPath', 'SatmFabP', 'InfraRsOverrideLldpIfPol', 'FirmwareInternalSource', 'DatetimeConfIssues', 'LldpInst', 'InfraRsResLoopProtectPol', 'CoopEntity', 'IdentConsumer', 'PlannerRsL3OutVrf', 'TestinfralabCont', 'PolGCount', 'FabricExtPathEpCont', 'DhcpDiscNode']
146
145
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
147
146
  'chng' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
148
147
  'cur' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -240,13 +239,12 @@ module ACIrb
240
239
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
241
240
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
242
241
  'twScore' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
243
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
244
242
  'updTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
245
243
  'weight' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
246
244
  @child_classes = []
247
245
  @label = 'None'
248
246
  @naming_props = ['nodeId']
249
- @read_only = false
247
+ @read_only = true
250
248
 
251
249
  def rn
252
250
  'nodehealth-' << @attributes['nodeId'] << ''
@@ -472,12 +470,11 @@ module ACIrb
472
470
  'oCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
473
471
  'oDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
474
472
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
475
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
476
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
473
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
477
474
  @child_classes = ['HealthNodeInst', 'HealthInst']
478
475
  @label = 'None'
479
476
  @naming_props = ['oDn']
480
- @read_only = false
477
+ @read_only = true
481
478
 
482
479
  def rn
483
480
  'hs-[' << @attributes['oDn'] << ']'
@@ -108,7 +108,7 @@ module ACIrb
108
108
  @prefix = 'hvsExtPolTask-'
109
109
  @prefixes = [['hvsExtPolTask-', true]]
110
110
  @rn_format = 'hvsExtPolTask-%(id)s'
111
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
111
+ @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']
112
112
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
113
113
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
114
114
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -183,7 +183,7 @@ module ACIrb
183
183
  @prefix = 'hvsLNodeTask-'
184
184
  @prefixes = [['hvsLNodeTask-', true]]
185
185
  @rn_format = 'hvsLNodeTask-%(id)s'
186
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
186
+ @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']
187
187
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
188
188
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
189
189
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -479,7 +479,7 @@ module ACIrb
479
479
  @prefix = 'hvsRtNicAdjTask-'
480
480
  @prefixes = [['hvsRtNicAdjTask-', true]]
481
481
  @rn_format = 'hvsRtNicAdjTask-%(id)s'
482
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
482
+ @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']
483
483
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
484
484
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
485
485
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -581,12 +581,11 @@ module ACIrb
581
581
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
582
582
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
583
583
  'sessId' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
584
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
585
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
584
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
586
585
  @child_classes = ['HvsVSpanSessionSrc']
587
586
  @label = 'None'
588
587
  @naming_props = ['sessId']
589
- @read_only = false
588
+ @read_only = true
590
589
 
591
590
  def rn
592
591
  'vspan-' << @attributes['sessId'] << ''
@@ -607,12 +606,11 @@ module ACIrb
607
606
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
608
607
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
609
608
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
610
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
611
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
609
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
612
610
  @child_classes = ['HvsVSpanSession']
613
611
  @label = 'None'
614
612
  @naming_props = []
615
- @read_only = false
613
+ @read_only = true
616
614
 
617
615
  def rn
618
616
  'spancont'
@@ -635,12 +633,11 @@ module ACIrb
635
633
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
636
634
  'port' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
637
635
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
638
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
639
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
636
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
640
637
  @child_classes = []
641
638
  @label = 'None'
642
639
  @naming_props = ['port', 'dir']
643
- @read_only = false
640
+ @read_only = true
644
641
 
645
642
  def rn
646
643
  'vspansrc-' << @attributes['port'] << '-' << @attributes['dir'] << ''
@@ -1,6 +1,89 @@
1
1
  # auto-generated code
2
2
  require 'acirb/mo'
3
3
  module ACIrb
4
+ class IdentAllocCont < MO
5
+ @class_name = 'ident.AllocCont'
6
+ @ruby_class = 'IdentAllocCont'
7
+ @prefix = 'acont'
8
+ @prefixes = [['acont', false]]
9
+ @rn_format = 'acont'
10
+ @containers = ['IdentShardCont']
11
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
12
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
13
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
14
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
15
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
16
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
17
+ 'tries' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
18
+ @child_classes = ['FaultInst', 'IdentAllocInst']
19
+ @label = 'None'
20
+ @naming_props = []
21
+ @read_only = true
22
+
23
+ def rn
24
+ 'acont'
25
+ end
26
+ end
27
+ class IdentAllocContTask < MO
28
+ @class_name = 'ident.AllocContTask'
29
+ @ruby_class = 'IdentAllocContTask'
30
+ @prefix = 'identAllocContTask-'
31
+ @prefixes = [['identAllocContTask-', true]]
32
+ @rn_format = 'identAllocContTask-%(id)s'
33
+ @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']
34
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
35
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
36
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
37
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
38
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
39
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
40
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
41
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
42
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
43
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
44
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
45
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
46
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
47
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
48
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
49
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
50
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
51
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
52
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
53
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
54
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
55
+ @child_classes = []
56
+ @label = 'None'
57
+ @naming_props = ['id']
58
+ @read_only = true
59
+
60
+ def rn
61
+ 'identAllocContTask-' << @attributes['id'] << ''
62
+ end
63
+ end
64
+ class IdentAllocInst < MO
65
+ @class_name = 'ident.AllocInst'
66
+ @ruby_class = 'IdentAllocInst'
67
+ @prefix = 'ainst-'
68
+ @prefixes = [['ainst-', true]]
69
+ @rn_format = 'ainst-[%(instDn)s]'
70
+ @containers = ['IdentAllocCont']
71
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
72
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
73
+ 'instDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
74
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
75
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
76
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
77
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
78
+ @child_classes = []
79
+ @label = 'None'
80
+ @naming_props = ['instDn']
81
+ @read_only = true
82
+
83
+ def rn
84
+ 'ainst-[' << @attributes['instDn'] << ']'
85
+ end
86
+ end
4
87
  class IdentAllocRule < MO
5
88
  @class_name = 'ident.AllocRule'
6
89
  @ruby_class = 'IdentAllocRule'
@@ -220,7 +303,7 @@ module ACIrb
220
303
  @prefix = 'identConsumerTask-'
221
304
  @prefixes = [['identConsumerTask-', true]]
222
305
  @rn_format = 'identConsumerTask-%(id)s'
223
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
306
+ @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']
224
307
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
225
308
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
226
309
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -264,7 +347,7 @@ module ACIrb
264
347
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
265
348
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
266
349
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
267
- @child_classes = ['IdentSubj']
350
+ @child_classes = ['IdentShardCont', 'IdentSubj']
268
351
  @label = 'None'
269
352
  @naming_props = []
270
353
  @read_only = true
@@ -330,7 +413,7 @@ module ACIrb
330
413
  @prefix = 'identContextTask-'
331
414
  @prefixes = [['identContextTask-', true]]
332
415
  @rn_format = 'identContextTask-%(id)s'
333
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
416
+ @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']
334
417
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
335
418
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
336
419
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -509,7 +592,7 @@ module ACIrb
509
592
  @prefix = 'identElementTask-'
510
593
  @prefixes = [['identElementTask-', true]]
511
594
  @rn_format = 'identElementTask-%(id)s'
512
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
595
+ @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']
513
596
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
514
597
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
515
598
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -705,6 +788,89 @@ module ACIrb
705
788
  'ns-' << @attributes['name'] << ''
706
789
  end
707
790
  end
791
+ class IdentReleaseCont < MO
792
+ @class_name = 'ident.ReleaseCont'
793
+ @ruby_class = 'IdentReleaseCont'
794
+ @prefix = 'relcont'
795
+ @prefixes = [['relcont', false]]
796
+ @rn_format = 'relcont'
797
+ @containers = ['IdentShardCont']
798
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
799
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
800
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
801
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
802
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
803
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
804
+ @child_classes = ['FaultInst', 'IdentReleaseInst']
805
+ @label = 'None'
806
+ @naming_props = []
807
+ @read_only = true
808
+
809
+ def rn
810
+ 'relcont'
811
+ end
812
+ end
813
+ class IdentReleaseContTask < MO
814
+ @class_name = 'ident.ReleaseContTask'
815
+ @ruby_class = 'IdentReleaseContTask'
816
+ @prefix = 'identReleaseContTask-'
817
+ @prefixes = [['identReleaseContTask-', true]]
818
+ @rn_format = 'identReleaseContTask-%(id)s'
819
+ @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']
820
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
821
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
822
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
823
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
824
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
825
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
826
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
827
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
828
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
829
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
830
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
831
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
832
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
833
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
834
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
835
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
836
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
837
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
838
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
839
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
840
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
841
+ @child_classes = []
842
+ @label = 'None'
843
+ @naming_props = ['id']
844
+ @read_only = true
845
+
846
+ def rn
847
+ 'identReleaseContTask-' << @attributes['id'] << ''
848
+ end
849
+ end
850
+ class IdentReleaseInst < MO
851
+ @class_name = 'ident.ReleaseInst'
852
+ @ruby_class = 'IdentReleaseInst'
853
+ @prefix = 'relinst-'
854
+ @prefixes = [['relinst-', true]]
855
+ @rn_format = 'relinst-[%(instDn)s]'
856
+ @containers = ['IdentReleaseCont']
857
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
858
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
859
+ 'elementDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
860
+ 'instDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
861
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
862
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
863
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
864
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
865
+ @child_classes = []
866
+ @label = 'None'
867
+ @naming_props = ['instDn']
868
+ @read_only = true
869
+
870
+ def rn
871
+ 'relinst-[' << @attributes['instDn'] << ']'
872
+ end
873
+ end
708
874
  class IdentRUni < MO
709
875
  @class_name = 'ident.RUni'
710
876
  @ruby_class = 'IdentRUni'
@@ -731,6 +897,88 @@ module ACIrb
731
897
  'runi-' << @attributes['subj'] << '-' << @attributes['ns'] << ''
732
898
  end
733
899
  end
900
+ class IdentSegAllocCont < MO
901
+ @class_name = 'ident.SegAllocCont'
902
+ @ruby_class = 'IdentSegAllocCont'
903
+ @prefix = 'segacont'
904
+ @prefixes = [['segacont', false]]
905
+ @rn_format = 'segacont'
906
+ @containers = ['IdentShardCont']
907
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
908
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
909
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
910
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
911
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
912
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
913
+ @child_classes = ['FaultInst', 'IdentSegAllocInst']
914
+ @label = 'None'
915
+ @naming_props = []
916
+ @read_only = true
917
+
918
+ def rn
919
+ 'segacont'
920
+ end
921
+ end
922
+ class IdentSegAllocContTask < MO
923
+ @class_name = 'ident.SegAllocContTask'
924
+ @ruby_class = 'IdentSegAllocContTask'
925
+ @prefix = 'identSegAllocContTask-'
926
+ @prefixes = [['identSegAllocContTask-', true]]
927
+ @rn_format = 'identSegAllocContTask-%(id)s'
928
+ @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']
929
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
930
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
931
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
932
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
933
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
934
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
935
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
936
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
937
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
938
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
939
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
940
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
941
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
942
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
943
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
944
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
945
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
946
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
947
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
948
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
949
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
950
+ @child_classes = []
951
+ @label = 'None'
952
+ @naming_props = ['id']
953
+ @read_only = true
954
+
955
+ def rn
956
+ 'identSegAllocContTask-' << @attributes['id'] << ''
957
+ end
958
+ end
959
+ class IdentSegAllocInst < MO
960
+ @class_name = 'ident.SegAllocInst'
961
+ @ruby_class = 'IdentSegAllocInst'
962
+ @prefix = 'sallinst-'
963
+ @prefixes = [['sallinst-', true]]
964
+ @rn_format = 'sallinst-[%(segDn)s]'
965
+ @containers = ['IdentSegAllocCont']
966
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
967
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
968
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
969
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
970
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
971
+ 'segDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
972
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
973
+ @child_classes = []
974
+ @label = 'None'
975
+ @naming_props = ['segDn']
976
+ @read_only = true
977
+
978
+ def rn
979
+ 'sallinst-[' << @attributes['segDn'] << ']'
980
+ end
981
+ end
734
982
  class IdentSegment < MO
735
983
  @class_name = 'ident.Segment'
736
984
  @ruby_class = 'IdentSegment'
@@ -991,7 +1239,7 @@ module ACIrb
991
1239
  @prefix = 'identSegmentTask-'
992
1240
  @prefixes = [['identSegmentTask-', true]]
993
1241
  @rn_format = 'identSegmentTask-%(id)s'
994
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1242
+ @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']
995
1243
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
996
1244
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
997
1245
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1022,6 +1270,113 @@ module ACIrb
1022
1270
  'identSegmentTask-' << @attributes['id'] << ''
1023
1271
  end
1024
1272
  end
1273
+ class IdentSegReleaseCont < MO
1274
+ @class_name = 'ident.SegReleaseCont'
1275
+ @ruby_class = 'IdentSegReleaseCont'
1276
+ @prefix = 'segrcont'
1277
+ @prefixes = [['segrcont', false]]
1278
+ @rn_format = 'segrcont'
1279
+ @containers = ['IdentShardCont']
1280
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1281
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1282
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1283
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1284
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1285
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1286
+ @child_classes = ['FaultInst', 'IdentSegReleaseInst']
1287
+ @label = 'None'
1288
+ @naming_props = []
1289
+ @read_only = true
1290
+
1291
+ def rn
1292
+ 'segrcont'
1293
+ end
1294
+ end
1295
+ class IdentSegReleaseContTask < MO
1296
+ @class_name = 'ident.SegReleaseContTask'
1297
+ @ruby_class = 'IdentSegReleaseContTask'
1298
+ @prefix = 'identSegReleaseContTask-'
1299
+ @prefixes = [['identSegReleaseContTask-', true]]
1300
+ @rn_format = 'identSegReleaseContTask-%(id)s'
1301
+ @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']
1302
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1303
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1304
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1305
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1306
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1307
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1308
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
1309
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1310
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1311
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1312
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1313
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1314
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1315
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1316
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1317
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1318
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1319
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1320
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1321
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1322
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1323
+ @child_classes = []
1324
+ @label = 'None'
1325
+ @naming_props = ['id']
1326
+ @read_only = true
1327
+
1328
+ def rn
1329
+ 'identSegReleaseContTask-' << @attributes['id'] << ''
1330
+ end
1331
+ end
1332
+ class IdentSegReleaseInst < MO
1333
+ @class_name = 'ident.SegReleaseInst'
1334
+ @ruby_class = 'IdentSegReleaseInst'
1335
+ @prefix = 'srelinst-'
1336
+ @prefixes = [['srelinst-', true]]
1337
+ @rn_format = 'srelinst-[%(segDn)s]'
1338
+ @containers = ['IdentSegReleaseCont']
1339
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1340
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1341
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1342
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1343
+ 'profile' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1344
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1345
+ 'segDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
1346
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1347
+ 'uniDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1348
+ @child_classes = []
1349
+ @label = 'None'
1350
+ @naming_props = ['segDn']
1351
+ @read_only = true
1352
+
1353
+ def rn
1354
+ 'srelinst-[' << @attributes['segDn'] << ']'
1355
+ end
1356
+ end
1357
+ class IdentShardCont < MO
1358
+ @class_name = 'ident.ShardCont'
1359
+ @ruby_class = 'IdentShardCont'
1360
+ @prefix = 'scont-'
1361
+ @prefixes = [['scont-', true]]
1362
+ @rn_format = 'scont-%(shard)s'
1363
+ @containers = ['IdentCont']
1364
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1365
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1366
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1367
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1368
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1369
+ 'shard' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
1370
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1371
+ @child_classes = ['IdentSegAllocCont', 'IdentReleaseCont', 'IdentAllocCont', 'IdentSegReleaseCont']
1372
+ @label = 'None'
1373
+ @naming_props = ['shard']
1374
+ @read_only = true
1375
+
1376
+ def rn
1377
+ 'scont-' << @attributes['shard'] << ''
1378
+ end
1379
+ end
1025
1380
  class IdentSource < MO
1026
1381
  @class_name = 'ident.Source'
1027
1382
  @ruby_class = 'IdentSource'
@@ -1074,7 +1429,7 @@ module ACIrb
1074
1429
  @prefix = 'identSourceTask-'
1075
1430
  @prefixes = [['identSourceTask-', true]]
1076
1431
  @rn_format = 'identSourceTask-%(id)s'
1077
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1432
+ @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']
1078
1433
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1079
1434
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1080
1435
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },