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
@@ -189,7 +189,7 @@ module ACIrb
189
189
  @prefix = 'vpcIfTask-'
190
190
  @prefixes = [['vpcIfTask-', true]]
191
191
  @rn_format = 'vpcIfTask-%(id)s'
192
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
192
+ @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']
193
193
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
194
194
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
195
195
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -298,12 +298,11 @@ module ACIrb
298
298
  'tosByte' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
299
299
  'tosCfgType' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
300
300
  'tosType' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
301
- 'tosValue' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
302
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
301
+ 'tosValue' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
303
302
  @child_classes = ['FaultDelegate']
304
303
  @label = 'Keep Alive Policy'
305
304
  @naming_props = []
306
- @read_only = false
305
+ @read_only = true
307
306
 
308
307
  def rn
309
308
  'kapol'
@@ -382,14 +381,13 @@ module ACIrb
382
381
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
383
382
  'tSKey' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
384
383
  'tType' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
385
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
386
384
  'vpcCfgFailedBmp' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
387
385
  'vpcCfgFailedTs' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
388
386
  'vpcCfgState' => { 'isAdmin' => false, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
389
387
  @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
390
388
  @label = 'Port Channel Attachment'
391
389
  @naming_props = []
392
- @read_only = false
390
+ @read_only = true
393
391
 
394
392
  def rn
395
393
  'rsvpcConf'
@@ -69,12 +69,11 @@ module ACIrb
69
69
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
70
70
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
71
71
  'tag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
72
- 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
73
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
72
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
74
73
  @child_classes = ['FaultDelegate']
75
74
  @label = 'Consumer Label'
76
75
  @naming_props = ['type', 'name']
77
- @read_only = false
76
+ @read_only = true
78
77
 
79
78
  def rn
80
79
  'cons-' << @attributes['type'] << '-' << @attributes['name'] << ''
@@ -98,12 +97,11 @@ module ACIrb
98
97
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
99
98
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
100
99
  'tag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
101
- 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
102
- 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
100
+ 'type' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
103
101
  @child_classes = ['FaultDelegate']
104
102
  @label = 'Provider Label'
105
103
  @naming_props = ['type', 'name']
106
- @read_only = false
104
+ @read_only = true
107
105
 
108
106
  def rn
109
107
  'prov-' << @attributes['type'] << '-' << @attributes['name'] << ''
@@ -86,7 +86,7 @@ module ACIrb
86
86
  @prefix = 'vzACollectionTask-'
87
87
  @prefixes = [['vzACollectionTask-', true]]
88
88
  @rn_format = 'vzACollectionTask-%(id)s'
89
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
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
90
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
91
91
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
92
92
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -312,7 +312,7 @@ module ACIrb
312
312
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
313
313
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
314
314
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
315
- @child_classes = ['VzRsFiltGraphAtt', 'VzRtTabooRFltAtt', 'VzRtConnToFlt', 'VzRtRFltAtt', 'VzRtRevRFltPAtt', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
315
+ @child_classes = ['VzRsFiltGraphAtt', 'VzRtTabooRFltAtt', 'VzRtConnToFlt', 'VzRtRFltAtt', 'VzRtToRFltP', 'VzRtRevRFltPAtt', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
316
316
  @label = 'None'
317
317
  @naming_props = []
318
318
  @read_only = false
@@ -360,7 +360,7 @@ module ACIrb
360
360
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
361
361
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
362
362
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
363
- @child_classes = ['VzRsFiltGraphAtt', 'VzRtTabooRFltAtt', 'VzRtConnToFlt', 'VzRtRFltAtt', 'VzRtRevRFltPAtt', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
363
+ @child_classes = ['VzRsFiltGraphAtt', 'VzRtTabooRFltAtt', 'VzRtConnToFlt', 'VzRtRFltAtt', 'VzRtToRFltP', 'VzRtRevRFltPAtt', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
364
364
  @label = 'None'
365
365
  @naming_props = []
366
366
  @read_only = false
@@ -559,11 +559,10 @@ module ACIrb
559
559
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
560
560
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
561
561
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
562
- 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
563
562
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
564
563
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
565
564
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
566
- @child_classes = ['VzAnyREpPCtrct', 'FaultCounts', 'HealthInst', 'FaultDelegate']
565
+ @child_classes = ['VzAnyREpPCtrct', 'FaultDelegate']
567
566
  @label = 'AnyREpP Container'
568
567
  @naming_props = []
569
568
  @read_only = true
@@ -585,13 +584,12 @@ module ACIrb
585
584
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
586
585
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
587
586
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
588
- 'monPolDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
589
587
  'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
590
588
  'ownerKey' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
591
589
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
592
590
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
593
591
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
594
- @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'VzRsAnyToCtrct']
592
+ @child_classes = ['FaultDelegate', 'VzRsAnyToCtrct']
595
593
  @label = 'Remote vzAny Contract'
596
594
  @naming_props = ['ctrctPKey']
597
595
  @read_only = true
@@ -600,43 +598,6 @@ module ACIrb
600
598
  'anyCtrct-[' << @attributes['ctrctPKey'] << ']'
601
599
  end
602
600
  end
603
- class VzAnyREpPCtrctTask < MO
604
- @class_name = 'vz.AnyREpPCtrctTask'
605
- @ruby_class = 'VzAnyREpPCtrctTask'
606
- @prefix = 'vzAnyREpPCtrctTask-'
607
- @prefixes = [['vzAnyREpPCtrctTask-', true]]
608
- @rn_format = 'vzAnyREpPCtrctTask-%(id)s'
609
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
610
- @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
611
- 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
612
- 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
613
- 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
614
- 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
615
- 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
616
- 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
617
- 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
618
- 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
619
- 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
620
- 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
621
- 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
622
- 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
623
- 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
624
- 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
625
- 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
626
- 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
627
- 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
628
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
629
- 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
630
- 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
631
- @child_classes = []
632
- @label = 'None'
633
- @naming_props = ['id']
634
- @read_only = true
635
-
636
- def rn
637
- 'vzAnyREpPCtrctTask-' << @attributes['id'] << ''
638
- end
639
- end
640
601
  class VzAnyToCollection < MO
641
602
  @class_name = 'vz.AnyToCollection'
642
603
  @ruby_class = 'VzAnyToCollection'
@@ -838,7 +799,7 @@ module ACIrb
838
799
  @prefix = 'vzBrCPTask-'
839
800
  @prefixes = [['vzBrCPTask-', true]]
840
801
  @rn_format = 'vzBrCPTask-%(id)s'
841
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
802
+ @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']
842
803
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
843
804
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
844
805
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -900,7 +861,7 @@ module ACIrb
900
861
  @prefix = 'vzCollectionContTask-'
901
862
  @prefixes = [['vzCollectionContTask-', true]]
902
863
  @rn_format = 'vzCollectionContTask-%(id)s'
903
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
864
+ @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']
904
865
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
905
866
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
906
867
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -959,28 +920,6 @@ module ACIrb
959
920
  'cdef-[' << @attributes['collDn'] << ']'
960
921
  end
961
922
  end
962
- class VzCollectionUpdUtil < MO
963
- @class_name = 'vz.CollectionUpdUtil'
964
- @ruby_class = 'VzCollectionUpdUtil'
965
- @prefix = 'collectionUpdUtil'
966
- @prefixes = [['collectionUpdUtil', false]]
967
- @rn_format = 'collectionUpdUtil'
968
- @containers = ['TopRoot']
969
- @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
970
- 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
971
- 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
972
- 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
973
- 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
974
- 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
975
- @child_classes = []
976
- @label = 'None'
977
- @naming_props = []
978
- @read_only = true
979
-
980
- def rn
981
- 'collectionUpdUtil'
982
- end
983
- end
984
923
  class VzConsCtrctLbl < MO
985
924
  @class_name = 'vz.ConsCtrctLbl'
986
925
  @ruby_class = 'VzConsCtrctLbl'
@@ -1314,7 +1253,7 @@ module ACIrb
1314
1253
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1315
1254
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1316
1255
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1317
- @child_classes = ['FaultCounts', 'HealthInst', 'VzFromEPg', 'VzRtToCtrct', 'FaultInst', 'VzRtAeToCtrct', 'VzRtProvDef', 'VzRtToRemoteCtrct', 'VzRtAnyToCtrct', 'FaultDelegate', 'VzRtToRemoteCtrctEPgCont']
1256
+ @child_classes = ['FaultCounts', 'HealthInst', 'VzFromEPg', 'VzRtToCtrct', 'FaultInst', 'VzRtAeToCtrct', 'VzRtProvDef', 'VzRtToRemoteCtrct', 'VzRtAnyToCtrct', 'VzRtToCtrctEPgCont', 'FaultDelegate', 'VzRtToRemoteCtrctEPgCont']
1318
1257
  @label = 'None'
1319
1258
  @naming_props = ['epgDn']
1320
1259
  @read_only = true
@@ -1329,7 +1268,7 @@ module ACIrb
1329
1268
  @prefix = 'vzCtrctEPgContTask-'
1330
1269
  @prefixes = [['vzCtrctEPgContTask-', true]]
1331
1270
  @rn_format = 'vzCtrctEPgContTask-%(id)s'
1332
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1271
+ @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']
1333
1272
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1334
1273
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1335
1274
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1473,7 +1412,7 @@ module ACIrb
1473
1412
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1474
1413
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1475
1414
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1476
- @child_classes = ['VzRsFiltGraphAtt', 'FaultCounts', 'HealthInst', 'VzRtTabooRFltAtt', 'VzRFltE', 'VzRtRFltAtt', 'VzRtConnToFlt', 'VzRtRevRFltPAtt', 'VzRsERFltPOwner', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
1415
+ @child_classes = ['VzRsFiltGraphAtt', 'FaultCounts', 'HealthInst', 'VzRtTabooRFltAtt', 'VzRFltE', 'VzRtRFltAtt', 'VzRtConnToFlt', 'VzRtToRFltP', 'VzRtRevRFltPAtt', 'VzRsERFltPOwner', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
1477
1416
  @label = 'Filter Profile'
1478
1417
  @naming_props = ['id']
1479
1418
  @read_only = true
@@ -1506,7 +1445,7 @@ module ACIrb
1506
1445
  'txId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1507
1446
  'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1508
1447
  'usesIds' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1509
- @child_classes = ['VzRsFiltGraphAtt', 'FaultCounts', 'VzRtTabooRFltAtt', 'FaultInst', 'VzRtRFltAtt', 'VzRsFwdRFltPAtt', 'VzRtRevRFltPAtt', 'VzRtFiltAtt', 'VzRtFwdRFltPAtt', 'TagInst', 'VzRtRFltPOwner', 'VzRsRevRFltPAtt', 'VzRtDenyRule', 'TagAliasDelInst', 'VzRtToRemoteRFltAtt', 'VzRtERFltPOwner', 'FaultDelegate', 'HealthInst', 'VzEntry', 'TagAliasInst', 'VzRtSubjFiltAtt', 'VzRtToRemoteRFltP', 'VzRtConnToFlt', 'VzRtTnDenyRule', 'VzRtCtxMcastTo', 'VzRtConnToFltInst', 'VzRtBdFloodTo']
1448
+ @child_classes = ['VzRsFiltGraphAtt', 'FaultCounts', 'VzRtTabooRFltAtt', 'FaultInst', 'VzRtRFltAtt', 'VzRsFwdRFltPAtt', 'VzRtToRFltP', 'VzRtRevRFltPAtt', 'VzRtFiltAtt', 'VzRtFwdRFltPAtt', 'TagInst', 'VzRtRFltPOwner', 'VzRsRevRFltPAtt', 'VzRtDenyRule', 'TagAliasDelInst', 'VzRtToRemoteRFltAtt', 'VzRtERFltPOwner', 'FaultDelegate', 'HealthInst', 'VzEntry', 'TagAliasInst', 'VzRtSubjFiltAtt', 'VzRtToRemoteRFltP', 'VzRtConnToFlt', 'VzRtTnDenyRule', 'VzRtCtxMcastTo', 'VzRtConnToFltInst', 'VzRtBdFloodTo']
1510
1449
  @label = 'Filter'
1511
1450
  @naming_props = ['name']
1512
1451
  @read_only = false
@@ -1521,7 +1460,7 @@ module ACIrb
1521
1460
  @prefix = 'vzFilterTask-'
1522
1461
  @prefixes = [['vzFilterTask-', true]]
1523
1462
  @rn_format = 'vzFilterTask-%(id)s'
1524
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1463
+ @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']
1525
1464
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1526
1465
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1527
1466
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1609,7 +1548,7 @@ module ACIrb
1609
1548
  @prefix = 'vzFltTaskAggrTask-'
1610
1549
  @prefixes = [['vzFltTaskAggrTask-', true]]
1611
1550
  @rn_format = 'vzFltTaskAggrTask-%(id)s'
1612
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1551
+ @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']
1613
1552
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1614
1553
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1615
1554
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1675,6 +1614,95 @@ module ACIrb
1675
1614
  'fr-[' << @attributes['epgDefDn'] << ']'
1676
1615
  end
1677
1616
  end
1617
+ class VzGlobalPcTagRequest < MO
1618
+ @class_name = 'vz.GlobalPcTagRequest'
1619
+ @ruby_class = 'VzGlobalPcTagRequest'
1620
+ @prefix = 'globalPcTagRequest-'
1621
+ @prefixes = [['globalPcTagRequest-', true]]
1622
+ @rn_format = 'globalPcTagRequest-[%(epgDn)s]'
1623
+ @containers = ['VzGlobalPcTagRequestCont']
1624
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1625
+ 'consCount' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1626
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1627
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1628
+ 'epgDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
1629
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1630
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1631
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1632
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1633
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1634
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1635
+ @child_classes = ['FaultInst', 'FaultDelegate']
1636
+ @label = 'Global PcTag Request'
1637
+ @naming_props = ['epgDn']
1638
+ @read_only = false
1639
+
1640
+ def rn
1641
+ 'globalPcTagRequest-[' << @attributes['epgDn'] << ']'
1642
+ end
1643
+ end
1644
+ class VzGlobalPcTagRequestCont < MO
1645
+ @class_name = 'vz.GlobalPcTagRequestCont'
1646
+ @ruby_class = 'VzGlobalPcTagRequestCont'
1647
+ @prefix = 'globalPcTagRequestCont'
1648
+ @prefixes = [['globalPcTagRequestCont', false]]
1649
+ @rn_format = 'globalPcTagRequestCont'
1650
+ @containers = ['TopRoot']
1651
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1652
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1653
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1654
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1655
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1656
+ 'name' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1657
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1658
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1659
+ 'uid' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1660
+ @child_classes = ['VzGlobalPcTagRequest', 'FaultDelegate']
1661
+ @label = 'Container of all the requests for allocating global PcTag'
1662
+ @naming_props = []
1663
+ @read_only = false
1664
+
1665
+ def rn
1666
+ 'globalPcTagRequestCont'
1667
+ end
1668
+ end
1669
+ class VzGlobalPcTagRequestTask < MO
1670
+ @class_name = 'vz.GlobalPcTagRequestTask'
1671
+ @ruby_class = 'VzGlobalPcTagRequestTask'
1672
+ @prefix = 'vzGlobalPcTagRequestTask-'
1673
+ @prefixes = [['vzGlobalPcTagRequestTask-', true]]
1674
+ @rn_format = 'vzGlobalPcTagRequestTask-%(id)s'
1675
+ @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']
1676
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1677
+ 'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1678
+ 'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1679
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1680
+ 'endTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1681
+ 'fail' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1682
+ 'id' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false },
1683
+ 'invErrCode' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1684
+ 'invErrDescr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1685
+ 'invRslt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1686
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1687
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1688
+ 'oDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1689
+ 'operSt' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1690
+ 'originMinority' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1691
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1692
+ 'runId' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1693
+ 'startTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1694
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1695
+ 'try' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1696
+ 'ts' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1697
+ @child_classes = []
1698
+ @label = 'None'
1699
+ @naming_props = ['id']
1700
+ @read_only = true
1701
+
1702
+ def rn
1703
+ 'vzGlobalPcTagRequestTask-' << @attributes['id'] << ''
1704
+ end
1705
+ end
1678
1706
  class VzGraphCont < MO
1679
1707
  @class_name = 'vz.GraphCont'
1680
1708
  @ruby_class = 'VzGraphCont'
@@ -1711,6 +1739,7 @@ module ACIrb
1711
1739
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1712
1740
  'descr' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1713
1741
  'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
1742
+ 'graphDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1714
1743
  'graphTermDn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1715
1744
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1716
1745
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -1848,6 +1877,7 @@ module ACIrb
1848
1877
  'isCtxPcTagInUseForRules' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1849
1878
  'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1850
1879
  'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1880
+ 'requestSharedPcTag' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
1851
1881
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
1852
1882
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
1853
1883
  @child_classes = []
@@ -2026,7 +2056,7 @@ module ACIrb
2026
2056
  @prefix = 'vzProvDefTask-'
2027
2057
  @prefixes = [['vzProvDefTask-', true]]
2028
2058
  @rn_format = 'vzProvDefTask-%(id)s'
2029
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
2059
+ @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']
2030
2060
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2031
2061
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2032
2062
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
@@ -2226,7 +2256,7 @@ module ACIrb
2226
2256
  'ownerTag' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
2227
2257
  'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
2228
2258
  'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false } }
2229
- @child_classes = ['VzRsFiltGraphAtt', 'FaultCounts', 'HealthInst', 'VzRtTabooRFltAtt', 'VzRFltE', 'VzRtRfltpConn', 'VzRtRFltAtt', 'VzRtConnToFlt', 'VzRtRevRFltPAtt', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRsRFltPOwner', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
2259
+ @child_classes = ['VzRsFiltGraphAtt', 'FaultCounts', 'HealthInst', 'VzRtTabooRFltAtt', 'VzRFltE', 'VzRtRfltpConn', 'VzRtRFltAtt', 'VzRtConnToFlt', 'VzRtToRFltP', 'VzRtRevRFltPAtt', 'VzRtToRemoteRFltAtt', 'VzRtConnToFltInst', 'VzRsRFltPOwner', 'VzRtFwdRFltPAtt', 'FaultDelegate', 'VzRtToRemoteRFltP']
2230
2260
  @label = 'Filter Profile'
2231
2261
  @naming_props = ['id']
2232
2262
  @read_only = true
@@ -3180,7 +3210,7 @@ module ACIrb
3180
3210
  'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3181
3211
  'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
3182
3212
  @child_classes = []
3183
- @label = 'Private Network'
3213
+ @label = 'VRF'
3184
3214
  @naming_props = ['tDn']
3185
3215
  @read_only = true
3186
3216
 
@@ -3693,6 +3723,30 @@ module ACIrb
3693
3723
  'rtfvToCtrct-[' << @attributes['tDn'] << ']'
3694
3724
  end
3695
3725
  end
3726
+ class VzRtToCtrctEPgCont < MO
3727
+ @class_name = 'vz.RtToCtrctEPgCont'
3728
+ @ruby_class = 'VzRtToCtrctEPgCont'
3729
+ @prefix = 'rtfcprToCtrctEPgCont-'
3730
+ @prefixes = [['rtfcprToCtrctEPgCont-', true]]
3731
+ @rn_format = 'rtfcprToCtrctEPgCont-[%(tDn)s]'
3732
+ @containers = ['VzCtrctEPgCont']
3733
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3734
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3735
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3736
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3737
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3738
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3739
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3740
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
3741
+ @child_classes = []
3742
+ @label = 'Manager for vzCtrctEPgCont Policy Resolution'
3743
+ @naming_props = ['tDn']
3744
+ @read_only = true
3745
+
3746
+ def rn
3747
+ 'rtfcprToCtrctEPgCont-[' << @attributes['tDn'] << ']'
3748
+ end
3749
+ end
3696
3750
  class VzRtToEpgConn < MO
3697
3751
  @class_name = 'vz.RtToEpgConn'
3698
3752
  @ruby_class = 'VzRtToEpgConn'
@@ -3861,6 +3915,30 @@ module ACIrb
3861
3915
  'rtfvToRemoteTabooDef-[' << @attributes['tDn'] << ']'
3862
3916
  end
3863
3917
  end
3918
+ class VzRtToRFltP < MO
3919
+ @class_name = 'vz.RtToRFltP'
3920
+ @ruby_class = 'VzRtToRFltP'
3921
+ @prefix = 'rtfcprToRFltP-'
3922
+ @prefixes = [['rtfcprToRFltP-', true]]
3923
+ @rn_format = 'rtfcprToRFltP-[%(tDn)s]'
3924
+ @containers = ['VzERFltP', 'VzRFltP', 'ActrlFlt', 'VzFilter']
3925
+ @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3926
+ 'dn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => true, 'isRn' => false },
3927
+ 'lcOwn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3928
+ 'modTs' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3929
+ 'rn' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => true },
3930
+ 'status' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3931
+ 'tCl' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
3932
+ 'tDn' => { 'isAdmin' => true, 'isImplicit' => false, 'isCreateOnly' => true, 'isDn' => false, 'isRn' => false } }
3933
+ @child_classes = []
3934
+ @label = 'Manager for vzRFltP Policy Resolution'
3935
+ @naming_props = ['tDn']
3936
+ @read_only = true
3937
+
3938
+ def rn
3939
+ 'rtfcprToRFltP-[' << @attributes['tDn'] << ']'
3940
+ end
3941
+ end
3864
3942
  class VzRtToTabooDef < MO
3865
3943
  @class_name = 'vz.RtToTabooDef'
3866
3944
  @ruby_class = 'VzRtToTabooDef'
@@ -4009,7 +4087,7 @@ module ACIrb
4009
4087
  @prefix = 'vzTabooTask-'
4010
4088
  @prefixes = [['vzTabooTask-', true]]
4011
4089
  @rn_format = 'vzTabooTask-%(id)s'
4012
- @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
4090
+ @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']
4013
4091
  @props = { 'childAction' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4014
4092
  'data' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },
4015
4093
  'descr' => { 'isAdmin' => true, 'isImplicit' => true, 'isCreateOnly' => false, 'isDn' => false, 'isRn' => false },