acirb 1.0.4h

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. checksums.yaml +7 -0
  2. data/lib/acirb/aaa.rb +1477 -0
  3. data/lib/acirb/ac.rb +133 -0
  4. data/lib/acirb/action.rb +533 -0
  5. data/lib/acirb/actrl.rb +1269 -0
  6. data/lib/acirb/actrlcap.rb +37 -0
  7. data/lib/acirb/adcom.rb +421 -0
  8. data/lib/acirb/aib.rb +85 -0
  9. data/lib/acirb/arp.rb +309 -0
  10. data/lib/acirb/bfd.rb +245 -0
  11. data/lib/acirb/bgp.rb +1109 -0
  12. data/lib/acirb/callhome.rb +373 -0
  13. data/lib/acirb/cap.rb +101 -0
  14. data/lib/acirb/cdp.rb +325 -0
  15. data/lib/acirb/cnw.rb +101 -0
  16. data/lib/acirb/comm.rb +2981 -0
  17. data/lib/acirb/comp.rb +3285 -0
  18. data/lib/acirb/compat.rb +613 -0
  19. data/lib/acirb/condition.rb +213 -0
  20. data/lib/acirb/config.rb +261 -0
  21. data/lib/acirb/coop.rb +709 -0
  22. data/lib/acirb/copp.rb +645 -0
  23. data/lib/acirb/ctrlr.rb +37 -0
  24. data/lib/acirb/ctx.rb +101 -0
  25. data/lib/acirb/datetime.rb +389 -0
  26. data/lib/acirb/dbg.rb +1397 -0
  27. data/lib/acirb/dbgac.rb +757 -0
  28. data/lib/acirb/dbgexp.rb +661 -0
  29. data/lib/acirb/dhcp.rb +1141 -0
  30. data/lib/acirb/dhcptlv.rb +133 -0
  31. data/lib/acirb/dhcptlvpol.rb +133 -0
  32. data/lib/acirb/dlgt.rb +21 -0
  33. data/lib/acirb/dns.rb +293 -0
  34. data/lib/acirb/draw.rb +37 -0
  35. data/lib/acirb/edr.rb +85 -0
  36. data/lib/acirb/eigrp.rb +789 -0
  37. data/lib/acirb/ep.rb +69 -0
  38. data/lib/acirb/epm.rb +133 -0
  39. data/lib/acirb/eptrk.rb +117 -0
  40. data/lib/acirb/eqpt.rb +6405 -0
  41. data/lib/acirb/eqptcap.rb +197 -0
  42. data/lib/acirb/eqptcapacity.rb +4069 -0
  43. data/lib/acirb/eqptdiag.rb +181 -0
  44. data/lib/acirb/eqptdiagp.rb +981 -0
  45. data/lib/acirb/ethpm.rb +309 -0
  46. data/lib/acirb/event.rb +197 -0
  47. data/lib/acirb/extnw.rb +181 -0
  48. data/lib/acirb/fabric.rb +6693 -0
  49. data/lib/acirb/fault.rb +821 -0
  50. data/lib/acirb/file.rb +149 -0
  51. data/lib/acirb/firmware.rb +645 -0
  52. data/lib/acirb/fmcast.rb +101 -0
  53. data/lib/acirb/frmwrk.rb +277 -0
  54. data/lib/acirb/fsm.rb +21 -0
  55. data/lib/acirb/fv.rb +6901 -0
  56. data/lib/acirb/fvcap.rb +37 -0
  57. data/lib/acirb/fvns.rb +533 -0
  58. data/lib/acirb/fvtopo.rb +85 -0
  59. data/lib/acirb/geo.rb +133 -0
  60. data/lib/acirb/glean.rb +85 -0
  61. data/lib/acirb/ha.rb +21 -0
  62. data/lib/acirb/health.rb +341 -0
  63. data/lib/acirb/hvs.rb +357 -0
  64. data/lib/acirb/icmp.rb +69 -0
  65. data/lib/acirb/icmpv4.rb +69 -0
  66. data/lib/acirb/icmpv6.rb +85 -0
  67. data/lib/acirb/ident.rb +693 -0
  68. data/lib/acirb/igmp.rb +69 -0
  69. data/lib/acirb/igmpsnoop.rb +293 -0
  70. data/lib/acirb/im.rb +117 -0
  71. data/lib/acirb/imginstall.rb +21 -0
  72. data/lib/acirb/infra.rb +3893 -0
  73. data/lib/acirb/ip.rb +389 -0
  74. data/lib/acirb/ipmcsnoop.rb +293 -0
  75. data/lib/acirb/ipv4.rb +133 -0
  76. data/lib/acirb/ipv6.rb +149 -0
  77. data/lib/acirb/isis.rb +1653 -0
  78. data/lib/acirb/isistlv.rb +133 -0
  79. data/lib/acirb/l1.rb +741 -0
  80. data/lib/acirb/l1cap.rb +37 -0
  81. data/lib/acirb/l2.rb +2437 -0
  82. data/lib/acirb/l2cap.rb +37 -0
  83. data/lib/acirb/l2ext.rb +309 -0
  84. data/lib/acirb/l3.rb +613 -0
  85. data/lib/acirb/l3cap.rb +37 -0
  86. data/lib/acirb/l3ext.rb +949 -0
  87. data/lib/acirb/l3vm.rb +53 -0
  88. data/lib/acirb/l4.rb +53 -0
  89. data/lib/acirb/lacp.rb +293 -0
  90. data/lib/acirb/lbp.rb +37 -0
  91. data/lib/acirb/leqpt.rb +117 -0
  92. data/lib/acirb/lldp.rb +469 -0
  93. data/lib/acirb/lldptlv.rb +133 -0
  94. data/lib/acirb/lldptlvpol.rb +133 -0
  95. data/lib/acirb/maint.rb +549 -0
  96. data/lib/acirb/mcast.rb +53 -0
  97. data/lib/acirb/mcp.rb +245 -0
  98. data/lib/acirb/memory.rb +293 -0
  99. data/lib/acirb/mgmt.rb +805 -0
  100. data/lib/acirb/mldsnoop.rb +261 -0
  101. data/lib/acirb/mo.rb +53 -0
  102. data/lib/acirb/mock.rb +69 -0
  103. data/lib/acirb/mon.rb +645 -0
  104. data/lib/acirb/monitor.rb +149 -0
  105. data/lib/acirb/naming.rb +37 -0
  106. data/lib/acirb/nd.rb +405 -0
  107. data/lib/acirb/nw.rb +629 -0
  108. data/lib/acirb/nws.rb +117 -0
  109. data/lib/acirb/oam.rb +53 -0
  110. data/lib/acirb/observer.rb +69 -0
  111. data/lib/acirb/opflex.rb +2693 -0
  112. data/lib/acirb/os.rb +37 -0
  113. data/lib/acirb/ospf.rb +1317 -0
  114. data/lib/acirb/ospfv3.rb +501 -0
  115. data/lib/acirb/pc.rb +181 -0
  116. data/lib/acirb/pcons.rb +677 -0
  117. data/lib/acirb/phys.rb +37 -0
  118. data/lib/acirb/ping.rb +101 -0
  119. data/lib/acirb/pki.rb +245 -0
  120. data/lib/acirb/pol.rb +1413 -0
  121. data/lib/acirb/policer.rb +37 -0
  122. data/lib/acirb/pool.rb +101 -0
  123. data/lib/acirb/pres.rb +309 -0
  124. data/lib/acirb/proc.rb +2085 -0
  125. data/lib/acirb/psu.rb +69 -0
  126. data/lib/acirb/qos.rb +453 -0
  127. data/lib/acirb/qosm.rb +645 -0
  128. data/lib/acirb/qosp.rb +181 -0
  129. data/lib/acirb/rbqm.rb +149 -0
  130. data/lib/acirb/regress.rb +21 -0
  131. data/lib/acirb/reln.rb +421 -0
  132. data/lib/acirb/repl.rb +69 -0
  133. data/lib/acirb/res.rb +197 -0
  134. data/lib/acirb/rib.rb +149 -0
  135. data/lib/acirb/rmon.rb +165 -0
  136. data/lib/acirb/rpm.rb +21 -0
  137. data/lib/acirb/rtcom.rb +53 -0
  138. data/lib/acirb/rtctrl.rb +949 -0
  139. data/lib/acirb/rtextcom.rb +69 -0
  140. data/lib/acirb/rtflt.rb +53 -0
  141. data/lib/acirb/rtleak.rb +101 -0
  142. data/lib/acirb/rtmap.rb +517 -0
  143. data/lib/acirb/rtpfx.rb +85 -0
  144. data/lib/acirb/rtregcom.rb +69 -0
  145. data/lib/acirb/rtsum.rb +21 -0
  146. data/lib/acirb/rule.rb +69 -0
  147. data/lib/acirb/satm.rb +101 -0
  148. data/lib/acirb/snmp.rb +549 -0
  149. data/lib/acirb/span.rb +1349 -0
  150. data/lib/acirb/stats.rb +501 -0
  151. data/lib/acirb/statstore.rb +69 -0
  152. data/lib/acirb/stormctrl.rb +53 -0
  153. data/lib/acirb/stp.rb +453 -0
  154. data/lib/acirb/sts.rb +725 -0
  155. data/lib/acirb/svccore.rb +133 -0
  156. data/lib/acirb/svi.rb +53 -0
  157. data/lib/acirb/synthetic.rb +709 -0
  158. data/lib/acirb/sysdebug.rb +293 -0
  159. data/lib/acirb/sysfile.rb +69 -0
  160. data/lib/acirb/syshist.rb +69 -0
  161. data/lib/acirb/syslog.rb +229 -0
  162. data/lib/acirb/sysmgr.rb +69 -0
  163. data/lib/acirb/sysmgrp.rb +37 -0
  164. data/lib/acirb/tag.rb +197 -0
  165. data/lib/acirb/task.rb +53 -0
  166. data/lib/acirb/test.rb +53 -0
  167. data/lib/acirb/testinfralab.rb +133 -0
  168. data/lib/acirb/tlv.rb +165 -0
  169. data/lib/acirb/top.rb +261 -0
  170. data/lib/acirb/topoctrl.rb +149 -0
  171. data/lib/acirb/traceroute.rb +181 -0
  172. data/lib/acirb/traceroutep.rb +197 -0
  173. data/lib/acirb/trig.rb +485 -0
  174. data/lib/acirb/troubleshoot.rb +133 -0
  175. data/lib/acirb/tunnel.rb +181 -0
  176. data/lib/acirb/uribv4.rb +133 -0
  177. data/lib/acirb/uribv6.rb +101 -0
  178. data/lib/acirb/vlan.rb +85 -0
  179. data/lib/acirb/vlanmgr.rb +37 -0
  180. data/lib/acirb/vmm.rb +805 -0
  181. data/lib/acirb/vns.rb +6853 -0
  182. data/lib/acirb/vpc.rb +229 -0
  183. data/lib/acirb/vsvc.rb +69 -0
  184. data/lib/acirb/vtap.rb +37 -0
  185. data/lib/acirb/vxlan.rb +69 -0
  186. data/lib/acirb/vz.rb +2325 -0
  187. data/lib/acirb.rb +12 -0
  188. data/lib/autoloadmap.rb +6372 -0
  189. data/lib/events.rb +27 -0
  190. data/lib/loader.rb +85 -0
  191. data/lib/logging.rb +22 -0
  192. data/lib/lookup.rb +6377 -0
  193. data/lib/mo.rb +203 -0
  194. data/lib/naming.rb +124 -0
  195. data/lib/query.rb +69 -0
  196. data/lib/restclient.rb +198 -0
  197. data/lib/version.rb +3 -0
  198. metadata +301 -0
@@ -0,0 +1,3893 @@
1
+ # auto-generated code
2
+ require 'mo'
3
+ module ACIrb
4
+ class InfraAAccBndlGrp < MO
5
+ @class_name = 'infra.AAccBndlGrp'
6
+ @ruby_class = 'InfraAAccBndlGrp'
7
+ @prefix = ''
8
+ @prefixes = []
9
+ @rn_format = ''
10
+ @containers = ['InfraFuncP']
11
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
12
+ @child_classes = ['InfraRtStGrpAtt', 'InfraRsSpanVSrcGrp', 'InfraRsMonIfInfraPol', 'InfraRsHIfPol', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRtAccBaseGrp', 'InfraRsStpIfPol', 'FaultDelegate', 'InfraRsL2IfPol', 'InfraRsLacpPol', 'InfraRsCdpIfPol', 'InfraRsMcpIfPol', 'InfraRtPathToAccBaseGrp', 'InfraRsAttEntP', 'InfraRtConnectivityProfile', 'InfraRsL2InstPol', 'InfraRsSpanVDestGrp', 'InfraRtOut']
13
+ @label = 'None'
14
+ @naming_props = []
15
+
16
+ def rn
17
+ ''
18
+ end
19
+ end
20
+ class InfraAccBaseGrp < MO
21
+ @class_name = 'infra.AccBaseGrp'
22
+ @ruby_class = 'InfraAccBaseGrp'
23
+ @prefix = ''
24
+ @prefixes = []
25
+ @rn_format = ''
26
+ @containers = []
27
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
28
+ @child_classes = ['InfraRtAccBaseGrp', 'FaultDelegate']
29
+ @label = 'None'
30
+ @naming_props = []
31
+
32
+ def rn
33
+ ''
34
+ end
35
+ end
36
+ class InfraAccBndlGrp < MO
37
+ @class_name = 'infra.AccBndlGrp'
38
+ @ruby_class = 'InfraAccBndlGrp'
39
+ @prefix = 'accbundle-'
40
+ @prefixes = [['accbundle-', true]]
41
+ @rn_format = 'accbundle-%(name)s'
42
+ @containers = ['InfraFuncP']
43
+ @props = ['childAction', 'descr', 'dn', 'lagT', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
44
+ @child_classes = ['InfraRsSpanVSrcGrp', 'FaultCounts', 'HealthInst', 'InfraRsHIfPol', 'InfraRsAccBndlGrpToAggrIf', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRsStpIfPol', 'InfraRtOut', 'InfraRsMonIfInfraPol', 'InfraRtVpcBndlGrp', 'InfraRsL2InstPol', 'InfraRsLacpPol', 'InfraRsCdpIfPol', 'InfraRtStGrpAtt', 'InfraRtAccBaseGrp', 'InfraRsAttEntP', 'InfraRtConnectivityProfile', 'FaultDelegate', 'InfraRsSpanVDestGrp', 'InfraAccBndlSubgrp']
45
+ @label = 'PC/VPC Interface Policy Group'
46
+ @naming_props = ['name']
47
+
48
+ def rn
49
+ 'accbundle-' << @attributes['name'] << ''
50
+ end
51
+ end
52
+ class InfraAccBndlPolGrp < MO
53
+ @class_name = 'infra.AccBndlPolGrp'
54
+ @ruby_class = 'InfraAccBndlPolGrp'
55
+ @prefix = 'accbundlepolgrp-'
56
+ @prefixes = [['accbundlepolgrp-', true]]
57
+ @rn_format = 'accbundlepolgrp-%(name)s'
58
+ @containers = ['InfraFuncP']
59
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
60
+ @child_classes = ['InfraRtStGrpAtt', 'InfraRsSpanVSrcGrp', 'FaultCounts', 'HealthInst', 'InfraRsHIfPol', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRsStpIfPol', 'InfraRsMonIfInfraPol', 'InfraRsL2InstPol', 'InfraRsL2IfPol', 'InfraRsLacpPol', 'InfraRsCdpIfPol', 'InfraRsMcpIfPol', 'InfraRtPathToAccBaseGrp', 'InfraRtAccBaseGrp', 'InfraRsAttEntP', 'InfraRtConnectivityProfile', 'FaultDelegate', 'InfraRsSpanVDestGrp', 'InfraRtOut']
61
+ @label = 'PC/VPC Interface Policy Override Group'
62
+ @naming_props = ['name']
63
+
64
+ def rn
65
+ 'accbundlepolgrp-' << @attributes['name'] << ''
66
+ end
67
+ end
68
+ class InfraAccBndlSubgrp < MO
69
+ @class_name = 'infra.AccBndlSubgrp'
70
+ @ruby_class = 'InfraAccBndlSubgrp'
71
+ @prefix = 'accsubbndl-'
72
+ @prefixes = [['accsubbndl-', true]]
73
+ @rn_format = 'accsubbndl-%(name)s'
74
+ @containers = ['InfraAccBndlGrp']
75
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
76
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRtAccBaseGrp', 'InfraRtAccBndlSubgrp', 'InfraRsLacpIfPol', 'FaultDelegate']
77
+ @label = 'Override Policy Group'
78
+ @naming_props = ['name']
79
+
80
+ def rn
81
+ 'accsubbndl-' << @attributes['name'] << ''
82
+ end
83
+ end
84
+ class InfraAccCardP < MO
85
+ @class_name = 'infra.AccCardP'
86
+ @ruby_class = 'InfraAccCardP'
87
+ @prefix = 'acccardprof-'
88
+ @prefixes = [['acccardprof-', true]]
89
+ @rn_format = 'acccardprof-%(name)s'
90
+ @containers = ['InfraInfra']
91
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
92
+ @child_classes = ['InfraRtModulePolProfile', 'HealthInst', 'InfraCardS', 'FaultCounts', 'InfraRtAccCardP', 'FaultDelegate']
93
+ @label = 'Access Module Profile'
94
+ @naming_props = ['name']
95
+
96
+ def rn
97
+ 'acccardprof-' << @attributes['name'] << ''
98
+ end
99
+ end
100
+ class InfraAccCardPGrp < MO
101
+ @class_name = 'infra.AccCardPGrp'
102
+ @ruby_class = 'InfraAccCardPGrp'
103
+ @prefix = 'acccardpgrp-'
104
+ @prefixes = [['acccardpgrp-', true]]
105
+ @rn_format = 'acccardpgrp-%(name)s'
106
+ @containers = ['InfraFuncP']
107
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
108
+ @child_classes = ['InfraRtCardPGrp', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'InfraRsMonModuleInfraPol']
109
+ @label = 'Access Card Policy Group'
110
+ @naming_props = ['name']
111
+
112
+ def rn
113
+ 'acccardpgrp-' << @attributes['name'] << ''
114
+ end
115
+ end
116
+ class InfraAccGrp < MO
117
+ @class_name = 'infra.AccGrp'
118
+ @ruby_class = 'InfraAccGrp'
119
+ @prefix = ''
120
+ @prefixes = []
121
+ @rn_format = ''
122
+ @containers = ['InfraFuncP']
123
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
124
+ @child_classes = ['InfraRsSpanVSrcGrp', 'InfraRsMonIfInfraPol', 'InfraRsHIfPol', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRtAccBaseGrp', 'InfraRsStpIfPol', 'FaultDelegate', 'InfraRtConnectivityProfile', 'InfraRsCdpIfPol', 'InfraRtStGrpAtt', 'InfraRsAttEntP', 'InfraRsL2InstPol', 'InfraRsSpanVDestGrp', 'InfraRtOut']
125
+ @label = 'None'
126
+ @naming_props = []
127
+
128
+ def rn
129
+ ''
130
+ end
131
+ end
132
+ class InfraAccGrpCfg < MO
133
+ @class_name = 'infra.AccGrpCfg'
134
+ @ruby_class = 'InfraAccGrpCfg'
135
+ @prefix = 'accgrpcfg-'
136
+ @prefixes = [['accgrpcfg-', true]]
137
+ @rn_format = 'accgrpcfg-[%(accGrpDn)s]'
138
+ @containers = ['InfraNodeCfg']
139
+ @props = ['accGrpDn', 'childAction', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
140
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraFexCfg']
141
+ @label = 'Access Bundle Group Config'
142
+ @naming_props = ['accGrpDn']
143
+
144
+ def rn
145
+ 'accgrpcfg-[' << @attributes['accGrpDn'] << ']'
146
+ end
147
+ end
148
+ class InfraAccNodePGrp < MO
149
+ @class_name = 'infra.AccNodePGrp'
150
+ @ruby_class = 'InfraAccNodePGrp'
151
+ @prefix = 'accnodepgrp-'
152
+ @prefixes = [['accnodepgrp-', true]]
153
+ @rn_format = 'accnodepgrp-%(name)s'
154
+ @containers = ['InfraFuncP']
155
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
156
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsMonNodeInfraPol', 'InfraRsMstInstPol', 'InfraRtNodePolGroup', 'InfraRtAccNodePGrp', 'FaultDelegate']
157
+ @label = 'Access Switch Policy Group'
158
+ @naming_props = ['name']
159
+
160
+ def rn
161
+ 'accnodepgrp-' << @attributes['name'] << ''
162
+ end
163
+ end
164
+ class InfraAccPortGrp < MO
165
+ @class_name = 'infra.AccPortGrp'
166
+ @ruby_class = 'InfraAccPortGrp'
167
+ @prefix = 'accportgrp-'
168
+ @prefixes = [['accportgrp-', true]]
169
+ @rn_format = 'accportgrp-%(name)s'
170
+ @containers = ['InfraFuncP']
171
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
172
+ @child_classes = ['InfraRsSpanVSrcGrp', 'FaultCounts', 'HealthInst', 'InfraRsHIfPol', 'InfraRsStormctrlIfPol', 'InfraRsLldpIfPol', 'InfraRsStpIfPol', 'InfraRsMonIfInfraPol', 'InfraRsL2InstPol', 'InfraRtConnectivityProfile', 'InfraRsCdpIfPol', 'InfraRtStGrpAtt', 'InfraRtAccBaseGrp', 'InfraRsAttEntP', 'FaultDelegate', 'InfraRsSpanVDestGrp', 'InfraRtOut']
173
+ @label = 'Access Port Policy Group'
174
+ @naming_props = ['name']
175
+
176
+ def rn
177
+ 'accportgrp-' << @attributes['name'] << ''
178
+ end
179
+ end
180
+ class InfraAccPortP < MO
181
+ @class_name = 'infra.AccPortP'
182
+ @ruby_class = 'InfraAccPortP'
183
+ @prefix = 'accportprof-'
184
+ @prefixes = [['accportprof-', true]]
185
+ @rn_format = 'accportprof-%(name)s'
186
+ @containers = ['InfraInfra']
187
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
188
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraHPortS', 'InfraRtInterfacePolProfile', 'InfraRtAccPortP', 'FaultDelegate']
189
+ @label = 'Interface Profile'
190
+ @naming_props = ['name']
191
+
192
+ def rn
193
+ 'accportprof-' << @attributes['name'] << ''
194
+ end
195
+ end
196
+ class InfraACEp < MO
197
+ @class_name = 'infra.ACEp'
198
+ @ruby_class = 'InfraACEp'
199
+ @prefix = ''
200
+ @prefixes = []
201
+ @rn_format = ''
202
+ @containers = ['DhcpCRelPg', 'InfraCEPg']
203
+ @props = ['childAction', 'dn', 'encap', 'id', 'ip', 'lcC', 'mac', 'name', 'rn', 'status', 'uuid']
204
+ @child_classes = ['FvRsHyper', 'FvRtDestToVPort', 'FvRtSrcToVPort']
205
+ @label = 'None'
206
+ @naming_props = []
207
+
208
+ def rn
209
+ ''
210
+ end
211
+ end
212
+ class InfraACEPg < MO
213
+ @class_name = 'infra.ACEPg'
214
+ @ruby_class = 'InfraACEPg'
215
+ @prefix = ''
216
+ @prefixes = []
217
+ @rn_format = ''
218
+ @containers = ['InfraClP']
219
+ @props = ['childAction', 'configIssues', 'configSt', 'descr', 'dn', 'matchT', 'name', 'pcTag', 'prio', 'rn', 'scope', 'status', 'triggerSt']
220
+ @child_classes = ['L2IngrBytesPartHist1mo', 'VzProvSubjLbl', 'FvRtDestEpg', 'TagInst', 'FvRtVsrcToEpg', 'L2IngrBytesAg1w', 'DhcpCEp', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesAg1d', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'FvRInfoHolder', 'FvRtDevEpg', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2IngrPktsAg1mo', 'L2IngrBytesPart1h', 'FvRsCustQosPol', 'L2IngrBytesPart1d', 'FvRsProv', 'FaultInst', 'L2IngrBytesAg15min', 'VsvcConsLbl', 'VnsCfgRelInst', 'VnsFolderInst', 'FvRtSvcMgmtEpg', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2IngrPktsPart15min', 'L2IngrBytesPartHist1qtr', 'L2IngrPktsAg1d', 'L2IngrPktsPart1d', 'L2IngrPktsAg1h', 'L2IngrPktsPart1h', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2IngrBytesPart1mo', 'L2IngrPktsPart5min', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsPartHist1d', 'VnsCParam', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'FaultCounts', 'FvRtNtpProvToEpg', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'VnsCRel', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2IngrBytesPartHist1h', 'HealthInst', 'FvRtARemoteHostToEpg', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrPktsAgHist15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2IngrBytesPartHist1w', 'VzProvCtrctLbl', 'L2IngrBytesAgHist1h', 'VnsCFolder', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'VnsParamInst', 'L2IngrPktsAgHist1mo', 'L2IngrPktsAgHist1qtr', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2IngrPktsAgHist1d', 'VzProvLbl', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsPartHist15min', 'VnsAbsParam']
221
+ @label = 'Abstraction of Access Client EPG'
222
+ @naming_props = []
223
+
224
+ def rn
225
+ ''
226
+ end
227
+ end
228
+ class InfraAConfIssues < MO
229
+ @class_name = 'infra.AConfIssues'
230
+ @ruby_class = 'InfraAConfIssues'
231
+ @prefix = ''
232
+ @prefixes = []
233
+ @rn_format = ''
234
+ @containers = []
235
+ @props = ['childAction', 'configSt', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
236
+ @child_classes = ['FaultDelegate']
237
+ @label = 'Abstraction of Access Configuration Issues'
238
+ @naming_props = []
239
+
240
+ def rn
241
+ ''
242
+ end
243
+ end
244
+ class InfraADomP < MO
245
+ @class_name = 'infra.ADomP'
246
+ @ruby_class = 'InfraADomP'
247
+ @prefix = ''
248
+ @prefixes = []
249
+ @rn_format = ''
250
+ @containers = []
251
+ @props = ['childAction', 'configIssues', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
252
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsVlanNs', 'FaultInst', 'InfraRsVlanNsDef', 'InfraRtDomP', 'InfraRsVipAddrNs', 'InfraRsDomVxlanNsDef']
253
+ @label = 'Abstraction of Access Domain'
254
+ @naming_props = []
255
+
256
+ def rn
257
+ ''
258
+ end
259
+ end
260
+ class InfraAEpPD < MO
261
+ @class_name = 'infra.AEpPD'
262
+ @ruby_class = 'InfraAEpPD'
263
+ @prefix = ''
264
+ @prefixes = []
265
+ @rn_format = ''
266
+ @containers = []
267
+ @props = ['childAction', 'deployIssues', 'descr', 'dn', 'encap', 'encapCtx', 'epgPKey', 'eppDn', 'faultDKey', 'id', 'lbAlgo', 'mcastAddr', 'name', 'resImedcy', 'rn', 'status']
268
+ @child_classes = ['CompRsCtrlrP']
269
+ @label = 'None'
270
+ @naming_props = []
271
+
272
+ def rn
273
+ ''
274
+ end
275
+ end
276
+ class InfraAFunc < MO
277
+ @class_name = 'infra.AFunc'
278
+ @ruby_class = 'InfraAFunc'
279
+ @prefix = ''
280
+ @prefixes = []
281
+ @rn_format = ''
282
+ @containers = ['InfraAttEntityP']
283
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'name', 'rn', 'status']
284
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
285
+ @label = 'None'
286
+ @naming_props = []
287
+
288
+ def rn
289
+ ''
290
+ end
291
+ end
292
+ class InfraAIpP < MO
293
+ @class_name = 'infra.AIpP'
294
+ @ruby_class = 'InfraAIpP'
295
+ @prefix = ''
296
+ @prefixes = []
297
+ @rn_format = ''
298
+ @containers = []
299
+ @props = ['childAction', 'descr', 'dn', 'encap', 'epgName', 'name', 'npName', 'ownerKey', 'ownerTag', 'rn', 'status']
300
+ @child_classes = ['FaultDelegate']
301
+ @label = 'None'
302
+ @naming_props = []
303
+
304
+ def rn
305
+ ''
306
+ end
307
+ end
308
+ class InfraANode < MO
309
+ @class_name = 'infra.ANode'
310
+ @ruby_class = 'InfraANode'
311
+ @prefix = ''
312
+ @prefixes = []
313
+ @rn_format = ''
314
+ @containers = []
315
+ @props = ['childAction', 'descr', 'dn', 'id', 'name', 'rn', 'status']
316
+ @child_classes = []
317
+ @label = 'None'
318
+ @naming_props = []
319
+
320
+ def rn
321
+ ''
322
+ end
323
+ end
324
+ class InfraANodeS < MO
325
+ @class_name = 'infra.ANodeS'
326
+ @ruby_class = 'InfraANodeS'
327
+ @prefix = ''
328
+ @prefixes = []
329
+ @rn_format = ''
330
+ @containers = []
331
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type']
332
+ @child_classes = ['FaultDelegate', 'InfraSelectorIssues']
333
+ @label = 'Node Selector'
334
+ @naming_props = []
335
+
336
+ def rn
337
+ ''
338
+ end
339
+ end
340
+ class InfraAPEp < MO
341
+ @class_name = 'infra.APEp'
342
+ @ruby_class = 'InfraAPEp'
343
+ @prefix = ''
344
+ @prefixes = []
345
+ @rn_format = ''
346
+ @containers = ['InfraPEPg', 'DhcpPRelPg']
347
+ @props = ['childAction', 'dn', 'encap', 'id', 'ip', 'lcC', 'mac', 'name', 'rn', 'status', 'uuid']
348
+ @child_classes = ['FvRsHyper', 'FvRtDestToVPort', 'FvRtSrcToVPort']
349
+ @label = 'None'
350
+ @naming_props = []
351
+
352
+ def rn
353
+ ''
354
+ end
355
+ end
356
+ class InfraAPEPg < MO
357
+ @class_name = 'infra.APEPg'
358
+ @ruby_class = 'InfraAPEPg'
359
+ @prefix = ''
360
+ @prefixes = []
361
+ @rn_format = ''
362
+ @containers = ['InfraProvP']
363
+ @props = ['childAction', 'configIssues', 'configSt', 'descr', 'dn', 'matchT', 'name', 'pcTag', 'prio', 'rn', 'scope', 'status', 'triggerSt']
364
+ @child_classes = ['L2IngrBytesPartHist1mo', 'VzProvSubjLbl', 'FvRtDestEpg', 'TagInst', 'FvRtVsrcToEpg', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesAg1d', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'FvRInfoHolder', 'FvRtDevEpg', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2IngrPktsAg1mo', 'L2IngrBytesPart1h', 'FvRsCustQosPol', 'L2IngrBytesPart1d', 'FvRsProv', 'DhcpPEp', 'FaultInst', 'L2IngrBytesAg15min', 'VsvcConsLbl', 'VnsCfgRelInst', 'VnsFolderInst', 'FvRtSvcMgmtEpg', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2IngrPktsPart15min', 'L2IngrBytesPartHist1qtr', 'L2IngrPktsAg1d', 'L2IngrPktsPart1d', 'L2IngrPktsAg1h', 'L2IngrPktsPart1h', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2IngrBytesPart1mo', 'L2IngrPktsPart5min', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsPartHist1d', 'VnsCParam', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'FaultCounts', 'FvRtNtpProvToEpg', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2IngrBytesPartHist1h', 'HealthInst', 'FvRtARemoteHostToEpg', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrPktsAgHist15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2IngrBytesPartHist1w', 'VzProvCtrctLbl', 'L2IngrBytesAgHist1h', 'VnsCFolder', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'VnsParamInst', 'L2IngrPktsAgHist1mo', 'L2IngrPktsAgHist1qtr', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2IngrPktsAgHist1d', 'VzProvLbl', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsPartHist15min', 'VnsAbsParam']
365
+ @label = 'Abstraction of Access Provider EPG'
366
+ @naming_props = []
367
+
368
+ def rn
369
+ ''
370
+ end
371
+ end
372
+ class InfraAssocDomP < MO
373
+ @class_name = 'infra.AssocDomP'
374
+ @ruby_class = 'InfraAssocDomP'
375
+ @prefix = 'assocdomp-'
376
+ @prefixes = [['assocdomp-', true]]
377
+ @rn_format = 'assocdomp-[%(dompDn)s]'
378
+ @containers = ['InfraContDomP']
379
+ @props = ['childAction', 'dn', 'dompDn', 'lcOwn', 'modTs', 'rn', 'status']
380
+ @child_classes = []
381
+ @label = 'Associated Domain Info'
382
+ @naming_props = ['dompDn']
383
+
384
+ def rn
385
+ 'assocdomp-[' << @attributes['dompDn'] << ']'
386
+ end
387
+ end
388
+ class InfraAttEntityP < MO
389
+ @class_name = 'infra.AttEntityP'
390
+ @ruby_class = 'InfraAttEntityP'
391
+ @prefix = 'attentp-'
392
+ @prefixes = [['attentp-', true]]
393
+ @rn_format = 'attentp-%(name)s'
394
+ @containers = ['InfraInfra']
395
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
396
+ @child_classes = ['InfraProfileIssues', 'FaultCounts', 'HealthInst', 'InfraContNS', 'FaultInst', 'InfraMgmt', 'InfraGeneric', 'InfraProvAcc', 'InfraAttPolicyGroup', 'InfraBoot', 'InfraImage', 'InfraRtAttEntP', 'InfraStorage', 'InfraRtStAttEntPAtt', 'InfraRsDomP', 'FaultDelegate']
397
+ @label = 'Attachable Access Entity Profile'
398
+ @naming_props = ['name']
399
+
400
+ def rn
401
+ 'attentp-' << @attributes['name'] << ''
402
+ end
403
+ end
404
+ class InfraAttPolicyGroup < MO
405
+ @class_name = 'infra.AttPolicyGroup'
406
+ @ruby_class = 'InfraAttPolicyGroup'
407
+ @prefix = 'attpolgrp'
408
+ @prefixes = [['attpolgrp', false]]
409
+ @rn_format = 'attpolgrp'
410
+ @containers = ['InfraAttEntityP']
411
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status', 'uid']
412
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsOverrideCdpIfPol', 'InfraRsOverrideLldpIfPol', 'InfraRsOverrideStpPol', 'InfraRsOverrideLacpPol']
413
+ @label = 'Access Attachable Policy Group'
414
+ @naming_props = []
415
+
416
+ def rn
417
+ 'attpolgrp'
418
+ end
419
+ end
420
+ class InfraBoot < MO
421
+ @class_name = 'infra.Boot'
422
+ @ruby_class = 'InfraBoot'
423
+ @prefix = 'boot-'
424
+ @prefixes = [['boot-', true]]
425
+ @rn_format = 'boot-%(name)s'
426
+ @containers = ['InfraAttEntityP']
427
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
428
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
429
+ @label = 'Access Boot Policy'
430
+ @naming_props = ['name']
431
+
432
+ def rn
433
+ 'boot-' << @attributes['name'] << ''
434
+ end
435
+ end
436
+ class InfraCardS < MO
437
+ @class_name = 'infra.CardS'
438
+ @ruby_class = 'InfraCardS'
439
+ @prefix = 'cards-'
440
+ @prefixes = [['cards-', true]]
441
+ @rn_format = 'cards-%(type)s'
442
+ @containers = ['InfraAccCardP']
443
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type', 'uid']
444
+ @child_classes = ['FaultCounts', 'HealthInst', 'FaultDelegate', 'InfraRsCardPGrp', 'InfraSelectorIssues']
445
+ @label = 'Access Module Selector'
446
+ @naming_props = ['type']
447
+
448
+ def rn
449
+ 'cards-' << @attributes['type'] << ''
450
+ end
451
+ end
452
+ class InfraCEPg < MO
453
+ @class_name = 'infra.CEPg'
454
+ @ruby_class = 'InfraCEPg'
455
+ @prefix = 'cepg-'
456
+ @prefixes = [['cepg-', true]]
457
+ @rn_format = 'cepg-%(name)s'
458
+ @containers = ['InfraClP']
459
+ @props = ['childAction', 'configIssues', 'configSt', 'descr', 'dn', 'lcOwn', 'matchT', 'modTs', 'monPolDn', 'name', 'pcTag', 'prio', 'rn', 'scope', 'status', 'triggerSt', 'uid']
460
+ @child_classes = ['L2IngrBytesPartHist1mo', 'VzProvSubjLbl', 'FvRtDestEpg', 'TagInst', 'FvRtVsrcToEpg', 'L2IngrBytesAg1w', 'DhcpCEp', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesAg1d', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'FvRInfoHolder', 'FvRtDevEpg', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2IngrPktsAg1mo', 'L2IngrBytesPart1h', 'FvRsCustQosPol', 'L2IngrBytesPart1d', 'FvRsProv', 'FaultInst', 'L2IngrBytesAg15min', 'VsvcConsLbl', 'VnsCfgRelInst', 'VnsFolderInst', 'FvRtSvcMgmtEpg', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2IngrPktsPart15min', 'L2IngrBytesPartHist1qtr', 'L2IngrPktsAg1d', 'L2IngrPktsPart1d', 'L2IngrPktsAg1h', 'L2IngrPktsPart1h', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2IngrBytesPart1mo', 'L2IngrPktsPart5min', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'VnsCParam', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'FaultCounts', 'FvRtNtpProvToEpg', 'DhcpConsLbl', 'VsvcProvLbl', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'VnsCRel', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2IngrBytesPartHist1h', 'HealthInst', 'FvRtARemoteHostToEpg', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrPktsAgHist15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2IngrBytesPartHist1w', 'VzProvCtrctLbl', 'L2IngrBytesAgHist1h', 'VnsCFolder', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'VnsParamInst', 'L2IngrPktsAgHist1mo', 'L2IngrPktsPartHist1d', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2IngrPktsAgHist1d', 'VzProvLbl', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsPartHist15min', 'VnsAbsParam']
461
+ @label = 'Access Client EPg'
462
+ @naming_props = ['name']
463
+
464
+ def rn
465
+ 'cepg-' << @attributes['name'] << ''
466
+ end
467
+ end
468
+ class InfraClP < MO
469
+ @class_name = 'infra.ClP'
470
+ @ruby_class = 'InfraClP'
471
+ @prefix = 'clp-'
472
+ @prefixes = [['clp-', true]]
473
+ @rn_format = 'clp-%(name)s'
474
+ @containers = ['FvTenant']
475
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
476
+ @child_classes = ['DhcpCRelPg', 'FaultCounts', 'HealthInst', 'FaultDelegate', 'InfraCEPg']
477
+ @label = 'Access Client Profile'
478
+ @naming_props = ['name']
479
+
480
+ def rn
481
+ 'clp-' << @attributes['name'] << ''
482
+ end
483
+ end
484
+ class InfraClSzEqObst < MO
485
+ @class_name = 'infra.ClSzEqObst'
486
+ @ruby_class = 'InfraClSzEqObst'
487
+ @prefix = 'clSzEqObst-'
488
+ @prefixes = [['clSzEqObst-', true], ['-', true], ['-', true], ['-', true], ['-', true], ['-', true], ['-', true]]
489
+ @rn_format = 'clSzEqObst-%(opClSz)s-%(clGmChngDir)s-%(cseoReason)s-%(ctrlrId)s-%(svcId)s-%(shrdId)s-%(rplId)s'
490
+ @containers = ['InfraLoNode']
491
+ @props = ['childAction', 'clGmChngDir', 'cseoReason', 'ctrlrId', 'dn', 'frstTs', 'isFault', 'lcOwn', 'lstTs', 'modTs', 'monPolDn', 'name', 'opClSz', 'rn', 'rplId', 'shrdId', 'status', 'svcId']
492
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
493
+ @label = 'Cluster Size Equalizer Obstacle'
494
+ @naming_props = ['opClSz', 'clGmChngDir', 'cseoReason', 'ctrlrId', 'svcId', 'shrdId', 'rplId']
495
+
496
+ def rn
497
+ 'clSzEqObst-' << @attributes['opClSz'] << '-' << @attributes['clGmChngDir'] << '-' << @attributes['cseoReason'] << '-' << @attributes['ctrlrId'] << '-' << @attributes['svcId'] << '-' << @attributes['shrdId'] << '-' << @attributes['rplId'] << ''
498
+ end
499
+ end
500
+ class InfraClusterPol < MO
501
+ @class_name = 'infra.ClusterPol'
502
+ @ruby_class = 'InfraClusterPol'
503
+ @prefix = 'clusterpol'
504
+ @prefixes = [['clusterpol', false]]
505
+ @rn_format = 'clusterpol'
506
+ @containers = ['CtrlrInst']
507
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'ownerKey', 'ownerTag', 'rn', 'size', 'status', 'uid']
508
+ @child_classes = ['InfraRtClusterPolRel', 'FaultDelegate']
509
+ @label = 'Cluster Policy'
510
+ @naming_props = []
511
+
512
+ def rn
513
+ 'clusterpol'
514
+ end
515
+ end
516
+ class InfraClusterStats < MO
517
+ @class_name = 'infra.ClusterStats'
518
+ @ruby_class = 'InfraClusterStats'
519
+ @prefix = ''
520
+ @prefixes = []
521
+ @rn_format = ''
522
+ @containers = []
523
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
524
+ @child_classes = []
525
+ @label = 'current cluster stats'
526
+ @naming_props = []
527
+
528
+ def rn
529
+ ''
530
+ end
531
+ end
532
+ class InfraClusterStats15min < MO
533
+ @class_name = 'infra.ClusterStats15min'
534
+ @ruby_class = 'InfraClusterStats15min'
535
+ @prefix = 'CDinfraClusterStats15min'
536
+ @prefixes = [['CDinfraClusterStats15min', false]]
537
+ @rn_format = 'CDinfraClusterStats15min'
538
+ @containers = ['InfraPeNode']
539
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
540
+ @child_classes = []
541
+ @label = 'current cluster stats in 15 minute'
542
+ @naming_props = []
543
+
544
+ def rn
545
+ 'CDinfraClusterStats15min'
546
+ end
547
+ end
548
+ class InfraClusterStats1d < MO
549
+ @class_name = 'infra.ClusterStats1d'
550
+ @ruby_class = 'InfraClusterStats1d'
551
+ @prefix = 'CDinfraClusterStats1d'
552
+ @prefixes = [['CDinfraClusterStats1d', false]]
553
+ @rn_format = 'CDinfraClusterStats1d'
554
+ @containers = ['InfraPeNode']
555
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
556
+ @child_classes = []
557
+ @label = 'current cluster stats in 1 day'
558
+ @naming_props = []
559
+
560
+ def rn
561
+ 'CDinfraClusterStats1d'
562
+ end
563
+ end
564
+ class InfraClusterStats1h < MO
565
+ @class_name = 'infra.ClusterStats1h'
566
+ @ruby_class = 'InfraClusterStats1h'
567
+ @prefix = 'CDinfraClusterStats1h'
568
+ @prefixes = [['CDinfraClusterStats1h', false]]
569
+ @rn_format = 'CDinfraClusterStats1h'
570
+ @containers = ['InfraPeNode']
571
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
572
+ @child_classes = []
573
+ @label = 'current cluster stats in 1 hour'
574
+ @naming_props = []
575
+
576
+ def rn
577
+ 'CDinfraClusterStats1h'
578
+ end
579
+ end
580
+ class InfraClusterStats1mo < MO
581
+ @class_name = 'infra.ClusterStats1mo'
582
+ @ruby_class = 'InfraClusterStats1mo'
583
+ @prefix = 'CDinfraClusterStats1mo'
584
+ @prefixes = [['CDinfraClusterStats1mo', false]]
585
+ @rn_format = 'CDinfraClusterStats1mo'
586
+ @containers = ['InfraPeNode']
587
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
588
+ @child_classes = []
589
+ @label = 'current cluster stats in 1 month'
590
+ @naming_props = []
591
+
592
+ def rn
593
+ 'CDinfraClusterStats1mo'
594
+ end
595
+ end
596
+ class InfraClusterStats1qtr < MO
597
+ @class_name = 'infra.ClusterStats1qtr'
598
+ @ruby_class = 'InfraClusterStats1qtr'
599
+ @prefix = 'CDinfraClusterStats1qtr'
600
+ @prefixes = [['CDinfraClusterStats1qtr', false]]
601
+ @rn_format = 'CDinfraClusterStats1qtr'
602
+ @containers = ['InfraPeNode']
603
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
604
+ @child_classes = []
605
+ @label = 'current cluster stats in 1 quarter'
606
+ @naming_props = []
607
+
608
+ def rn
609
+ 'CDinfraClusterStats1qtr'
610
+ end
611
+ end
612
+ class InfraClusterStats1w < MO
613
+ @class_name = 'infra.ClusterStats1w'
614
+ @ruby_class = 'InfraClusterStats1w'
615
+ @prefix = 'CDinfraClusterStats1w'
616
+ @prefixes = [['CDinfraClusterStats1w', false]]
617
+ @rn_format = 'CDinfraClusterStats1w'
618
+ @containers = ['InfraPeNode']
619
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
620
+ @child_classes = []
621
+ @label = 'current cluster stats in 1 week'
622
+ @naming_props = []
623
+
624
+ def rn
625
+ 'CDinfraClusterStats1w'
626
+ end
627
+ end
628
+ class InfraClusterStats1year < MO
629
+ @class_name = 'infra.ClusterStats1year'
630
+ @ruby_class = 'InfraClusterStats1year'
631
+ @prefix = 'CDinfraClusterStats1year'
632
+ @prefixes = [['CDinfraClusterStats1year', false]]
633
+ @rn_format = 'CDinfraClusterStats1year'
634
+ @containers = ['InfraPeNode']
635
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
636
+ @child_classes = []
637
+ @label = 'current cluster stats in 1 year'
638
+ @naming_props = []
639
+
640
+ def rn
641
+ 'CDinfraClusterStats1year'
642
+ end
643
+ end
644
+ class InfraClusterStats5min < MO
645
+ @class_name = 'infra.ClusterStats5min'
646
+ @ruby_class = 'InfraClusterStats5min'
647
+ @prefix = 'CDinfraClusterStats5min'
648
+ @prefixes = [['CDinfraClusterStats5min', false]]
649
+ @rn_format = 'CDinfraClusterStats5min'
650
+ @containers = ['InfraPeNode']
651
+ @props = ['a2uCountAvg', 'a2uCountBase', 'a2uCountCum', 'a2uCountLast', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'a2uCountTrBase', 'childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeLast', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr', 'uTimeTrBase', 'uTimeTtl']
652
+ @child_classes = []
653
+ @label = 'current cluster stats in 5 minute'
654
+ @naming_props = []
655
+
656
+ def rn
657
+ 'CDinfraClusterStats5min'
658
+ end
659
+ end
660
+ class InfraClusterStatsHist < MO
661
+ @class_name = 'infra.ClusterStatsHist'
662
+ @ruby_class = 'InfraClusterStatsHist'
663
+ @prefix = ''
664
+ @prefixes = []
665
+ @rn_format = ''
666
+ @containers = []
667
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
668
+ @child_classes = []
669
+ @label = 'historical cluster stats'
670
+ @naming_props = []
671
+
672
+ def rn
673
+ ''
674
+ end
675
+ end
676
+ class InfraClusterStatsHist15min < MO
677
+ @class_name = 'infra.ClusterStatsHist15min'
678
+ @ruby_class = 'InfraClusterStatsHist15min'
679
+ @prefix = 'HDinfraClusterStats15min-'
680
+ @prefixes = [['HDinfraClusterStats15min-', true]]
681
+ @rn_format = 'HDinfraClusterStats15min-%(index)s'
682
+ @containers = ['InfraPeNode']
683
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
684
+ @child_classes = []
685
+ @label = 'historical cluster stats in 15 minute'
686
+ @naming_props = ['index']
687
+
688
+ def rn
689
+ 'HDinfraClusterStats15min-' << @attributes['index'] << ''
690
+ end
691
+ end
692
+ class InfraClusterStatsHist1d < MO
693
+ @class_name = 'infra.ClusterStatsHist1d'
694
+ @ruby_class = 'InfraClusterStatsHist1d'
695
+ @prefix = 'HDinfraClusterStats1d-'
696
+ @prefixes = [['HDinfraClusterStats1d-', true]]
697
+ @rn_format = 'HDinfraClusterStats1d-%(index)s'
698
+ @containers = ['InfraPeNode']
699
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
700
+ @child_classes = []
701
+ @label = 'historical cluster stats in 1 day'
702
+ @naming_props = ['index']
703
+
704
+ def rn
705
+ 'HDinfraClusterStats1d-' << @attributes['index'] << ''
706
+ end
707
+ end
708
+ class InfraClusterStatsHist1h < MO
709
+ @class_name = 'infra.ClusterStatsHist1h'
710
+ @ruby_class = 'InfraClusterStatsHist1h'
711
+ @prefix = 'HDinfraClusterStats1h-'
712
+ @prefixes = [['HDinfraClusterStats1h-', true]]
713
+ @rn_format = 'HDinfraClusterStats1h-%(index)s'
714
+ @containers = ['InfraPeNode']
715
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
716
+ @child_classes = []
717
+ @label = 'historical cluster stats in 1 hour'
718
+ @naming_props = ['index']
719
+
720
+ def rn
721
+ 'HDinfraClusterStats1h-' << @attributes['index'] << ''
722
+ end
723
+ end
724
+ class InfraClusterStatsHist1mo < MO
725
+ @class_name = 'infra.ClusterStatsHist1mo'
726
+ @ruby_class = 'InfraClusterStatsHist1mo'
727
+ @prefix = 'HDinfraClusterStats1mo-'
728
+ @prefixes = [['HDinfraClusterStats1mo-', true]]
729
+ @rn_format = 'HDinfraClusterStats1mo-%(index)s'
730
+ @containers = ['InfraPeNode']
731
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
732
+ @child_classes = []
733
+ @label = 'historical cluster stats in 1 month'
734
+ @naming_props = ['index']
735
+
736
+ def rn
737
+ 'HDinfraClusterStats1mo-' << @attributes['index'] << ''
738
+ end
739
+ end
740
+ class InfraClusterStatsHist1qtr < MO
741
+ @class_name = 'infra.ClusterStatsHist1qtr'
742
+ @ruby_class = 'InfraClusterStatsHist1qtr'
743
+ @prefix = 'HDinfraClusterStats1qtr-'
744
+ @prefixes = [['HDinfraClusterStats1qtr-', true]]
745
+ @rn_format = 'HDinfraClusterStats1qtr-%(index)s'
746
+ @containers = ['InfraPeNode']
747
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
748
+ @child_classes = []
749
+ @label = 'historical cluster stats in 1 quarter'
750
+ @naming_props = ['index']
751
+
752
+ def rn
753
+ 'HDinfraClusterStats1qtr-' << @attributes['index'] << ''
754
+ end
755
+ end
756
+ class InfraClusterStatsHist1w < MO
757
+ @class_name = 'infra.ClusterStatsHist1w'
758
+ @ruby_class = 'InfraClusterStatsHist1w'
759
+ @prefix = 'HDinfraClusterStats1w-'
760
+ @prefixes = [['HDinfraClusterStats1w-', true]]
761
+ @rn_format = 'HDinfraClusterStats1w-%(index)s'
762
+ @containers = ['InfraPeNode']
763
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
764
+ @child_classes = []
765
+ @label = 'historical cluster stats in 1 week'
766
+ @naming_props = ['index']
767
+
768
+ def rn
769
+ 'HDinfraClusterStats1w-' << @attributes['index'] << ''
770
+ end
771
+ end
772
+ class InfraClusterStatsHist1year < MO
773
+ @class_name = 'infra.ClusterStatsHist1year'
774
+ @ruby_class = 'InfraClusterStatsHist1year'
775
+ @prefix = 'HDinfraClusterStats1year-'
776
+ @prefixes = [['HDinfraClusterStats1year-', true]]
777
+ @rn_format = 'HDinfraClusterStats1year-%(index)s'
778
+ @containers = ['InfraPeNode']
779
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
780
+ @child_classes = []
781
+ @label = 'historical cluster stats in 1 year'
782
+ @naming_props = ['index']
783
+
784
+ def rn
785
+ 'HDinfraClusterStats1year-' << @attributes['index'] << ''
786
+ end
787
+ end
788
+ class InfraClusterStatsHist5min < MO
789
+ @class_name = 'infra.ClusterStatsHist5min'
790
+ @ruby_class = 'InfraClusterStatsHist5min'
791
+ @prefix = 'HDinfraClusterStats5min-'
792
+ @prefixes = [['HDinfraClusterStats5min-', true]]
793
+ @rn_format = 'HDinfraClusterStats5min-%(index)s'
794
+ @containers = ['InfraPeNode']
795
+ @props = ['a2uCountAvg', 'a2uCountCum', 'a2uCountMax', 'a2uCountMin', 'a2uCountPer', 'a2uCountRate', 'a2uCountSpct', 'a2uCountThr', 'a2uCountTr', 'childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'uTimeAvg', 'uTimeMax', 'uTimeMin', 'uTimeSpct', 'uTimeThr', 'uTimeTr']
796
+ @child_classes = []
797
+ @label = 'historical cluster stats in 5 minute'
798
+ @naming_props = ['index']
799
+
800
+ def rn
801
+ 'HDinfraClusterStats5min-' << @attributes['index'] << ''
802
+ end
803
+ end
804
+ class InfraConnFexBlk < MO
805
+ @class_name = 'infra.ConnFexBlk'
806
+ @ruby_class = 'InfraConnFexBlk'
807
+ @prefix = 'fexblk-'
808
+ @prefixes = [['fexblk-', true]]
809
+ @rn_format = 'fexblk-%(name)s'
810
+ @containers = ['InfraConnFexS']
811
+ @props = ['childAction', 'dn', 'from', 'lcOwn', 'modTs', 'name', 'rn', 'status', 'to', 'uid']
812
+ @child_classes = []
813
+ @label = 'Connectivity Fex Block'
814
+ @naming_props = ['name']
815
+
816
+ def rn
817
+ 'fexblk-' << @attributes['name'] << ''
818
+ end
819
+ end
820
+ class InfraConnFexS < MO
821
+ @class_name = 'infra.ConnFexS'
822
+ @ruby_class = 'InfraConnFexS'
823
+ @prefix = 'fexs-'
824
+ @prefixes = [['fexs-', true]]
825
+ @rn_format = 'fexs-%(name)s'
826
+ @containers = ['InfraRsAttEntP']
827
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type', 'uid']
828
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraSelectorIssues', 'InfraConnFexBlk', 'InfraHConnPortS', 'InfraRtConnFexS', 'FaultDelegate']
829
+ @label = 'Connectivity Fex Selector'
830
+ @naming_props = ['name']
831
+
832
+ def rn
833
+ 'fexs-' << @attributes['name'] << ''
834
+ end
835
+ end
836
+ class InfraConnNodeBlk < MO
837
+ @class_name = 'infra.ConnNodeBlk'
838
+ @ruby_class = 'InfraConnNodeBlk'
839
+ @prefix = 'nodeblk-'
840
+ @prefixes = [['nodeblk-', true]]
841
+ @rn_format = 'nodeblk-%(name)s'
842
+ @containers = ['InfraConnNodeS']
843
+ @props = ['childAction', 'descr', 'dn', 'from_', 'lcOwn', 'modTs', 'name', 'rn', 'status', 'to_', 'uid']
844
+ @child_classes = []
845
+ @label = 'Connectivity Node Block'
846
+ @naming_props = ['name']
847
+
848
+ def rn
849
+ 'nodeblk-' << @attributes['name'] << ''
850
+ end
851
+ end
852
+ class InfraConnNodeS < MO
853
+ @class_name = 'infra.ConnNodeS'
854
+ @ruby_class = 'InfraConnNodeS'
855
+ @prefix = 'nodes-'
856
+ @prefixes = [['nodes-', true]]
857
+ @rn_format = 'nodes-%(name)s'
858
+ @containers = ['InfraRsAttEntP']
859
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type', 'uid']
860
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraConnNodeBlk', 'InfraSelectorIssues', 'InfraRsConnFexS', 'InfraRsConnPortS', 'FaultDelegate']
861
+ @label = 'Access Connectivity Node Selector'
862
+ @naming_props = ['name']
863
+
864
+ def rn
865
+ 'nodes-' << @attributes['name'] << ''
866
+ end
867
+ end
868
+ class InfraConnPortBlk < MO
869
+ @class_name = 'infra.ConnPortBlk'
870
+ @ruby_class = 'InfraConnPortBlk'
871
+ @prefix = 'portblk-'
872
+ @prefixes = [['portblk-', true]]
873
+ @rn_format = 'portblk-%(name)s'
874
+ @containers = ['InfraHConnPortS']
875
+ @props = ['childAction', 'descr', 'dn', 'fromCard', 'fromPort', 'lcOwn', 'modTs', 'name', 'rn', 'status', 'toCard', 'toPort', 'uid']
876
+ @child_classes = []
877
+ @label = 'Connectivity Port Block'
878
+ @naming_props = ['name']
879
+
880
+ def rn
881
+ 'portblk-' << @attributes['name'] << ''
882
+ end
883
+ end
884
+ class InfraCont < MO
885
+ @class_name = 'infra.Cont'
886
+ @ruby_class = 'InfraCont'
887
+ @prefix = 'av'
888
+ @prefixes = [['av', false]]
889
+ @rn_format = 'av'
890
+ @containers = ['FabricNode']
891
+ @props = ['childAction', 'dn', 'fbDmNm', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'size', 'status', 'strtTs', 'uctDiff']
892
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraWiNode']
893
+ @label = 'Cluster'
894
+ @naming_props = []
895
+
896
+ def rn
897
+ 'av'
898
+ end
899
+ end
900
+ class InfraContDomP < MO
901
+ @class_name = 'infra.ContDomP'
902
+ @ruby_class = 'InfraContDomP'
903
+ @prefix = 'dompcont'
904
+ @prefixes = [['dompcont', false]]
905
+ @rn_format = 'dompcont'
906
+ @containers = ['InfraAttEntityP']
907
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status']
908
+ @child_classes = ['InfraAssocDomP']
909
+ @label = 'Container for all Associated Domains'
910
+ @naming_props = []
911
+
912
+ def rn
913
+ 'dompcont'
914
+ end
915
+ end
916
+ class InfraContNS < MO
917
+ @class_name = 'infra.ContNS'
918
+ @ruby_class = 'InfraContNS'
919
+ @prefix = 'nscont'
920
+ @prefixes = [['nscont', false]]
921
+ @rn_format = 'nscont'
922
+ @containers = ['InfraAttEntityP']
923
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
924
+ @child_classes = ['InfraRsToEncapInstDef', 'FaultCounts', 'HealthInst']
925
+ @label = 'Access Container Namespace'
926
+ @naming_props = []
927
+
928
+ def rn
929
+ 'nscont'
930
+ end
931
+ end
932
+ class InfraDomainToNs < MO
933
+ @class_name = 'infra.DomainToNs'
934
+ @ruby_class = 'InfraDomainToNs'
935
+ @prefix = ''
936
+ @prefixes = []
937
+ @rn_format = ''
938
+ @containers = []
939
+ @props = ['childAction', 'dn', 'forceResolve', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
940
+ @child_classes = []
941
+ @label = 'Super Class for Each Domain to Namespace Relation'
942
+ @naming_props = []
943
+
944
+ def rn
945
+ ''
946
+ end
947
+ end
948
+ class InfraDomInfo < MO
949
+ @class_name = 'infra.DomInfo'
950
+ @ruby_class = 'InfraDomInfo'
951
+ @prefix = 'dominf-'
952
+ @prefixes = [['dominf-', true]]
953
+ @rn_format = 'dominf-[%(domDn)s]'
954
+ @containers = ['InfraDomInfoCont']
955
+ @props = ['childAction', 'dn', 'domDn', 'lcOwn', 'modTs', 'rn', 'status']
956
+ @child_classes = ['InfraUsedByEpP']
957
+ @label = 'None'
958
+ @naming_props = ['domDn']
959
+
960
+ def rn
961
+ 'dominf-[' << @attributes['domDn'] << ']'
962
+ end
963
+ end
964
+ class InfraDomInfoCont < MO
965
+ @class_name = 'infra.DomInfoCont'
966
+ @ruby_class = 'InfraDomInfoCont'
967
+ @prefix = 'dominfcont'
968
+ @prefixes = [['dominfcont', false]]
969
+ @rn_format = 'dominfcont'
970
+ @containers = ['TopRoot']
971
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status']
972
+ @child_classes = ['InfraDomInfo']
973
+ @label = 'None'
974
+ @naming_props = []
975
+
976
+ def rn
977
+ 'dominfcont'
978
+ end
979
+ end
980
+ class InfraDomP < MO
981
+ @class_name = 'infra.DomP'
982
+ @ruby_class = 'InfraDomP'
983
+ @prefix = ''
984
+ @prefixes = []
985
+ @rn_format = ''
986
+ @containers = []
987
+ @props = ['childAction', 'configIssues', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
988
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsVlanNs', 'FaultInst', 'InfraRsVlanNsDef', 'InfraRtDomP', 'InfraRsVipAddrNs', 'InfraRsDomVxlanNsDef', 'InfraRtDomAtt']
989
+ @label = 'Access Domain Profile'
990
+ @naming_props = []
991
+
992
+ def rn
993
+ ''
994
+ end
995
+ end
996
+ class InfraEncap < MO
997
+ @class_name = 'infra.Encap'
998
+ @ruby_class = 'InfraEncap'
999
+ @prefix = 'encap-'
1000
+ @prefixes = [['encap-', true]]
1001
+ @rn_format = 'encap-%(name)s'
1002
+ @containers = []
1003
+ @props = ['childAction', 'descr', 'dn', 'encap', 'lcOwn', 'modTs', 'name', 'rn', 'status', 'uid']
1004
+ @child_classes = []
1005
+ @label = 'Encap'
1006
+ @naming_props = ['name']
1007
+
1008
+ def rn
1009
+ 'encap-' << @attributes['name'] << ''
1010
+ end
1011
+ end
1012
+ class InfraEncapDef < MO
1013
+ @class_name = 'infra.EncapDef'
1014
+ @ruby_class = 'InfraEncapDef'
1015
+ @prefix = 'encap'
1016
+ @prefixes = [['encap', false]]
1017
+ @rn_format = 'encap'
1018
+ @containers = []
1019
+ @props = ['childAction', 'descr', 'dn', 'encap', 'lcOwn', 'modTs', 'name', 'rn', 'status']
1020
+ @child_classes = []
1021
+ @label = 'None'
1022
+ @naming_props = []
1023
+
1024
+ def rn
1025
+ 'encap'
1026
+ end
1027
+ end
1028
+ class InfraEPg < MO
1029
+ @class_name = 'infra.EPg'
1030
+ @ruby_class = 'InfraEPg'
1031
+ @prefix = ''
1032
+ @prefixes = []
1033
+ @rn_format = ''
1034
+ @containers = []
1035
+ @props = ['childAction', 'configIssues', 'configSt', 'descr', 'dn', 'matchT', 'name', 'pcTag', 'prio', 'rn', 'scope', 'status', 'triggerSt']
1036
+ @child_classes = ['L2IngrBytesPartHist1mo', 'VzProvSubjLbl', 'FvRtDestEpg', 'TagInst', 'FvRtVsrcToEpg', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesAg1d', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'FvRInfoHolder', 'FvRtDevEpg', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2IngrPktsAg1mo', 'L2IngrBytesPart1h', 'FvRsCustQosPol', 'L2IngrBytesPart1d', 'FvRsProv', 'FaultInst', 'L2IngrBytesAg15min', 'VnsCfgRelInst', 'VnsFolderInst', 'FvRtSvcMgmtEpg', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2IngrPktsPart15min', 'L2IngrBytesPartHist1qtr', 'L2IngrPktsAg1d', 'L2IngrPktsPart1d', 'L2IngrPktsAg1h', 'L2IngrPktsPart1h', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2IngrBytesPart1mo', 'L2IngrPktsPart5min', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsPartHist1d', 'VnsCParam', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'FaultCounts', 'FvRtNtpProvToEpg', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2IngrBytesPartHist1h', 'HealthInst', 'FvRtARemoteHostToEpg', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrPktsAgHist15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2IngrBytesPartHist1w', 'VzProvCtrctLbl', 'L2IngrBytesAgHist1h', 'VnsCFolder', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'VnsParamInst', 'L2IngrPktsAgHist1mo', 'L2IngrPktsAgHist1qtr', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2IngrPktsAgHist1d', 'VzProvLbl', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsPartHist15min', 'VnsAbsParam']
1037
+ @label = 'End Point Group'
1038
+ @naming_props = []
1039
+
1040
+ def rn
1041
+ ''
1042
+ end
1043
+ end
1044
+ class InfraEpPD < MO
1045
+ @class_name = 'infra.EpPD'
1046
+ @ruby_class = 'InfraEpPD'
1047
+ @prefix = 'infeppd-'
1048
+ @prefixes = [['infeppd-', true]]
1049
+ @rn_format = 'infeppd-[%(epgPKey)s]'
1050
+ @containers = ['InfraMgmt', 'InfraGeneric', 'InfraProvAcc', 'InfraBoot', 'InfraImage', 'InfraStorage', 'VmmAttEntityPCont']
1051
+ @props = ['childAction', 'deployIssues', 'descr', 'dn', 'encap', 'encapCtx', 'epgPKey', 'eppDn', 'faultDKey', 'id', 'lbAlgo', 'lcOwn', 'mcastAddr', 'modTs', 'monPolDn', 'name', 'resImedcy', 'rn', 'status']
1052
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'CompRsCtrlrP']
1053
+ @label = 'Endpoint Policy Description'
1054
+ @naming_props = ['epgPKey']
1055
+
1056
+ def rn
1057
+ 'infeppd-[' << @attributes['epgPKey'] << ']'
1058
+ end
1059
+ end
1060
+ class InfraEpPDDef < MO
1061
+ @class_name = 'infra.EpPDDef'
1062
+ @ruby_class = 'InfraEpPDDef'
1063
+ @prefix = 'infeppd-'
1064
+ @prefixes = [['infeppd-', true]]
1065
+ @rn_format = 'infeppd-[%(epgPKey)s]'
1066
+ @containers = ['CompCtrlr']
1067
+ @props = ['childAction', 'deployIssues', 'descr', 'dn', 'encap', 'encapCtx', 'epgPKey', 'eppDn', 'faultDKey', 'id', 'lbAlgo', 'lcOwn', 'mcastAddr', 'modTs', 'monPolDn', 'name', 'resImedcy', 'rn', 'status']
1068
+ @child_classes = ['FaultCounts', 'HealthInst', 'CompRsCtrlrP']
1069
+ @label = 'Endpoint Policy Description'
1070
+ @naming_props = ['epgPKey']
1071
+
1072
+ def rn
1073
+ 'infeppd-[' << @attributes['epgPKey'] << ']'
1074
+ end
1075
+ end
1076
+ class InfraEpPDTask < MO
1077
+ @class_name = 'infra.EpPDTask'
1078
+ @ruby_class = 'InfraEpPDTask'
1079
+ @prefix = 'infraEpPDTask-'
1080
+ @prefixes = [['infraEpPDTask-', true]]
1081
+ @rn_format = 'infraEpPDTask-%(id)s'
1082
+ @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1083
+ @props = ['childAction', 'data', 'descr', 'dn', 'endTs', 'fail', 'id', 'invErrCode', 'invErrDescr', 'invRslt', 'lcOwn', 'modTs', 'oDn', 'operSt', 'originMinority', 'rn', 'runId', 'startTs', 'status', 'try', 'ts']
1084
+ @child_classes = []
1085
+ @label = 'None'
1086
+ @naming_props = ['id']
1087
+
1088
+ def rn
1089
+ 'infraEpPDTask-' << @attributes['id'] << ''
1090
+ end
1091
+ end
1092
+ class InfraExP < MO
1093
+ @class_name = 'infra.ExP'
1094
+ @ruby_class = 'InfraExP'
1095
+ @prefix = ''
1096
+ @prefixes = []
1097
+ @rn_format = ''
1098
+ @containers = []
1099
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
1100
+ @child_classes = ['FaultDelegate']
1101
+ @label = 'None'
1102
+ @naming_props = []
1103
+
1104
+ def rn
1105
+ ''
1106
+ end
1107
+ end
1108
+ class InfraFexBlk < MO
1109
+ @class_name = 'infra.FexBlk'
1110
+ @ruby_class = 'InfraFexBlk'
1111
+ @prefix = ''
1112
+ @prefixes = []
1113
+ @rn_format = ''
1114
+ @containers = []
1115
+ @props = ['childAction', 'dn', 'from', 'name', 'rn', 'status', 'to']
1116
+ @child_classes = []
1117
+ @label = 'Fex Block'
1118
+ @naming_props = []
1119
+
1120
+ def rn
1121
+ ''
1122
+ end
1123
+ end
1124
+ class InfraFexBndlGrp < MO
1125
+ @class_name = 'infra.FexBndlGrp'
1126
+ @ruby_class = 'InfraFexBndlGrp'
1127
+ @prefix = 'fexbundle-'
1128
+ @prefixes = [['fexbundle-', true]]
1129
+ @rn_format = 'fexbundle-%(name)s'
1130
+ @containers = ['InfraFexP']
1131
+ @props = ['childAction', 'descr', 'dn', 'lagT', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1132
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRtAccBaseGrp', 'InfraRtFexGrp', 'InfraRsMonFexInfraPol', 'InfraRsFexBndlGrpToAggrIf', 'FaultDelegate']
1133
+ @label = 'Fex Bundle Group'
1134
+ @naming_props = ['name']
1135
+
1136
+ def rn
1137
+ 'fexbundle-' << @attributes['name'] << ''
1138
+ end
1139
+ end
1140
+ class InfraFexCfg < MO
1141
+ @class_name = 'infra.FexCfg'
1142
+ @ruby_class = 'InfraFexCfg'
1143
+ @prefix = 'fex-'
1144
+ @prefixes = [['fex-', true]]
1145
+ @rn_format = 'fex-%(id)s'
1146
+ @containers = ['InfraNodeCfg']
1147
+ @props = ['childAction', 'dn', 'id', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
1148
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsFexGrp']
1149
+ @label = 'FEX Configuration'
1150
+ @naming_props = ['id']
1151
+
1152
+ def rn
1153
+ 'fex-' << @attributes['id'] << ''
1154
+ end
1155
+ end
1156
+ class InfraFexGrp < MO
1157
+ @class_name = 'infra.FexGrp'
1158
+ @ruby_class = 'InfraFexGrp'
1159
+ @prefix = ''
1160
+ @prefixes = []
1161
+ @rn_format = ''
1162
+ @containers = ['InfraFexP']
1163
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
1164
+ @child_classes = ['InfraRtAccBaseGrp', 'InfraRtFexGrp', 'FaultDelegate']
1165
+ @label = 'None'
1166
+ @naming_props = []
1167
+
1168
+ def rn
1169
+ ''
1170
+ end
1171
+ end
1172
+ class InfraFexP < MO
1173
+ @class_name = 'infra.FexP'
1174
+ @ruby_class = 'InfraFexP'
1175
+ @prefix = 'fexprof-'
1176
+ @prefixes = [['fexprof-', true]]
1177
+ @rn_format = 'fexprof-%(name)s'
1178
+ @containers = ['InfraInfra']
1179
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1180
+ @child_classes = ['InfraFexBndlGrp', 'HealthInst', 'InfraRtFexp', 'FaultCounts', 'InfraHPortS', 'FaultDelegate']
1181
+ @label = 'FEX Profile'
1182
+ @naming_props = ['name']
1183
+
1184
+ def rn
1185
+ 'fexprof-' << @attributes['name'] << ''
1186
+ end
1187
+ end
1188
+ class InfraFuncP < MO
1189
+ @class_name = 'infra.FuncP'
1190
+ @ruby_class = 'InfraFuncP'
1191
+ @prefix = 'funcprof'
1192
+ @prefixes = [['funcprof', false]]
1193
+ @rn_format = 'funcprof'
1194
+ @containers = ['InfraInfra']
1195
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1196
+ @child_classes = ['FaultCounts', 'HealthInst', 'MgmtGrp', 'InfraAccNodePGrp', 'InfraAccBndlGrp', 'InfraAccPortGrp', 'InfraAccCardPGrp', 'FaultDelegate']
1197
+ @label = 'Function Profile'
1198
+ @naming_props = []
1199
+
1200
+ def rn
1201
+ 'funcprof'
1202
+ end
1203
+ end
1204
+ class InfraGeneric < MO
1205
+ @class_name = 'infra.Generic'
1206
+ @ruby_class = 'InfraGeneric'
1207
+ @prefix = 'gen-'
1208
+ @prefixes = [['gen-', true]]
1209
+ @rn_format = 'gen-%(name)s'
1210
+ @containers = ['InfraAttEntityP']
1211
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
1212
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
1213
+ @label = 'Access Generic'
1214
+ @naming_props = ['name']
1215
+
1216
+ def rn
1217
+ 'gen-' << @attributes['name'] << ''
1218
+ end
1219
+ end
1220
+ class InfraGeNode < MO
1221
+ @class_name = 'infra.GeNode'
1222
+ @ruby_class = 'InfraGeNode'
1223
+ @prefix = ''
1224
+ @prefixes = []
1225
+ @rn_format = ''
1226
+ @containers = []
1227
+ @props = ['childAction', 'dn', 'id', 'name', 'rn', 'status']
1228
+ @child_classes = []
1229
+ @label = 'Generic Controller'
1230
+ @naming_props = []
1231
+
1232
+ def rn
1233
+ ''
1234
+ end
1235
+ end
1236
+ class InfraHConnPortS < MO
1237
+ @class_name = 'infra.HConnPortS'
1238
+ @ruby_class = 'InfraHConnPortS'
1239
+ @prefix = 'hports-'
1240
+ @prefixes = [['hports-', true], ['-typ-', true]]
1241
+ @rn_format = 'hports-%(name)s-typ-%(type)s'
1242
+ @containers = ['InfraConnFexS', 'InfraRsAttEntP']
1243
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type', 'uid']
1244
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRtConnPortS', 'InfraSelectorIssues', 'InfraConnPortBlk', 'FaultDelegate']
1245
+ @label = 'Connectivity Port Selector'
1246
+ @naming_props = ['name', 'type']
1247
+
1248
+ def rn
1249
+ 'hports-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
1250
+ end
1251
+ end
1252
+ class InfraHostCfg < MO
1253
+ @class_name = 'infra.HostCfg'
1254
+ @ruby_class = 'InfraHostCfg'
1255
+ @prefix = 'host-'
1256
+ @prefixes = [['host-', true]]
1257
+ @rn_format = 'host-[%(accGrpDn)s]'
1258
+ @containers = ['InfraNodeCfg']
1259
+ @props = ['accGrpDn', 'childAction', 'deplSt', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
1260
+ @child_classes = ['FaultInst', 'InfraRsConnectivityProfile', 'FabricCreatedBy', 'HealthInst', 'FaultCounts']
1261
+ @label = 'Host Connectivity Configuration'
1262
+ @naming_props = ['accGrpDn']
1263
+
1264
+ def rn
1265
+ 'host-[' << @attributes['accGrpDn'] << ']'
1266
+ end
1267
+ end
1268
+ class InfraHPathS < MO
1269
+ @class_name = 'infra.HPathS'
1270
+ @ruby_class = 'InfraHPathS'
1271
+ @prefix = 'hpaths-'
1272
+ @prefixes = [['hpaths-', true]]
1273
+ @rn_format = 'hpaths-%(name)s'
1274
+ @containers = ['InfraInfra']
1275
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1276
+ @child_classes = ['InfraRsPathToAccBaseGrp', 'FaultCounts', 'HealthInst', 'InfraRsHPathAtt', 'InfraSelectorIssues', 'FabricRtToInfraPathS', 'FabricRtToFabricPathS', 'FaultDelegate']
1277
+ @label = 'Host Path Selector'
1278
+ @naming_props = ['name']
1279
+
1280
+ def rn
1281
+ 'hpaths-' << @attributes['name'] << ''
1282
+ end
1283
+ end
1284
+ class InfraHPortS < MO
1285
+ @class_name = 'infra.HPortS'
1286
+ @ruby_class = 'InfraHPortS'
1287
+ @prefix = 'hports-'
1288
+ @prefixes = [['hports-', true], ['-typ-', true]]
1289
+ @rn_format = 'hports-%(name)s-typ-%(type)s'
1290
+ @containers = ['InfraAccPortP', 'InfraFexP']
1291
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type', 'uid']
1292
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraSelectorIssues', 'InfraPortBlk', 'InfraRsAccBaseGrp', 'FaultDelegate']
1293
+ @label = 'Access Port Selector'
1294
+ @naming_props = ['name', 'type']
1295
+
1296
+ def rn
1297
+ 'hports-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
1298
+ end
1299
+ end
1300
+ class InfraIDDef < MO
1301
+ @class_name = 'infra.IDDef'
1302
+ @ruby_class = 'InfraIDDef'
1303
+ @prefix = 'iddef'
1304
+ @prefixes = [['iddef', false]]
1305
+ @rn_format = 'iddef'
1306
+ @containers = ['InfraInfra']
1307
+ @props = ['bdend', 'bdflood', 'bdproxy', 'childAction', 'dn', 'lcOwn', 'modTs', 'pcTagSharedEnd', 'pcTagSharedStart', 'rn', 'segCtx', 'segCtxEnd', 'segFabEncap', 'segHiEPg', 'segHiEPgEnd', 'segLoEPg', 'segLoEPgEnd', 'status']
1308
+ @child_classes = []
1309
+ @label = 'None'
1310
+ @naming_props = []
1311
+
1312
+ def rn
1313
+ 'iddef'
1314
+ end
1315
+ end
1316
+ class InfraIfLblDef < MO
1317
+ @class_name = 'infra.IfLblDef'
1318
+ @ruby_class = 'InfraIfLblDef'
1319
+ @prefix = 'ilbl-'
1320
+ @prefixes = [['ilbl-', true]]
1321
+ @rn_format = 'ilbl-%(name)s'
1322
+ @containers = ['InfraNodeLblDef']
1323
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'tag']
1324
+ @child_classes = ['FaultDelegate']
1325
+ @label = 'Interface Label'
1326
+ @naming_props = ['name']
1327
+
1328
+ def rn
1329
+ 'ilbl-' << @attributes['name'] << ''
1330
+ end
1331
+ end
1332
+ class InfraIlClMsgSrc < MO
1333
+ @class_name = 'infra.IlClMsgSrc'
1334
+ @ruby_class = 'InfraIlClMsgSrc'
1335
+ @prefix = 'ilClMsgSrc-'
1336
+ @prefixes = [['ilClMsgSrc-', true], ['-', true]]
1337
+ @rn_format = 'ilClMsgSrc-%(chassis)s-%(icmsReason)s'
1338
+ @containers = ['InfraLoNode']
1339
+ @props = ['addr', 'chassis', 'childAction', 'dn', 'fbDmNm', 'frstMsgTs', 'icmsReason', 'id', 'isFault', 'lcOwn', 'lstMsgTs', 'modTs', 'monPolDn', 'name', 'rn', 'status']
1340
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
1341
+ @label = 'Controller - Source of Illegal Cluster Messages'
1342
+ @naming_props = ['chassis', 'icmsReason']
1343
+
1344
+ def rn
1345
+ 'ilClMsgSrc-' << @attributes['chassis'] << '-' << @attributes['icmsReason'] << ''
1346
+ end
1347
+ end
1348
+ class InfraImage < MO
1349
+ @class_name = 'infra.Image'
1350
+ @ruby_class = 'InfraImage'
1351
+ @prefix = 'img-'
1352
+ @prefixes = [['img-', true]]
1353
+ @rn_format = 'img-%(name)s'
1354
+ @containers = ['InfraAttEntityP']
1355
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
1356
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
1357
+ @label = 'Access Image Download'
1358
+ @naming_props = ['name']
1359
+
1360
+ def rn
1361
+ 'img-' << @attributes['name'] << ''
1362
+ end
1363
+ end
1364
+ class InfraInfra < MO
1365
+ @class_name = 'infra.Infra'
1366
+ @ruby_class = 'InfraInfra'
1367
+ @prefix = 'infra'
1368
+ @prefixes = [['infra', false]]
1369
+ @rn_format = 'infra'
1370
+ @containers = ['PolUni']
1371
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1372
+ @child_classes = ['FaultCounts', 'InfraAccPortP', 'InfraRsResLacpLagPol', 'EqptdiagpLeTsOdEcc', 'StpEncapInstDef', 'InfraRsResQosInstPol', 'InfraRsResCdpIfPol', 'MonInfraPol', 'VnsSvcGraphVersion', 'CdpIfPol', 'QosInstPol', 'MgmtNodeGrp', 'InfraAttEntityP', 'FvnsVxlanInstDef', 'InfraRsResLacpIfPol', 'EqptdiagpTsOdLeafP', 'FabricHIfPol', 'EqptdiagpCardHealthPol', 'VtapNatEntryCont', 'DhcpNodeGrp', 'EqptdiagpNodeHealthPol', 'VnsMDev', 'InfraIDDef', 'InfraNodeCfgCont', 'EqptdiagpPortHealthPol', 'InfraRsResDatetimeFormat', 'HealthInst', 'EqptdiagpBootPol', 'InfraRsResLldpIfPol', 'LldpIfPol', 'StormctrlIfPol', 'FvnsVlanInstP', 'SpanSrcGrp', 'SpanVDestGrp', 'FvnsMcastAddrInstP', 'DhcpRelayP', 'InfraFuncP', 'SpanCEpDefCont', 'LacpIfPol', 'SpanDestGrp', 'InfraRsResMonInfraPol', 'StpInstPol', 'InfraNodeP', 'VnsSvcPkgSource', 'SpanVSrcGrp', 'FvnsVxlanInstP', 'LacpLagPol', 'InfraAccCardP', 'StpIfPol', 'InfraRsResQoSPol', 'InfraRsResHIfPol', 'InfraFexP']
1373
+ @label = 'Access Instance'
1374
+ @naming_props = []
1375
+
1376
+ def rn
1377
+ 'infra'
1378
+ end
1379
+ end
1380
+ class InfraIpP < MO
1381
+ @class_name = 'infra.IpP'
1382
+ @ruby_class = 'InfraIpP'
1383
+ @prefix = 'ipp-'
1384
+ @prefixes = [['ipp-', true], ['-epg-', true]]
1385
+ @rn_format = 'ipp-%(npName)s-epg-%(epgName)s'
1386
+ @containers = []
1387
+ @props = ['childAction', 'descr', 'dn', 'encap', 'epgName', 'lcOwn', 'modTs', 'name', 'npName', 'ownerKey', 'ownerTag', 'rn', 'status']
1388
+ @child_classes = ['FvCCEp', 'FaultDelegate']
1389
+ @label = 'None'
1390
+ @naming_props = ['npName', 'epgName']
1391
+
1392
+ def rn
1393
+ 'ipp-' << @attributes['npName'] << '-epg-' << @attributes['epgName'] << ''
1394
+ end
1395
+ end
1396
+ class InfraLbl < MO
1397
+ @class_name = 'infra.Lbl'
1398
+ @ruby_class = 'InfraLbl'
1399
+ @prefix = ''
1400
+ @prefixes = []
1401
+ @rn_format = ''
1402
+ @containers = []
1403
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'tag']
1404
+ @child_classes = ['FaultDelegate']
1405
+ @label = 'None'
1406
+ @naming_props = []
1407
+
1408
+ def rn
1409
+ ''
1410
+ end
1411
+ end
1412
+ class InfraLeafS < MO
1413
+ @class_name = 'infra.LeafS'
1414
+ @ruby_class = 'InfraLeafS'
1415
+ @prefix = 'leaves-'
1416
+ @prefixes = [['leaves-', true], ['-typ-', true]]
1417
+ @rn_format = 'leaves-%(name)s-typ-%(type)s'
1418
+ @containers = ['InfraNodeP']
1419
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type', 'uid']
1420
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraNodeBlk', 'InfraSelectorIssues', 'InfraRsAccNodePGrp', 'FaultDelegate']
1421
+ @label = 'Leaf Selector'
1422
+ @naming_props = ['name', 'type']
1423
+
1424
+ def rn
1425
+ 'leaves-' << @attributes['name'] << '-typ-' << @attributes['type'] << ''
1426
+ end
1427
+ end
1428
+ class InfraLocation < MO
1429
+ @class_name = 'infra.Location'
1430
+ @ruby_class = 'InfraLocation'
1431
+ @prefix = 'loc'
1432
+ @prefixes = [['loc', false]]
1433
+ @rn_format = 'loc'
1434
+ @containers = []
1435
+ @props = ['affected', 'childAction', 'data', 'dn', 'lcOwn', 'modTs', 'rn', 'shard', 'status', 'uid']
1436
+ @child_classes = []
1437
+ @label = 'None'
1438
+ @naming_props = []
1439
+
1440
+ def rn
1441
+ 'loc'
1442
+ end
1443
+ end
1444
+ class InfraLoNode < MO
1445
+ @class_name = 'infra.LoNode'
1446
+ @ruby_class = 'InfraLoNode'
1447
+ @prefix = 'lon'
1448
+ @prefixes = [['lon', false]]
1449
+ @rn_format = 'lon'
1450
+ @containers = ['FabricNode']
1451
+ @props = ['childAction', 'dataLayerIsSynchronizedWithPeers', 'dn', 'gotFirstDiscoveryMessageFromBootmgr', 'hasReachedStableMembership', 'isOobNotInfra', 'lcOwn', 'leCnnct', 'leNotCnnct', 'modTs', 'monPolDn', 'name', 'rn', 'status', 'strtTs', 'uid']
1452
+ @child_classes = ['FaultCounts', 'HealthInst', 'FaultInst', 'InfraPeNode', 'InfraClSzEqObst', 'InfraIlClMsgSrc', 'InfraService']
1453
+ @label = 'Controller Local View'
1454
+ @naming_props = []
1455
+
1456
+ def rn
1457
+ 'lon'
1458
+ end
1459
+ end
1460
+ class InfraMgmt < MO
1461
+ @class_name = 'infra.Mgmt'
1462
+ @ruby_class = 'InfraMgmt'
1463
+ @prefix = 'mgmt-'
1464
+ @prefixes = [['mgmt-', true]]
1465
+ @rn_format = 'mgmt-%(name)s'
1466
+ @containers = ['InfraAttEntityP']
1467
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
1468
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
1469
+ @label = 'Access Management'
1470
+ @naming_props = ['name']
1471
+
1472
+ def rn
1473
+ 'mgmt-' << @attributes['name'] << ''
1474
+ end
1475
+ end
1476
+ class InfraModeDef < MO
1477
+ @class_name = 'infra.ModeDef'
1478
+ @ruby_class = 'InfraModeDef'
1479
+ @prefix = 'encapmode'
1480
+ @prefixes = [['encapmode', false]]
1481
+ @rn_format = 'encapmode'
1482
+ @containers = []
1483
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'mode', 'rn', 'status']
1484
+ @child_classes = []
1485
+ @label = 'None'
1486
+ @naming_props = []
1487
+
1488
+ def rn
1489
+ 'encapmode'
1490
+ end
1491
+ end
1492
+ class InfraNode < MO
1493
+ @class_name = 'infra.Node'
1494
+ @ruby_class = 'InfraNode'
1495
+ @prefix = 'node-'
1496
+ @prefixes = [['node-', true]]
1497
+ @rn_format = 'node-%(id)s'
1498
+ @containers = ['ExtnwRsOut']
1499
+ @props = ['childAction', 'descr', 'dn', 'id', 'lcOwn', 'modTs', 'name', 'rn', 'status', 'uid']
1500
+ @child_classes = []
1501
+ @label = 'Node where EPg will be Deployed'
1502
+ @naming_props = ['id']
1503
+
1504
+ def rn
1505
+ 'node-' << @attributes['id'] << ''
1506
+ end
1507
+ end
1508
+ class InfraNodeBlk < MO
1509
+ @class_name = 'infra.NodeBlk'
1510
+ @ruby_class = 'InfraNodeBlk'
1511
+ @prefix = 'nodeblk-'
1512
+ @prefixes = [['nodeblk-', true]]
1513
+ @rn_format = 'nodeblk-%(name)s'
1514
+ @containers = ['InfraLeafS', 'MgmtNodeGrp', 'DhcpNodeGrp']
1515
+ @props = ['childAction', 'descr', 'dn', 'from_', 'lcOwn', 'modTs', 'name', 'rn', 'status', 'to_', 'uid']
1516
+ @child_classes = []
1517
+ @label = 'Node Block'
1518
+ @naming_props = ['name']
1519
+
1520
+ def rn
1521
+ 'nodeblk-' << @attributes['name'] << ''
1522
+ end
1523
+ end
1524
+ class InfraNodeCfg < MO
1525
+ @class_name = 'infra.NodeCfg'
1526
+ @ruby_class = 'InfraNodeCfg'
1527
+ @prefix = 'node-'
1528
+ @prefixes = [['node-', true]]
1529
+ @rn_format = 'node-%(id)s'
1530
+ @containers = ['InfraNodeCfgCont']
1531
+ @props = ['childAction', 'dn', 'id', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
1532
+ @child_classes = ['InfraRsProtGroup', 'FaultCounts', 'HealthInst', 'InfraRsInterfacePolProfile', 'FaultInst', 'InfraRsVpcBndlGrp', 'InfraRsFexp', 'InfraRsModulePolProfile', 'InfraRsNodePolGroup', 'InfraFexCfg', 'InfraHostCfg']
1533
+ @label = 'Access Node Configuration'
1534
+ @naming_props = ['id']
1535
+
1536
+ def rn
1537
+ 'node-' << @attributes['id'] << ''
1538
+ end
1539
+ end
1540
+ class InfraNodeCfgCont < MO
1541
+ @class_name = 'infra.NodeCfgCont'
1542
+ @ruby_class = 'InfraNodeCfgCont'
1543
+ @prefix = 'nodecfgcont'
1544
+ @prefixes = [['nodecfgcont', false]]
1545
+ @rn_format = 'nodecfgcont'
1546
+ @containers = ['InfraInfra']
1547
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
1548
+ @child_classes = ['InfraRsProtectionGrp', 'InfraNodeCfg', 'FaultCounts', 'HealthInst']
1549
+ @label = 'Access Node Configuration Container'
1550
+ @naming_props = []
1551
+
1552
+ def rn
1553
+ 'nodecfgcont'
1554
+ end
1555
+ end
1556
+ class InfraNodeCfgTask < MO
1557
+ @class_name = 'infra.NodeCfgTask'
1558
+ @ruby_class = 'InfraNodeCfgTask'
1559
+ @prefix = 'infraNodeCfgTask-'
1560
+ @prefixes = [['infraNodeCfgTask-', true]]
1561
+ @rn_format = 'infraNodeCfgTask-%(id)s'
1562
+ @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
1563
+ @props = ['childAction', 'data', 'descr', 'dn', 'endTs', 'fail', 'id', 'invErrCode', 'invErrDescr', 'invRslt', 'lcOwn', 'modTs', 'oDn', 'operSt', 'originMinority', 'rn', 'runId', 'startTs', 'status', 'try', 'ts']
1564
+ @child_classes = []
1565
+ @label = 'None'
1566
+ @naming_props = ['id']
1567
+
1568
+ def rn
1569
+ 'infraNodeCfgTask-' << @attributes['id'] << ''
1570
+ end
1571
+ end
1572
+ class InfraNodeDef < MO
1573
+ @class_name = 'infra.NodeDef'
1574
+ @ruby_class = 'InfraNodeDef'
1575
+ @prefix = 'nodedef-'
1576
+ @prefixes = [['nodedef-', true]]
1577
+ @rn_format = 'nodedef-%(id)s'
1578
+ @containers = []
1579
+ @props = ['childAction', 'descr', 'dn', 'id', 'lcOwn', 'modTs', 'name', 'rn', 'status']
1580
+ @child_classes = []
1581
+ @label = 'Node where EPg will be Deployed'
1582
+ @naming_props = ['id']
1583
+
1584
+ def rn
1585
+ 'nodedef-' << @attributes['id'] << ''
1586
+ end
1587
+ end
1588
+ class InfraNodeGrp < MO
1589
+ @class_name = 'infra.NodeGrp'
1590
+ @ruby_class = 'InfraNodeGrp'
1591
+ @prefix = ''
1592
+ @prefixes = []
1593
+ @rn_format = ''
1594
+ @containers = ['InfraInfra']
1595
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type']
1596
+ @child_classes = ['InfraNodeBlk', 'FaultDelegate', 'InfraSelectorIssues']
1597
+ @label = 'Node Selector'
1598
+ @naming_props = []
1599
+
1600
+ def rn
1601
+ ''
1602
+ end
1603
+ end
1604
+ class InfraNodeLblDef < MO
1605
+ @class_name = 'infra.NodeLblDef'
1606
+ @ruby_class = 'InfraNodeLblDef'
1607
+ @prefix = 'nlbl-'
1608
+ @prefixes = [['nlbl-', true]]
1609
+ @rn_format = 'nlbl-%(name)s'
1610
+ @containers = ['ExtnwAccGrpCont']
1611
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'tag']
1612
+ @child_classes = ['InfraIfLblDef', 'FaultDelegate']
1613
+ @label = 'Switch Label'
1614
+ @naming_props = ['name']
1615
+
1616
+ def rn
1617
+ 'nlbl-' << @attributes['name'] << ''
1618
+ end
1619
+ end
1620
+ class InfraNodeP < MO
1621
+ @class_name = 'infra.NodeP'
1622
+ @ruby_class = 'InfraNodeP'
1623
+ @prefix = 'nprof-'
1624
+ @prefixes = [['nprof-', true]]
1625
+ @rn_format = 'nprof-%(name)s'
1626
+ @containers = ['InfraInfra']
1627
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1628
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsAccCardP', 'InfraLeafS', 'InfraRsAccPortP', 'FaultDelegate']
1629
+ @label = 'Switch Profile'
1630
+ @naming_props = ['name']
1631
+
1632
+ def rn
1633
+ 'nprof-' << @attributes['name'] << ''
1634
+ end
1635
+ end
1636
+ class InfraNsIssues < MO
1637
+ @class_name = 'infra.NsIssues'
1638
+ @ruby_class = 'InfraNsIssues'
1639
+ @prefix = 'nsissues'
1640
+ @prefixes = [['nsissues', false]]
1641
+ @rn_format = 'nsissues'
1642
+ @containers = ['StpAllocEncapBlkDef', 'StpEncapInstDef']
1643
+ @props = ['childAction', 'configQual', 'configSt', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
1644
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FaultDelegate']
1645
+ @label = 'Access Namespace Configuration Issues'
1646
+ @naming_props = []
1647
+
1648
+ def rn
1649
+ 'nsissues'
1650
+ end
1651
+ end
1652
+ class InfraPeNode < MO
1653
+ @class_name = 'infra.PeNode'
1654
+ @ruby_class = 'InfraPeNode'
1655
+ @prefix = 'peer-'
1656
+ @prefixes = [['peer-', true]]
1657
+ @rn_format = 'peer-%(id)s'
1658
+ @containers = ['InfraLoNode']
1659
+ @props = ['actTs', 'childAction', 'dn', 'id', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
1660
+ @child_classes = ['InfraClusterStatsHist1h', 'InfraClusterStatsHist1mo', 'FaultCounts', 'HealthInst', 'InfraClusterStats15min', 'InfraClusterStats5min', 'FaultInst', 'InfraClusterStatsHist1year', 'InfraClusterStatsHist1d', 'InfraClusterStatsHist1qtr', 'InfraClusterStats1d', 'InfraClusterStats1qtr', 'InfraClusterStats1w', 'InfraClusterStatsHist15min', 'InfraClusterStats1year', 'InfraClusterStatsHist5min', 'InfraClusterStats1h', 'InfraClusterStats1mo', 'InfraClusterStatsHist1w']
1661
+ @label = 'Peer Controller'
1662
+ @naming_props = ['id']
1663
+
1664
+ def rn
1665
+ 'peer-' << @attributes['id'] << ''
1666
+ end
1667
+ end
1668
+ class InfraPEPg < MO
1669
+ @class_name = 'infra.PEPg'
1670
+ @ruby_class = 'InfraPEPg'
1671
+ @prefix = 'pepg-'
1672
+ @prefixes = [['pepg-', true]]
1673
+ @rn_format = 'pepg-%(name)s'
1674
+ @containers = ['InfraProvP']
1675
+ @props = ['childAction', 'configIssues', 'configSt', 'descr', 'dn', 'lcOwn', 'matchT', 'modTs', 'monPolDn', 'name', 'pcTag', 'prio', 'rn', 'scope', 'status', 'triggerSt', 'uid']
1676
+ @child_classes = ['L2IngrBytesPartHist1mo', 'VzProvSubjLbl', 'FvRtDestEpg', 'TagInst', 'FvRtVsrcToEpg', 'L2IngrBytesAg1w', 'VnsCRel', 'TagAliasDelInst', 'L2IngrPktsAg1qtr', 'L2IngrBytesAg1h', 'L2IngrBytesAg1d', 'L2IngrBytesAgHist1w', 'FvRtSrcToEpg', 'HealthNodeInst', 'FvRInfoHolder', 'FvRtDevEpg', 'L2IngrBytesPartHist1year', 'L2IngrBytesPart1w', 'L2IngrPktsAg1mo', 'L2IngrBytesPart1h', 'FvRsCustQosPol', 'L2IngrBytesPart1d', 'FvRsProv', 'DhcpPEp', 'FaultInst', 'L2IngrBytesAg15min', 'VsvcConsLbl', 'VnsCfgRelInst', 'VnsFolderInst', 'FvRtSvcMgmtEpg', 'L2IngrPktsPart1w', 'L2IngrPktsAg1w', 'L2IngrBytesPartHist15min', 'L2IngrPktsPart15min', 'L2IngrBytesPartHist1qtr', 'L2IngrPktsAg1d', 'L2IngrPktsPart1d', 'L2IngrPktsAg1h', 'L2IngrPktsPart1h', 'FvRtVConnToEpgSubnet', 'FvRtVConnToEpgEp', 'FvRsConsIf', 'L2IngrBytesPart1mo', 'L2IngrPktsPart5min', 'L2IngrBytesAg1mo', 'L2IngrPktsPartHist1h', 'VnsGFolder', 'L2IngrPktsAgHist1qtr', 'VnsCParam', 'VzConsSubjLbl', 'L2IngrPktsPartHist1w', 'FaultCounts', 'FvRtNtpProvToEpg', 'DhcpConsLbl', 'VsvcProvLbl', 'FvCtrctCtxDefCont', 'VnsGRel', 'L2IngrPktsPartHist5min', 'L2IngrBytesAgHist1mo', 'FvRtSecProvToEpg', 'FvOrchsInfo', 'FvRsCons', 'VzConsLbl', 'L2IngrPktsAgHist1year', 'L2IngrPktsPart1qtr', 'L2IngrBytesPart1qtr', 'L2IngrBytesAg1qtr', 'FvSharedService', 'L2IngrBytesPart5min', 'L2IngrBytesAgHist1year', 'VnsAbsCfgRel', 'L2IngrBytesPartHist1h', 'HealthInst', 'FvRtARemoteHostToEpg', 'L2IngrBytesAg1year', 'L2IngrBytesPartHist1d', 'L2IngrPktsPartHist1qtr', 'L2IngrBytesPart1year', 'L2IngrPktsAgHist15min', 'TagAliasInst', 'L2IngrPktsPartHist1year', 'L2IngrBytesPartHist1w', 'VzProvCtrctLbl', 'L2IngrBytesAgHist1h', 'VnsCFolder', 'VnsGParam', 'L2IngrPktsAg15min', 'L2IngrBytesPart15min', 'VnsParamInst', 'L2IngrPktsAgHist1mo', 'L2IngrPktsPartHist1d', 'L2IngrBytesAgHist1d', 'L2IngrPktsAgHist1w', 'FvRsProtBy', 'L2IngrPktsPart1mo', 'L2IngrPktsPart1year', 'InfraRsInfraBD', 'L2IngrBytesAgHist1qtr', 'FvRtProfileToEpg', 'FvRtEpg', 'FaultDelegate', 'FvRtTermToEPg', 'VnsAbsFolder', 'L2IngrPktsAg1year', 'FvRtMgmtEPg', 'VzConsCtrctLbl', 'FvRtFuncToEpg', 'L2IngrPktsPartHist1mo', 'L2IngrPktsAgHist1d', 'VzProvLbl', 'FvRtProv', 'L2IngrPktsAgHist1h', 'L2IngrBytesPartHist5min', 'L2IngrBytesAgHist15min', 'L2IngrPktsPartHist15min', 'VnsAbsParam']
1677
+ @label = 'Access Function Provider'
1678
+ @naming_props = ['name']
1679
+
1680
+ def rn
1681
+ 'pepg-' << @attributes['name'] << ''
1682
+ end
1683
+ end
1684
+ class InfraPeReplica < MO
1685
+ @class_name = 'infra.PeReplica'
1686
+ @ruby_class = 'InfraPeReplica'
1687
+ @prefix = 'peer-'
1688
+ @prefixes = [['peer-', true]]
1689
+ @rn_format = 'peer-%(rplId)s'
1690
+ @containers = ['InfraReplica']
1691
+ @props = ['childAction', 'ctrlrId', 'dn', 'lcOwn', 'modTs', 'name', 'rn', 'rplId', 'status']
1692
+ @child_classes = []
1693
+ @label = 'Peer Replica'
1694
+ @naming_props = ['rplId']
1695
+
1696
+ def rn
1697
+ 'peer-' << @attributes['rplId'] << ''
1698
+ end
1699
+ end
1700
+ class InfraPolGrp < MO
1701
+ @class_name = 'infra.PolGrp'
1702
+ @ruby_class = 'InfraPolGrp'
1703
+ @prefix = ''
1704
+ @prefixes = []
1705
+ @rn_format = ''
1706
+ @containers = []
1707
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
1708
+ @child_classes = ['FaultDelegate']
1709
+ @label = 'None'
1710
+ @naming_props = []
1711
+
1712
+ def rn
1713
+ ''
1714
+ end
1715
+ end
1716
+ class InfraPortBlk < MO
1717
+ @class_name = 'infra.PortBlk'
1718
+ @ruby_class = 'InfraPortBlk'
1719
+ @prefix = 'portblk-'
1720
+ @prefixes = [['portblk-', true]]
1721
+ @rn_format = 'portblk-%(name)s'
1722
+ @containers = ['InfraHPortS']
1723
+ @props = ['childAction', 'descr', 'dn', 'fromCard', 'fromPort', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status', 'toCard', 'toPort', 'uid']
1724
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsAccBndlSubgrp']
1725
+ @label = 'Access Port Block'
1726
+ @naming_props = ['name']
1727
+
1728
+ def rn
1729
+ 'portblk-' << @attributes['name'] << ''
1730
+ end
1731
+ end
1732
+ class InfraPortS < MO
1733
+ @class_name = 'infra.PortS'
1734
+ @ruby_class = 'InfraPortS'
1735
+ @prefix = ''
1736
+ @prefixes = []
1737
+ @rn_format = ''
1738
+ @containers = []
1739
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'type']
1740
+ @child_classes = ['FaultDelegate', 'InfraSelectorIssues']
1741
+ @label = 'None'
1742
+ @naming_props = []
1743
+
1744
+ def rn
1745
+ ''
1746
+ end
1747
+ end
1748
+ class InfraPreProv < MO
1749
+ @class_name = 'infra.PreProv'
1750
+ @ruby_class = 'InfraPreProv'
1751
+ @prefix = 'preprov-'
1752
+ @prefixes = [['preprov-', true]]
1753
+ @rn_format = 'preprov-%(name)s'
1754
+ @containers = ['InfraAttEntityP']
1755
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
1756
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
1757
+ @label = 'EpP pre-provision'
1758
+ @naming_props = ['name']
1759
+
1760
+ def rn
1761
+ 'preprov-' << @attributes['name'] << ''
1762
+ end
1763
+ end
1764
+ class InfraProfile < MO
1765
+ @class_name = 'infra.Profile'
1766
+ @ruby_class = 'InfraProfile'
1767
+ @prefix = ''
1768
+ @prefixes = []
1769
+ @rn_format = ''
1770
+ @containers = []
1771
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
1772
+ @child_classes = ['FaultDelegate']
1773
+ @label = 'None'
1774
+ @naming_props = []
1775
+
1776
+ def rn
1777
+ ''
1778
+ end
1779
+ end
1780
+ class InfraProfileIssues < MO
1781
+ @class_name = 'infra.ProfileIssues'
1782
+ @ruby_class = 'InfraProfileIssues'
1783
+ @prefix = 'profileissues'
1784
+ @prefixes = [['profileissues', false]]
1785
+ @rn_format = 'profileissues'
1786
+ @containers = ['InfraAttEntityP']
1787
+ @props = ['childAction', 'configQual', 'configSt', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
1788
+ @child_classes = ['FaultDelegate']
1789
+ @label = 'Infrastructure Profile Configuration Issues'
1790
+ @naming_props = []
1791
+
1792
+ def rn
1793
+ 'profileissues'
1794
+ end
1795
+ end
1796
+ class InfraProvAcc < MO
1797
+ @class_name = 'infra.ProvAcc'
1798
+ @ruby_class = 'InfraProvAcc'
1799
+ @prefix = 'provacc'
1800
+ @prefixes = [['provacc', false]]
1801
+ @rn_format = 'provacc'
1802
+ @containers = ['InfraAttEntityP']
1803
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status', 'uid']
1804
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsFuncToEpg', 'FaultInst', 'DhcpInfraProvP', 'InfraEpPD']
1805
+ @label = 'Vlan Encapsulation for Vxlan Traffic'
1806
+ @naming_props = []
1807
+
1808
+ def rn
1809
+ 'provacc'
1810
+ end
1811
+ end
1812
+ class InfraProvP < MO
1813
+ @class_name = 'infra.ProvP'
1814
+ @ruby_class = 'InfraProvP'
1815
+ @prefix = 'provp-'
1816
+ @prefixes = [['provp-', true]]
1817
+ @rn_format = 'provp-%(name)s'
1818
+ @containers = ['FvTenant']
1819
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
1820
+ @child_classes = ['InfraPEPg', 'FaultCounts', 'HealthInst', 'DhcpPRelPg', 'FaultDelegate']
1821
+ @label = 'Access Provider Profile'
1822
+ @naming_props = ['name']
1823
+
1824
+ def rn
1825
+ 'provp-' << @attributes['name'] << ''
1826
+ end
1827
+ end
1828
+ class InfraReplica < MO
1829
+ @class_name = 'infra.Replica'
1830
+ @ruby_class = 'InfraReplica'
1831
+ @prefix = 'rpl-'
1832
+ @prefixes = [['rpl-', true], ['-', true]]
1833
+ @rn_format = 'rpl-%(shrdId)s-%(rplId)s'
1834
+ @containers = ['InfraService']
1835
+ @props = ['childAction', 'clState', 'dbState', 'dn', 'lcOwn', 'leCnnct', 'leState', 'modTs', 'monPolDn', 'name', 'rn', 'rplId', 'shrdId', 'state', 'status']
1836
+ @child_classes = ['InfraPeReplica', 'InfraReplicaStats5min', 'FaultCounts', 'HealthInst', 'InfraReplicaStats1mo', 'FaultInst', 'InfraReplicaStatsHist1year', 'InfraReplicaStatsHist1qtr', 'InfraReplicaStats1d', 'InfraReplicaStats1h', 'InfraReplicaStatsHist5min', 'InfraReplicaStats1w', 'InfraReplicaStatsHist1d', 'InfraReplicaStats1qtr', 'InfraReplicaStats1year', 'InfraReplicaStatsHist15min', 'InfraReplicaStats15min', 'InfraReplicaStatsHist1w', 'InfraReplicaStatsHist1h', 'InfraReplicaStatsHist1mo']
1837
+ @label = 'Data Shard Replica'
1838
+ @naming_props = ['shrdId', 'rplId']
1839
+
1840
+ def rn
1841
+ 'rpl-' << @attributes['shrdId'] << '-' << @attributes['rplId'] << ''
1842
+ end
1843
+ end
1844
+ class InfraReplicaStats < MO
1845
+ @class_name = 'infra.ReplicaStats'
1846
+ @ruby_class = 'InfraReplicaStats'
1847
+ @prefix = ''
1848
+ @prefixes = []
1849
+ @rn_format = ''
1850
+ @containers = []
1851
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1852
+ @child_classes = []
1853
+ @label = 'current replica stats'
1854
+ @naming_props = []
1855
+
1856
+ def rn
1857
+ ''
1858
+ end
1859
+ end
1860
+ class InfraReplicaStats15min < MO
1861
+ @class_name = 'infra.ReplicaStats15min'
1862
+ @ruby_class = 'InfraReplicaStats15min'
1863
+ @prefix = 'CDinfraReplicaStats15min'
1864
+ @prefixes = [['CDinfraReplicaStats15min', false]]
1865
+ @rn_format = 'CDinfraReplicaStats15min'
1866
+ @containers = ['InfraReplica']
1867
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1868
+ @child_classes = []
1869
+ @label = 'current replica stats in 15 minute'
1870
+ @naming_props = []
1871
+
1872
+ def rn
1873
+ 'CDinfraReplicaStats15min'
1874
+ end
1875
+ end
1876
+ class InfraReplicaStats1d < MO
1877
+ @class_name = 'infra.ReplicaStats1d'
1878
+ @ruby_class = 'InfraReplicaStats1d'
1879
+ @prefix = 'CDinfraReplicaStats1d'
1880
+ @prefixes = [['CDinfraReplicaStats1d', false]]
1881
+ @rn_format = 'CDinfraReplicaStats1d'
1882
+ @containers = ['InfraReplica']
1883
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1884
+ @child_classes = []
1885
+ @label = 'current replica stats in 1 day'
1886
+ @naming_props = []
1887
+
1888
+ def rn
1889
+ 'CDinfraReplicaStats1d'
1890
+ end
1891
+ end
1892
+ class InfraReplicaStats1h < MO
1893
+ @class_name = 'infra.ReplicaStats1h'
1894
+ @ruby_class = 'InfraReplicaStats1h'
1895
+ @prefix = 'CDinfraReplicaStats1h'
1896
+ @prefixes = [['CDinfraReplicaStats1h', false]]
1897
+ @rn_format = 'CDinfraReplicaStats1h'
1898
+ @containers = ['InfraReplica']
1899
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1900
+ @child_classes = []
1901
+ @label = 'current replica stats in 1 hour'
1902
+ @naming_props = []
1903
+
1904
+ def rn
1905
+ 'CDinfraReplicaStats1h'
1906
+ end
1907
+ end
1908
+ class InfraReplicaStats1mo < MO
1909
+ @class_name = 'infra.ReplicaStats1mo'
1910
+ @ruby_class = 'InfraReplicaStats1mo'
1911
+ @prefix = 'CDinfraReplicaStats1mo'
1912
+ @prefixes = [['CDinfraReplicaStats1mo', false]]
1913
+ @rn_format = 'CDinfraReplicaStats1mo'
1914
+ @containers = ['InfraReplica']
1915
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1916
+ @child_classes = []
1917
+ @label = 'current replica stats in 1 month'
1918
+ @naming_props = []
1919
+
1920
+ def rn
1921
+ 'CDinfraReplicaStats1mo'
1922
+ end
1923
+ end
1924
+ class InfraReplicaStats1qtr < MO
1925
+ @class_name = 'infra.ReplicaStats1qtr'
1926
+ @ruby_class = 'InfraReplicaStats1qtr'
1927
+ @prefix = 'CDinfraReplicaStats1qtr'
1928
+ @prefixes = [['CDinfraReplicaStats1qtr', false]]
1929
+ @rn_format = 'CDinfraReplicaStats1qtr'
1930
+ @containers = ['InfraReplica']
1931
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1932
+ @child_classes = []
1933
+ @label = 'current replica stats in 1 quarter'
1934
+ @naming_props = []
1935
+
1936
+ def rn
1937
+ 'CDinfraReplicaStats1qtr'
1938
+ end
1939
+ end
1940
+ class InfraReplicaStats1w < MO
1941
+ @class_name = 'infra.ReplicaStats1w'
1942
+ @ruby_class = 'InfraReplicaStats1w'
1943
+ @prefix = 'CDinfraReplicaStats1w'
1944
+ @prefixes = [['CDinfraReplicaStats1w', false]]
1945
+ @rn_format = 'CDinfraReplicaStats1w'
1946
+ @containers = ['InfraReplica']
1947
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1948
+ @child_classes = []
1949
+ @label = 'current replica stats in 1 week'
1950
+ @naming_props = []
1951
+
1952
+ def rn
1953
+ 'CDinfraReplicaStats1w'
1954
+ end
1955
+ end
1956
+ class InfraReplicaStats1year < MO
1957
+ @class_name = 'infra.ReplicaStats1year'
1958
+ @ruby_class = 'InfraReplicaStats1year'
1959
+ @prefix = 'CDinfraReplicaStats1year'
1960
+ @prefixes = [['CDinfraReplicaStats1year', false]]
1961
+ @rn_format = 'CDinfraReplicaStats1year'
1962
+ @containers = ['InfraReplica']
1963
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1964
+ @child_classes = []
1965
+ @label = 'current replica stats in 1 year'
1966
+ @naming_props = []
1967
+
1968
+ def rn
1969
+ 'CDinfraReplicaStats1year'
1970
+ end
1971
+ end
1972
+ class InfraReplicaStats5min < MO
1973
+ @class_name = 'infra.ReplicaStats5min'
1974
+ @ruby_class = 'InfraReplicaStats5min'
1975
+ @prefix = 'CDinfraReplicaStats5min'
1976
+ @prefixes = [['CDinfraReplicaStats5min', false]]
1977
+ @rn_format = 'CDinfraReplicaStats5min'
1978
+ @containers = ['InfraReplica']
1979
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'persTAvg', 'persTBase', 'persTCum', 'persTLast', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'persTTrBase', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTBase', 'replTCum', 'replTLast', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'replTTrBase', 'rn', 'status']
1980
+ @child_classes = []
1981
+ @label = 'current replica stats in 5 minute'
1982
+ @naming_props = []
1983
+
1984
+ def rn
1985
+ 'CDinfraReplicaStats5min'
1986
+ end
1987
+ end
1988
+ class InfraReplicaStatsHist < MO
1989
+ @class_name = 'infra.ReplicaStatsHist'
1990
+ @ruby_class = 'InfraReplicaStatsHist'
1991
+ @prefix = ''
1992
+ @prefixes = []
1993
+ @rn_format = ''
1994
+ @containers = []
1995
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
1996
+ @child_classes = []
1997
+ @label = 'historical replica stats'
1998
+ @naming_props = []
1999
+
2000
+ def rn
2001
+ ''
2002
+ end
2003
+ end
2004
+ class InfraReplicaStatsHist15min < MO
2005
+ @class_name = 'infra.ReplicaStatsHist15min'
2006
+ @ruby_class = 'InfraReplicaStatsHist15min'
2007
+ @prefix = 'HDinfraReplicaStats15min-'
2008
+ @prefixes = [['HDinfraReplicaStats15min-', true]]
2009
+ @rn_format = 'HDinfraReplicaStats15min-%(index)s'
2010
+ @containers = ['InfraReplica']
2011
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2012
+ @child_classes = []
2013
+ @label = 'historical replica stats in 15 minute'
2014
+ @naming_props = ['index']
2015
+
2016
+ def rn
2017
+ 'HDinfraReplicaStats15min-' << @attributes['index'] << ''
2018
+ end
2019
+ end
2020
+ class InfraReplicaStatsHist1d < MO
2021
+ @class_name = 'infra.ReplicaStatsHist1d'
2022
+ @ruby_class = 'InfraReplicaStatsHist1d'
2023
+ @prefix = 'HDinfraReplicaStats1d-'
2024
+ @prefixes = [['HDinfraReplicaStats1d-', true]]
2025
+ @rn_format = 'HDinfraReplicaStats1d-%(index)s'
2026
+ @containers = ['InfraReplica']
2027
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2028
+ @child_classes = []
2029
+ @label = 'historical replica stats in 1 day'
2030
+ @naming_props = ['index']
2031
+
2032
+ def rn
2033
+ 'HDinfraReplicaStats1d-' << @attributes['index'] << ''
2034
+ end
2035
+ end
2036
+ class InfraReplicaStatsHist1h < MO
2037
+ @class_name = 'infra.ReplicaStatsHist1h'
2038
+ @ruby_class = 'InfraReplicaStatsHist1h'
2039
+ @prefix = 'HDinfraReplicaStats1h-'
2040
+ @prefixes = [['HDinfraReplicaStats1h-', true]]
2041
+ @rn_format = 'HDinfraReplicaStats1h-%(index)s'
2042
+ @containers = ['InfraReplica']
2043
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2044
+ @child_classes = []
2045
+ @label = 'historical replica stats in 1 hour'
2046
+ @naming_props = ['index']
2047
+
2048
+ def rn
2049
+ 'HDinfraReplicaStats1h-' << @attributes['index'] << ''
2050
+ end
2051
+ end
2052
+ class InfraReplicaStatsHist1mo < MO
2053
+ @class_name = 'infra.ReplicaStatsHist1mo'
2054
+ @ruby_class = 'InfraReplicaStatsHist1mo'
2055
+ @prefix = 'HDinfraReplicaStats1mo-'
2056
+ @prefixes = [['HDinfraReplicaStats1mo-', true]]
2057
+ @rn_format = 'HDinfraReplicaStats1mo-%(index)s'
2058
+ @containers = ['InfraReplica']
2059
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2060
+ @child_classes = []
2061
+ @label = 'historical replica stats in 1 month'
2062
+ @naming_props = ['index']
2063
+
2064
+ def rn
2065
+ 'HDinfraReplicaStats1mo-' << @attributes['index'] << ''
2066
+ end
2067
+ end
2068
+ class InfraReplicaStatsHist1qtr < MO
2069
+ @class_name = 'infra.ReplicaStatsHist1qtr'
2070
+ @ruby_class = 'InfraReplicaStatsHist1qtr'
2071
+ @prefix = 'HDinfraReplicaStats1qtr-'
2072
+ @prefixes = [['HDinfraReplicaStats1qtr-', true]]
2073
+ @rn_format = 'HDinfraReplicaStats1qtr-%(index)s'
2074
+ @containers = ['InfraReplica']
2075
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2076
+ @child_classes = []
2077
+ @label = 'historical replica stats in 1 quarter'
2078
+ @naming_props = ['index']
2079
+
2080
+ def rn
2081
+ 'HDinfraReplicaStats1qtr-' << @attributes['index'] << ''
2082
+ end
2083
+ end
2084
+ class InfraReplicaStatsHist1w < MO
2085
+ @class_name = 'infra.ReplicaStatsHist1w'
2086
+ @ruby_class = 'InfraReplicaStatsHist1w'
2087
+ @prefix = 'HDinfraReplicaStats1w-'
2088
+ @prefixes = [['HDinfraReplicaStats1w-', true]]
2089
+ @rn_format = 'HDinfraReplicaStats1w-%(index)s'
2090
+ @containers = ['InfraReplica']
2091
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2092
+ @child_classes = []
2093
+ @label = 'historical replica stats in 1 week'
2094
+ @naming_props = ['index']
2095
+
2096
+ def rn
2097
+ 'HDinfraReplicaStats1w-' << @attributes['index'] << ''
2098
+ end
2099
+ end
2100
+ class InfraReplicaStatsHist1year < MO
2101
+ @class_name = 'infra.ReplicaStatsHist1year'
2102
+ @ruby_class = 'InfraReplicaStatsHist1year'
2103
+ @prefix = 'HDinfraReplicaStats1year-'
2104
+ @prefixes = [['HDinfraReplicaStats1year-', true]]
2105
+ @rn_format = 'HDinfraReplicaStats1year-%(index)s'
2106
+ @containers = ['InfraReplica']
2107
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2108
+ @child_classes = []
2109
+ @label = 'historical replica stats in 1 year'
2110
+ @naming_props = ['index']
2111
+
2112
+ def rn
2113
+ 'HDinfraReplicaStats1year-' << @attributes['index'] << ''
2114
+ end
2115
+ end
2116
+ class InfraReplicaStatsHist5min < MO
2117
+ @class_name = 'infra.ReplicaStatsHist5min'
2118
+ @ruby_class = 'InfraReplicaStatsHist5min'
2119
+ @prefix = 'HDinfraReplicaStats5min-'
2120
+ @prefixes = [['HDinfraReplicaStats5min-', true]]
2121
+ @rn_format = 'HDinfraReplicaStats5min-%(index)s'
2122
+ @containers = ['InfraReplica']
2123
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'persTAvg', 'persTCum', 'persTMax', 'persTMin', 'persTPer', 'persTRate', 'persTSpct', 'persTThr', 'persTTr', 'repIntvEnd', 'repIntvStart', 'replTAvg', 'replTCum', 'replTMax', 'replTMin', 'replTPer', 'replTRate', 'replTSpct', 'replTThr', 'replTTr', 'rn', 'status']
2124
+ @child_classes = []
2125
+ @label = 'historical replica stats in 5 minute'
2126
+ @naming_props = ['index']
2127
+
2128
+ def rn
2129
+ 'HDinfraReplicaStats5min-' << @attributes['index'] << ''
2130
+ end
2131
+ end
2132
+ class InfraRsAccBaseGrp < MO
2133
+ @class_name = 'infra.RsAccBaseGrp'
2134
+ @ruby_class = 'InfraRsAccBaseGrp'
2135
+ @prefix = 'rsaccBaseGrp'
2136
+ @prefixes = [['rsaccBaseGrp', false]]
2137
+ @rn_format = 'rsaccBaseGrp'
2138
+ @containers = ['InfraHPortS']
2139
+ @props = ['childAction', 'dn', 'fexId', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2140
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2141
+ @label = 'Access Access Group'
2142
+ @naming_props = []
2143
+
2144
+ def rn
2145
+ 'rsaccBaseGrp'
2146
+ end
2147
+ end
2148
+ class InfraRsAccBndlGrpToAggrIf < MO
2149
+ @class_name = 'infra.RsAccBndlGrpToAggrIf'
2150
+ @ruby_class = 'InfraRsAccBndlGrpToAggrIf'
2151
+ @prefix = 'rsaccBndlGrpToAggrIf-'
2152
+ @prefixes = [['rsaccBndlGrpToAggrIf-', true]]
2153
+ @rn_format = 'rsaccBndlGrpToAggrIf-[%(tDn)s]'
2154
+ @containers = ['InfraAccBndlGrp']
2155
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'nodeId', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tSKey', 'tType']
2156
+ @child_classes = []
2157
+ @label = 'Aggregated Interface'
2158
+ @naming_props = ['tDn']
2159
+
2160
+ def rn
2161
+ 'rsaccBndlGrpToAggrIf-[' << @attributes['tDn'] << ']'
2162
+ end
2163
+ end
2164
+ class InfraRsAccBndlSubgrp < MO
2165
+ @class_name = 'infra.RsAccBndlSubgrp'
2166
+ @ruby_class = 'InfraRsAccBndlSubgrp'
2167
+ @prefix = 'rsaccBndlSubgrp'
2168
+ @prefixes = [['rsaccBndlSubgrp', false]]
2169
+ @rn_format = 'rsaccBndlSubgrp'
2170
+ @containers = ['InfraPortBlk']
2171
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2172
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2173
+ @label = 'Access Bundle Sub Group'
2174
+ @naming_props = []
2175
+
2176
+ def rn
2177
+ 'rsaccBndlSubgrp'
2178
+ end
2179
+ end
2180
+ class InfraRsAccCardP < MO
2181
+ @class_name = 'infra.RsAccCardP'
2182
+ @ruby_class = 'InfraRsAccCardP'
2183
+ @prefix = 'rsaccCardP-'
2184
+ @prefixes = [['rsaccCardP-', true]]
2185
+ @rn_format = 'rsaccCardP-[%(tDn)s]'
2186
+ @containers = ['InfraNodeP']
2187
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2188
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2189
+ @label = 'Relation to Access Module Profile'
2190
+ @naming_props = ['tDn']
2191
+
2192
+ def rn
2193
+ 'rsaccCardP-[' << @attributes['tDn'] << ']'
2194
+ end
2195
+ end
2196
+ class InfraRsAccNodePGrp < MO
2197
+ @class_name = 'infra.RsAccNodePGrp'
2198
+ @ruby_class = 'InfraRsAccNodePGrp'
2199
+ @prefix = 'rsaccNodePGrp'
2200
+ @prefixes = [['rsaccNodePGrp', false]]
2201
+ @rn_format = 'rsaccNodePGrp'
2202
+ @containers = ['InfraLeafS']
2203
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2204
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2205
+ @label = 'Relation to Node Policy Group'
2206
+ @naming_props = []
2207
+
2208
+ def rn
2209
+ 'rsaccNodePGrp'
2210
+ end
2211
+ end
2212
+ class InfraRsAccPortP < MO
2213
+ @class_name = 'infra.RsAccPortP'
2214
+ @ruby_class = 'InfraRsAccPortP'
2215
+ @prefix = 'rsaccPortP-'
2216
+ @prefixes = [['rsaccPortP-', true]]
2217
+ @rn_format = 'rsaccPortP-[%(tDn)s]'
2218
+ @containers = ['InfraNodeP']
2219
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2220
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2221
+ @label = 'Interface Profile'
2222
+ @naming_props = ['tDn']
2223
+
2224
+ def rn
2225
+ 'rsaccPortP-[' << @attributes['tDn'] << ']'
2226
+ end
2227
+ end
2228
+ class InfraRsAttEntP < MO
2229
+ @class_name = 'infra.RsAttEntP'
2230
+ @ruby_class = 'InfraRsAttEntP'
2231
+ @prefix = 'rsattEntP'
2232
+ @prefixes = [['rsattEntP', false]]
2233
+ @rn_format = 'rsattEntP'
2234
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
2235
+ @props = ['childAction', 'dn', 'forceResolve', 'isUsingConnSel', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2236
+ @child_classes = ['InfraConnFexS', 'FaultCounts', 'HealthInst', 'FaultInst', 'InfraHConnPortS', 'InfraConnNodeS']
2237
+ @label = 'Relation to Access Attach Entity Policy'
2238
+ @naming_props = []
2239
+
2240
+ def rn
2241
+ 'rsattEntP'
2242
+ end
2243
+ end
2244
+ class InfraRsCardPGrp < MO
2245
+ @class_name = 'infra.RsCardPGrp'
2246
+ @ruby_class = 'InfraRsCardPGrp'
2247
+ @prefix = 'rscardPGrp'
2248
+ @prefixes = [['rscardPGrp', false]]
2249
+ @rn_format = 'rscardPGrp'
2250
+ @containers = ['InfraCardS']
2251
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2252
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2253
+ @label = 'Access Module Policy Group'
2254
+ @naming_props = []
2255
+
2256
+ def rn
2257
+ 'rscardPGrp'
2258
+ end
2259
+ end
2260
+ class InfraRsCdpIfPol < MO
2261
+ @class_name = 'infra.RsCdpIfPol'
2262
+ @ruby_class = 'InfraRsCdpIfPol'
2263
+ @prefix = 'rscdpIfPol'
2264
+ @prefixes = [['rscdpIfPol', false]]
2265
+ @rn_format = 'rscdpIfPol'
2266
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
2267
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnCdpIfPolName', 'uid']
2268
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2269
+ @label = 'Relation to CDP Interface Policy'
2270
+ @naming_props = []
2271
+
2272
+ def rn
2273
+ 'rscdpIfPol'
2274
+ end
2275
+ end
2276
+ class InfraRsConnectivityProfile < MO
2277
+ @class_name = 'infra.RsConnectivityProfile'
2278
+ @ruby_class = 'InfraRsConnectivityProfile'
2279
+ @prefix = 'rsconnectivityProfile'
2280
+ @prefixes = [['rsconnectivityProfile', false]]
2281
+ @rn_format = 'rsconnectivityProfile'
2282
+ @containers = ['InfraHostCfg']
2283
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2284
+ @child_classes = []
2285
+ @label = 'Relation to Access Policy Group'
2286
+ @naming_props = []
2287
+
2288
+ def rn
2289
+ 'rsconnectivityProfile'
2290
+ end
2291
+ end
2292
+ class InfraRsConnFexS < MO
2293
+ @class_name = 'infra.RsConnFexS'
2294
+ @ruby_class = 'InfraRsConnFexS'
2295
+ @prefix = 'rsconnFexS-'
2296
+ @prefixes = [['rsconnFexS-', true]]
2297
+ @rn_format = 'rsconnFexS-[%(tDn)s]'
2298
+ @containers = ['InfraConnNodeS']
2299
+ @props = ['childAction', 'dn', 'fexId', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2300
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2301
+ @label = 'FEX Interface Profile'
2302
+ @naming_props = ['tDn']
2303
+
2304
+ def rn
2305
+ 'rsconnFexS-[' << @attributes['tDn'] << ']'
2306
+ end
2307
+ end
2308
+ class InfraRsConnPortS < MO
2309
+ @class_name = 'infra.RsConnPortS'
2310
+ @ruby_class = 'InfraRsConnPortS'
2311
+ @prefix = 'rsconnPortS-'
2312
+ @prefixes = [['rsconnPortS-', true]]
2313
+ @rn_format = 'rsconnPortS-[%(tDn)s]'
2314
+ @containers = ['InfraConnNodeS']
2315
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2316
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2317
+ @label = 'Access Interface Profile'
2318
+ @naming_props = ['tDn']
2319
+
2320
+ def rn
2321
+ 'rsconnPortS-[' << @attributes['tDn'] << ']'
2322
+ end
2323
+ end
2324
+ class InfraRsDomP < MO
2325
+ @class_name = 'infra.RsDomP'
2326
+ @ruby_class = 'InfraRsDomP'
2327
+ @prefix = 'rsdomP-'
2328
+ @prefixes = [['rsdomP-', true]]
2329
+ @rn_format = 'rsdomP-[%(tDn)s]'
2330
+ @containers = ['InfraAttEntityP']
2331
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2332
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2333
+ @label = 'Domain'
2334
+ @naming_props = ['tDn']
2335
+
2336
+ def rn
2337
+ 'rsdomP-[' << @attributes['tDn'] << ']'
2338
+ end
2339
+ end
2340
+ class InfraRsDomPTask < MO
2341
+ @class_name = 'infra.RsDomPTask'
2342
+ @ruby_class = 'InfraRsDomPTask'
2343
+ @prefix = 'infraRsDomPTask-'
2344
+ @prefixes = [['infraRsDomPTask-', true]]
2345
+ @rn_format = 'infraRsDomPTask-%(id)s'
2346
+ @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
2347
+ @props = ['childAction', 'data', 'descr', 'dn', 'endTs', 'fail', 'id', 'invErrCode', 'invErrDescr', 'invRslt', 'lcOwn', 'modTs', 'oDn', 'operSt', 'originMinority', 'rn', 'runId', 'startTs', 'status', 'try', 'ts']
2348
+ @child_classes = []
2349
+ @label = 'None'
2350
+ @naming_props = ['id']
2351
+
2352
+ def rn
2353
+ 'infraRsDomPTask-' << @attributes['id'] << ''
2354
+ end
2355
+ end
2356
+ class InfraRsDomVxlanNsDef < MO
2357
+ @class_name = 'infra.RsDomVxlanNsDef'
2358
+ @ruby_class = 'InfraRsDomVxlanNsDef'
2359
+ @prefix = 'rsdomVxlanNsDef'
2360
+ @prefixes = [['rsdomVxlanNsDef', false]]
2361
+ @rn_format = 'rsdomVxlanNsDef'
2362
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
2363
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2364
+ @child_classes = []
2365
+ @label = 'Unresolvable Relation to VXLAN Pool'
2366
+ @naming_props = []
2367
+
2368
+ def rn
2369
+ 'rsdomVxlanNsDef'
2370
+ end
2371
+ end
2372
+ class InfraRsFabricNode < MO
2373
+ @class_name = 'infra.RsFabricNode'
2374
+ @ruby_class = 'InfraRsFabricNode'
2375
+ @prefix = 'rsfabricNode-'
2376
+ @prefixes = [['rsfabricNode-', true]]
2377
+ @rn_format = 'rsfabricNode-[%(tDn)s]'
2378
+ @containers = ['InfraWiNode']
2379
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2380
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2381
+ @label = 'Fabric Node'
2382
+ @naming_props = ['tDn']
2383
+
2384
+ def rn
2385
+ 'rsfabricNode-[' << @attributes['tDn'] << ']'
2386
+ end
2387
+ end
2388
+ class InfraRsFexBndlGrpToAggrIf < MO
2389
+ @class_name = 'infra.RsFexBndlGrpToAggrIf'
2390
+ @ruby_class = 'InfraRsFexBndlGrpToAggrIf'
2391
+ @prefix = 'rsfexBndlGrpToAggrIf-'
2392
+ @prefixes = [['rsfexBndlGrpToAggrIf-', true]]
2393
+ @rn_format = 'rsfexBndlGrpToAggrIf-[%(tDn)s]'
2394
+ @containers = ['InfraFexBndlGrp']
2395
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'nodeId', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tSKey', 'tType']
2396
+ @child_classes = []
2397
+ @label = 'Aggregated Interface'
2398
+ @naming_props = ['tDn']
2399
+
2400
+ def rn
2401
+ 'rsfexBndlGrpToAggrIf-[' << @attributes['tDn'] << ']'
2402
+ end
2403
+ end
2404
+ class InfraRsFexGrp < MO
2405
+ @class_name = 'infra.RsFexGrp'
2406
+ @ruby_class = 'InfraRsFexGrp'
2407
+ @prefix = 'rsfexGrp-'
2408
+ @prefixes = [['rsfexGrp-', true]]
2409
+ @rn_format = 'rsfexGrp-[%(tDn)s]'
2410
+ @containers = ['InfraFexCfg']
2411
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2412
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
2413
+ @label = 'Super Class for Relation from Node to Fabric Policies Deployed on Node'
2414
+ @naming_props = ['tDn']
2415
+
2416
+ def rn
2417
+ 'rsfexGrp-[' << @attributes['tDn'] << ']'
2418
+ end
2419
+ end
2420
+ class InfraRsFexp < MO
2421
+ @class_name = 'infra.RsFexp'
2422
+ @ruby_class = 'InfraRsFexp'
2423
+ @prefix = 'rsfexp-'
2424
+ @prefixes = [['rsfexp-', true]]
2425
+ @rn_format = 'rsfexp-[%(tDn)s]'
2426
+ @containers = ['InfraNodeCfg']
2427
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2428
+ @child_classes = []
2429
+ @label = 'FEX Profile'
2430
+ @naming_props = ['tDn']
2431
+
2432
+ def rn
2433
+ 'rsfexp-[' << @attributes['tDn'] << ']'
2434
+ end
2435
+ end
2436
+ class InfraRsFuncToEpg < MO
2437
+ @class_name = 'infra.RsFuncToEpg'
2438
+ @ruby_class = 'InfraRsFuncToEpg'
2439
+ @prefix = 'rsfuncToEpg-'
2440
+ @prefixes = [['rsfuncToEpg-', true]]
2441
+ @rn_format = 'rsfuncToEpg-[%(tDn)s]'
2442
+ @containers = ['InfraMgmt', 'InfraGeneric', 'InfraProvAcc', 'InfraBoot', 'InfraImage', 'InfraStorage']
2443
+ @props = ['childAction', 'dn', 'encap', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2444
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2445
+ @label = 'EPGs Using Function'
2446
+ @naming_props = ['tDn']
2447
+
2448
+ def rn
2449
+ 'rsfuncToEpg-[' << @attributes['tDn'] << ']'
2450
+ end
2451
+ end
2452
+ class InfraRsFuncToEpgTask < MO
2453
+ @class_name = 'infra.RsFuncToEpgTask'
2454
+ @ruby_class = 'InfraRsFuncToEpgTask'
2455
+ @prefix = 'infraRsFuncToEpgTask-'
2456
+ @prefixes = [['infraRsFuncToEpgTask-', true]]
2457
+ @rn_format = 'infraRsFuncToEpgTask-%(id)s'
2458
+ @containers = ['ActionTopomgrSubj', 'ActionObserverSubj', 'ActionVmmmgrSubj', 'ActionVleafelemSubj', 'ActionConfelemSubj', 'ActionEventmgrSubj', 'ActionOspaelemSubj', 'ActionVtapSubj', 'ActionOshSubj', 'ActionDhcpdSubj', 'ActionObserverelemSubj', 'ActionDbgrelemSubj', 'ActionScripthandlerSubj', 'ActionNxosmockSubj', 'ActionDbgrSubj', 'ActionAppliancedirectorSubj', 'ActionBootmgrSubj', 'ActionAeSubj', 'ActionPolicymgrSubj', 'ActionExtXMLApiSubj', 'ActionOpflexelemSubj', 'ActionPolicyelemSubj', 'ActionIdmgrSubj']
2459
+ @props = ['childAction', 'data', 'descr', 'dn', 'endTs', 'fail', 'id', 'invErrCode', 'invErrDescr', 'invRslt', 'lcOwn', 'modTs', 'oDn', 'operSt', 'originMinority', 'rn', 'runId', 'startTs', 'status', 'try', 'ts']
2460
+ @child_classes = []
2461
+ @label = 'None'
2462
+ @naming_props = ['id']
2463
+
2464
+ def rn
2465
+ 'infraRsFuncToEpgTask-' << @attributes['id'] << ''
2466
+ end
2467
+ end
2468
+ class InfraRsFwPol < MO
2469
+ @class_name = 'infra.RsFwPol'
2470
+ @ruby_class = 'InfraRsFwPol'
2471
+ @prefix = 'rsfwPol'
2472
+ @prefixes = [['rsfwPol', false]]
2473
+ @rn_format = 'rsfwPol'
2474
+ @containers = ['InfraAccBndlPolGrp', 'InfraAccBndlGrp', 'InfraAccPortGrp']
2475
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnNwsFwPolName', 'uid']
2476
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2477
+ @label = 'Relation to Firewall Policy'
2478
+ @naming_props = []
2479
+
2480
+ def rn
2481
+ 'rsfwPol'
2482
+ end
2483
+ end
2484
+ class InfraRsHIfPol < MO
2485
+ @class_name = 'infra.RsHIfPol'
2486
+ @ruby_class = 'InfraRsHIfPol'
2487
+ @prefix = 'rshIfPol'
2488
+ @prefixes = [['rshIfPol', false]]
2489
+ @rn_format = 'rshIfPol'
2490
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
2491
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnFabricHIfPolName', 'uid']
2492
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2493
+ @label = 'Relation to Host Interface Policy'
2494
+ @naming_props = []
2495
+
2496
+ def rn
2497
+ 'rshIfPol'
2498
+ end
2499
+ end
2500
+ class InfraRsHPathAtt < MO
2501
+ @class_name = 'infra.RsHPathAtt'
2502
+ @ruby_class = 'InfraRsHPathAtt'
2503
+ @prefix = 'rsHPathAtt-'
2504
+ @prefixes = [['rsHPathAtt-', true]]
2505
+ @rn_format = 'rsHPathAtt-[%(tDn)s]'
2506
+ @containers = ['InfraHPathS']
2507
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2508
+ @child_classes = []
2509
+ @label = 'Host Path'
2510
+ @naming_props = ['tDn']
2511
+
2512
+ def rn
2513
+ 'rsHPathAtt-[' << @attributes['tDn'] << ']'
2514
+ end
2515
+ end
2516
+ class InfraRsInfraBD < MO
2517
+ @class_name = 'infra.RsInfraBD'
2518
+ @ruby_class = 'InfraRsInfraBD'
2519
+ @prefix = 'rsinfraBD'
2520
+ @prefixes = [['rsinfraBD', false]]
2521
+ @rn_format = 'rsinfraBD'
2522
+ @containers = ['InfraPEPg', 'DhcpCRelPg', 'DhcpPRelPg', 'InfraCEPg']
2523
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnFvBDName', 'uid']
2524
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2525
+ @label = 'Bridge Domain'
2526
+ @naming_props = []
2527
+
2528
+ def rn
2529
+ 'rsinfraBD'
2530
+ end
2531
+ end
2532
+ class InfraRsInterfacePolProfile < MO
2533
+ @class_name = 'infra.RsInterfacePolProfile'
2534
+ @ruby_class = 'InfraRsInterfacePolProfile'
2535
+ @prefix = 'rsinterfacePolProfile-'
2536
+ @prefixes = [['rsinterfacePolProfile-', true]]
2537
+ @rn_format = 'rsinterfacePolProfile-[%(tDn)s]'
2538
+ @containers = ['InfraNodeCfg']
2539
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2540
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
2541
+ @label = 'Interface Profile'
2542
+ @naming_props = ['tDn']
2543
+
2544
+ def rn
2545
+ 'rsinterfacePolProfile-[' << @attributes['tDn'] << ']'
2546
+ end
2547
+ end
2548
+ class InfraRsL2IfPol < MO
2549
+ @class_name = 'infra.RsL2IfPol'
2550
+ @ruby_class = 'InfraRsL2IfPol'
2551
+ @prefix = 'rsl2IfPol'
2552
+ @prefixes = [['rsl2IfPol', false]]
2553
+ @rn_format = 'rsl2IfPol'
2554
+ @containers = ['InfraAccBndlPolGrp', 'InfraAccBndlGrp', 'InfraAccPortGrp']
2555
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnL2IfPolName', 'uid']
2556
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2557
+ @label = 'Relation to L2 Interface Policy'
2558
+ @naming_props = []
2559
+
2560
+ def rn
2561
+ 'rsl2IfPol'
2562
+ end
2563
+ end
2564
+ class InfraRsL2InstPol < MO
2565
+ @class_name = 'infra.RsL2InstPol'
2566
+ @ruby_class = 'InfraRsL2InstPol'
2567
+ @prefix = 'rsl2InstPol'
2568
+ @prefixes = [['rsl2InstPol', false]]
2569
+ @rn_format = 'rsl2InstPol'
2570
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
2571
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2572
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2573
+ @label = 'Relation to L2 Instance Policy'
2574
+ @naming_props = []
2575
+
2576
+ def rn
2577
+ 'rsl2InstPol'
2578
+ end
2579
+ end
2580
+ class InfraRsLacpIfPol < MO
2581
+ @class_name = 'infra.RsLacpIfPol'
2582
+ @ruby_class = 'InfraRsLacpIfPol'
2583
+ @prefix = 'rslacpIfPol'
2584
+ @prefixes = [['rslacpIfPol', false]]
2585
+ @rn_format = 'rslacpIfPol'
2586
+ @containers = ['InfraAccBndlSubgrp']
2587
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLacpIfPolName', 'uid']
2588
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2589
+ @label = 'Relation to LACP Interface Policy'
2590
+ @naming_props = []
2591
+
2592
+ def rn
2593
+ 'rslacpIfPol'
2594
+ end
2595
+ end
2596
+ class InfraRsLacpPol < MO
2597
+ @class_name = 'infra.RsLacpPol'
2598
+ @ruby_class = 'InfraRsLacpPol'
2599
+ @prefix = 'rslacpPol'
2600
+ @prefixes = [['rslacpPol', false]]
2601
+ @rn_format = 'rslacpPol'
2602
+ @containers = ['InfraAccBndlGrp']
2603
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLacpLagPolName', 'uid']
2604
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2605
+ @label = 'Relation to LACP LAG Policy'
2606
+ @naming_props = []
2607
+
2608
+ def rn
2609
+ 'rslacpPol'
2610
+ end
2611
+ end
2612
+ class InfraRsLldpIfPol < MO
2613
+ @class_name = 'infra.RsLldpIfPol'
2614
+ @ruby_class = 'InfraRsLldpIfPol'
2615
+ @prefix = 'rslldpIfPol'
2616
+ @prefixes = [['rslldpIfPol', false]]
2617
+ @rn_format = 'rslldpIfPol'
2618
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
2619
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLldpIfPolName', 'uid']
2620
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2621
+ @label = 'Relation to LLDP Interface Policy'
2622
+ @naming_props = []
2623
+
2624
+ def rn
2625
+ 'rslldpIfPol'
2626
+ end
2627
+ end
2628
+ class InfraRsMcpIfPol < MO
2629
+ @class_name = 'infra.RsMcpIfPol'
2630
+ @ruby_class = 'InfraRsMcpIfPol'
2631
+ @prefix = 'rsmcpIfPol'
2632
+ @prefixes = [['rsmcpIfPol', false]]
2633
+ @rn_format = 'rsmcpIfPol'
2634
+ @containers = ['InfraAccBndlPolGrp', 'InfraAccBndlGrp', 'InfraAccPortGrp']
2635
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMcpIfPolName', 'uid']
2636
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2637
+ @label = 'Mis-cabling Protocol Interface Policy'
2638
+ @naming_props = []
2639
+
2640
+ def rn
2641
+ 'rsmcpIfPol'
2642
+ end
2643
+ end
2644
+ class InfraRsModulePolProfile < MO
2645
+ @class_name = 'infra.RsModulePolProfile'
2646
+ @ruby_class = 'InfraRsModulePolProfile'
2647
+ @prefix = 'rsmodulePolProfile-'
2648
+ @prefixes = [['rsmodulePolProfile-', true]]
2649
+ @rn_format = 'rsmodulePolProfile-[%(tDn)s]'
2650
+ @containers = ['InfraNodeCfg']
2651
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2652
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
2653
+ @label = 'Access Module Profile'
2654
+ @naming_props = ['tDn']
2655
+
2656
+ def rn
2657
+ 'rsmodulePolProfile-[' << @attributes['tDn'] << ']'
2658
+ end
2659
+ end
2660
+ class InfraRsMonFexInfraPol < MO
2661
+ @class_name = 'infra.RsMonFexInfraPol'
2662
+ @ruby_class = 'InfraRsMonFexInfraPol'
2663
+ @prefix = 'rsmonFexInfraPol'
2664
+ @prefixes = [['rsmonFexInfraPol', false]]
2665
+ @rn_format = 'rsmonFexInfraPol'
2666
+ @containers = ['InfraFexBndlGrp']
2667
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMonInfraPolName', 'uid']
2668
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2669
+ @label = 'Relation to FEX Access Monitoring Policy'
2670
+ @naming_props = []
2671
+
2672
+ def rn
2673
+ 'rsmonFexInfraPol'
2674
+ end
2675
+ end
2676
+ class InfraRsMonIfInfraPol < MO
2677
+ @class_name = 'infra.RsMonIfInfraPol'
2678
+ @ruby_class = 'InfraRsMonIfInfraPol'
2679
+ @prefix = 'rsmonIfInfraPol'
2680
+ @prefixes = [['rsmonIfInfraPol', false]]
2681
+ @rn_format = 'rsmonIfInfraPol'
2682
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
2683
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMonInfraPolName', 'uid']
2684
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2685
+ @label = 'Relation to Access Monitoring Interface Policy'
2686
+ @naming_props = []
2687
+
2688
+ def rn
2689
+ 'rsmonIfInfraPol'
2690
+ end
2691
+ end
2692
+ class InfraRsMonModuleInfraPol < MO
2693
+ @class_name = 'infra.RsMonModuleInfraPol'
2694
+ @ruby_class = 'InfraRsMonModuleInfraPol'
2695
+ @prefix = 'rsmonModuleInfraPol'
2696
+ @prefixes = [['rsmonModuleInfraPol', false]]
2697
+ @rn_format = 'rsmonModuleInfraPol'
2698
+ @containers = ['InfraAccCardPGrp']
2699
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMonInfraPolName', 'uid']
2700
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2701
+ @label = 'Access Monitoring Policy'
2702
+ @naming_props = []
2703
+
2704
+ def rn
2705
+ 'rsmonModuleInfraPol'
2706
+ end
2707
+ end
2708
+ class InfraRsMonNodeInfraPol < MO
2709
+ @class_name = 'infra.RsMonNodeInfraPol'
2710
+ @ruby_class = 'InfraRsMonNodeInfraPol'
2711
+ @prefix = 'rsmonNodeInfraPol'
2712
+ @prefixes = [['rsmonNodeInfraPol', false]]
2713
+ @rn_format = 'rsmonNodeInfraPol'
2714
+ @containers = ['InfraAccNodePGrp']
2715
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMonInfraPolName', 'uid']
2716
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2717
+ @label = 'Relation to Access Monitoring Policy'
2718
+ @naming_props = []
2719
+
2720
+ def rn
2721
+ 'rsmonNodeInfraPol'
2722
+ end
2723
+ end
2724
+ class InfraRsMstInstPol < MO
2725
+ @class_name = 'infra.RsMstInstPol'
2726
+ @ruby_class = 'InfraRsMstInstPol'
2727
+ @prefix = 'rsmstInstPol'
2728
+ @prefixes = [['rsmstInstPol', false]]
2729
+ @rn_format = 'rsmstInstPol'
2730
+ @containers = ['InfraAccNodePGrp']
2731
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnStpInstPolName', 'uid']
2732
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2733
+ @label = 'MST Instance Policy'
2734
+ @naming_props = []
2735
+
2736
+ def rn
2737
+ 'rsmstInstPol'
2738
+ end
2739
+ end
2740
+ class InfraRsNodePolGroup < MO
2741
+ @class_name = 'infra.RsNodePolGroup'
2742
+ @ruby_class = 'InfraRsNodePolGroup'
2743
+ @prefix = 'rsnodePolGroup-'
2744
+ @prefixes = [['rsnodePolGroup-', true]]
2745
+ @rn_format = 'rsnodePolGroup-[%(tDn)s]'
2746
+ @containers = ['InfraNodeCfg']
2747
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2748
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
2749
+ @label = 'Access Switch Policy Group'
2750
+ @naming_props = ['tDn']
2751
+
2752
+ def rn
2753
+ 'rsnodePolGroup-[' << @attributes['tDn'] << ']'
2754
+ end
2755
+ end
2756
+ class InfraRsOverrideCdpIfPol < MO
2757
+ @class_name = 'infra.RsOverrideCdpIfPol'
2758
+ @ruby_class = 'InfraRsOverrideCdpIfPol'
2759
+ @prefix = 'rsoverrideCdpIfPol'
2760
+ @prefixes = [['rsoverrideCdpIfPol', false]]
2761
+ @rn_format = 'rsoverrideCdpIfPol'
2762
+ @containers = ['InfraAttPolicyGroup']
2763
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnCdpIfPolName', 'uid']
2764
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2765
+ @label = 'Relation to CDP Interface Policy'
2766
+ @naming_props = []
2767
+
2768
+ def rn
2769
+ 'rsoverrideCdpIfPol'
2770
+ end
2771
+ end
2772
+ class InfraRsOverrideFwPol < MO
2773
+ @class_name = 'infra.RsOverrideFwPol'
2774
+ @ruby_class = 'InfraRsOverrideFwPol'
2775
+ @prefix = 'rsoverrideFwPol'
2776
+ @prefixes = [['rsoverrideFwPol', false]]
2777
+ @rn_format = 'rsoverrideFwPol'
2778
+ @containers = ['InfraAttPolicyGroup']
2779
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnNwsFwPolName', 'uid']
2780
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2781
+ @label = 'Relation to Firewall Policy'
2782
+ @naming_props = []
2783
+
2784
+ def rn
2785
+ 'rsoverrideFwPol'
2786
+ end
2787
+ end
2788
+ class InfraRsOverrideLacpPol < MO
2789
+ @class_name = 'infra.RsOverrideLacpPol'
2790
+ @ruby_class = 'InfraRsOverrideLacpPol'
2791
+ @prefix = 'rsoverrideLacpPol'
2792
+ @prefixes = [['rsoverrideLacpPol', false]]
2793
+ @rn_format = 'rsoverrideLacpPol'
2794
+ @containers = ['InfraAttPolicyGroup']
2795
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLacpLagPolName', 'uid']
2796
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2797
+ @label = 'Relation to LACP Lag Policy'
2798
+ @naming_props = []
2799
+
2800
+ def rn
2801
+ 'rsoverrideLacpPol'
2802
+ end
2803
+ end
2804
+ class InfraRsOverrideLldpIfPol < MO
2805
+ @class_name = 'infra.RsOverrideLldpIfPol'
2806
+ @ruby_class = 'InfraRsOverrideLldpIfPol'
2807
+ @prefix = 'rsoverrideLldpIfPol'
2808
+ @prefixes = [['rsoverrideLldpIfPol', false]]
2809
+ @rn_format = 'rsoverrideLldpIfPol'
2810
+ @containers = ['InfraAttPolicyGroup']
2811
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLldpIfPolName', 'uid']
2812
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2813
+ @label = 'Relation to LLDP Interface Policy'
2814
+ @naming_props = []
2815
+
2816
+ def rn
2817
+ 'rsoverrideLldpIfPol'
2818
+ end
2819
+ end
2820
+ class InfraRsOverrideMcpIfPol < MO
2821
+ @class_name = 'infra.RsOverrideMcpIfPol'
2822
+ @ruby_class = 'InfraRsOverrideMcpIfPol'
2823
+ @prefix = 'rsoverrideMcpIfPol'
2824
+ @prefixes = [['rsoverrideMcpIfPol', false]]
2825
+ @rn_format = 'rsoverrideMcpIfPol'
2826
+ @containers = ['InfraAttPolicyGroup']
2827
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMcpIfPolName', 'uid']
2828
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2829
+ @label = 'Relation to MCP Interface Policy'
2830
+ @naming_props = []
2831
+
2832
+ def rn
2833
+ 'rsoverrideMcpIfPol'
2834
+ end
2835
+ end
2836
+ class InfraRsOverrideStpPol < MO
2837
+ @class_name = 'infra.RsOverrideStpPol'
2838
+ @ruby_class = 'InfraRsOverrideStpPol'
2839
+ @prefix = 'rsoverrideStpPol'
2840
+ @prefixes = [['rsoverrideStpPol', false]]
2841
+ @rn_format = 'rsoverrideStpPol'
2842
+ @containers = ['InfraAttPolicyGroup']
2843
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnStpIfPolName', 'uid']
2844
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2845
+ @label = 'Relation to STP Policy'
2846
+ @naming_props = []
2847
+
2848
+ def rn
2849
+ 'rsoverrideStpPol'
2850
+ end
2851
+ end
2852
+ class InfraRsPathToAccBaseGrp < MO
2853
+ @class_name = 'infra.RsPathToAccBaseGrp'
2854
+ @ruby_class = 'InfraRsPathToAccBaseGrp'
2855
+ @prefix = 'rspathToAccBaseGrp'
2856
+ @prefixes = [['rspathToAccBaseGrp', false]]
2857
+ @rn_format = 'rspathToAccBaseGrp'
2858
+ @containers = ['InfraHPathS']
2859
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
2860
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2861
+ @label = 'Access Base Group'
2862
+ @naming_props = []
2863
+
2864
+ def rn
2865
+ 'rspathToAccBaseGrp'
2866
+ end
2867
+ end
2868
+ class InfraRsProtectionGrp < MO
2869
+ @class_name = 'infra.RsProtectionGrp'
2870
+ @ruby_class = 'InfraRsProtectionGrp'
2871
+ @prefix = 'rsprotectionGrp'
2872
+ @prefixes = [['rsprotectionGrp', false]]
2873
+ @rn_format = 'rsprotectionGrp'
2874
+ @containers = ['InfraNodeCfgCont']
2875
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2876
+ @child_classes = []
2877
+ @label = 'Group Endpoint'
2878
+ @naming_props = []
2879
+
2880
+ def rn
2881
+ 'rsprotectionGrp'
2882
+ end
2883
+ end
2884
+ class InfraRsProtGroup < MO
2885
+ @class_name = 'infra.RsProtGroup'
2886
+ @ruby_class = 'InfraRsProtGroup'
2887
+ @prefix = 'rsprotGroup-'
2888
+ @prefixes = [['rsprotGroup-', true]]
2889
+ @rn_format = 'rsprotGroup-[%(tDn)s]'
2890
+ @containers = ['InfraNodeCfg']
2891
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2892
+ @child_classes = []
2893
+ @label = 'Group Endpoint'
2894
+ @naming_props = ['tDn']
2895
+
2896
+ def rn
2897
+ 'rsprotGroup-[' << @attributes['tDn'] << ']'
2898
+ end
2899
+ end
2900
+ class InfraRsResCdpIfPol < MO
2901
+ @class_name = 'infra.RsResCdpIfPol'
2902
+ @ruby_class = 'InfraRsResCdpIfPol'
2903
+ @prefix = 'rsresCdpIfPol'
2904
+ @prefixes = [['rsresCdpIfPol', false]]
2905
+ @rn_format = 'rsresCdpIfPol'
2906
+ @containers = ['InfraInfra']
2907
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnCdpIfPolName']
2908
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2909
+ @label = 'CDP Interface Policy'
2910
+ @naming_props = []
2911
+
2912
+ def rn
2913
+ 'rsresCdpIfPol'
2914
+ end
2915
+ end
2916
+ class InfraRsResDatetimeFormat < MO
2917
+ @class_name = 'infra.RsResDatetimeFormat'
2918
+ @ruby_class = 'InfraRsResDatetimeFormat'
2919
+ @prefix = 'rsresDatetimeFormat'
2920
+ @prefixes = [['rsresDatetimeFormat', false]]
2921
+ @rn_format = 'rsresDatetimeFormat'
2922
+ @containers = ['InfraInfra']
2923
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
2924
+ @child_classes = []
2925
+ @label = 'Datetime Format'
2926
+ @naming_props = []
2927
+
2928
+ def rn
2929
+ 'rsresDatetimeFormat'
2930
+ end
2931
+ end
2932
+ class InfraRsResErrDisRecoverPol < MO
2933
+ @class_name = 'infra.RsResErrDisRecoverPol'
2934
+ @ruby_class = 'InfraRsResErrDisRecoverPol'
2935
+ @prefix = 'rsresErrDisRecoverPol'
2936
+ @prefixes = [['rsresErrDisRecoverPol', false]]
2937
+ @rn_format = 'rsresErrDisRecoverPol'
2938
+ @containers = ['InfraInfra']
2939
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnEdrErrDisRecoverPolName']
2940
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2941
+ @label = 'Error Disabled Recovery Policy'
2942
+ @naming_props = []
2943
+
2944
+ def rn
2945
+ 'rsresErrDisRecoverPol'
2946
+ end
2947
+ end
2948
+ class InfraRsResHIfPol < MO
2949
+ @class_name = 'infra.RsResHIfPol'
2950
+ @ruby_class = 'InfraRsResHIfPol'
2951
+ @prefix = 'rsresHIfPol'
2952
+ @prefixes = [['rsresHIfPol', false]]
2953
+ @rn_format = 'rsresHIfPol'
2954
+ @containers = ['InfraInfra']
2955
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnFabricHIfPolName']
2956
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2957
+ @label = 'Link Level Policy'
2958
+ @naming_props = []
2959
+
2960
+ def rn
2961
+ 'rsresHIfPol'
2962
+ end
2963
+ end
2964
+ class InfraRsResLacpIfPol < MO
2965
+ @class_name = 'infra.RsResLacpIfPol'
2966
+ @ruby_class = 'InfraRsResLacpIfPol'
2967
+ @prefix = 'rsresLacpIfPol'
2968
+ @prefixes = [['rsresLacpIfPol', false]]
2969
+ @rn_format = 'rsresLacpIfPol'
2970
+ @containers = ['InfraInfra']
2971
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLacpIfPolName']
2972
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2973
+ @label = 'LACP Member Policy'
2974
+ @naming_props = []
2975
+
2976
+ def rn
2977
+ 'rsresLacpIfPol'
2978
+ end
2979
+ end
2980
+ class InfraRsResLacpLagPol < MO
2981
+ @class_name = 'infra.RsResLacpLagPol'
2982
+ @ruby_class = 'InfraRsResLacpLagPol'
2983
+ @prefix = 'rsresLacpLagPol'
2984
+ @prefixes = [['rsresLacpLagPol', false]]
2985
+ @rn_format = 'rsresLacpLagPol'
2986
+ @containers = ['InfraInfra']
2987
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLacpLagPolName']
2988
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
2989
+ @label = 'LACP Policy'
2990
+ @naming_props = []
2991
+
2992
+ def rn
2993
+ 'rsresLacpLagPol'
2994
+ end
2995
+ end
2996
+ class InfraRsResLldpIfPol < MO
2997
+ @class_name = 'infra.RsResLldpIfPol'
2998
+ @ruby_class = 'InfraRsResLldpIfPol'
2999
+ @prefix = 'rsresLldpIfPol'
3000
+ @prefixes = [['rsresLldpIfPol', false]]
3001
+ @rn_format = 'rsresLldpIfPol'
3002
+ @containers = ['InfraInfra']
3003
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnLldpIfPolName']
3004
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3005
+ @label = 'LLDP Interface Policy'
3006
+ @naming_props = []
3007
+
3008
+ def rn
3009
+ 'rsresLldpIfPol'
3010
+ end
3011
+ end
3012
+ class InfraRsResLoopProtectPol < MO
3013
+ @class_name = 'infra.RsResLoopProtectPol'
3014
+ @ruby_class = 'InfraRsResLoopProtectPol'
3015
+ @prefix = 'rsresLoopProtectPol'
3016
+ @prefixes = [['rsresLoopProtectPol', false]]
3017
+ @rn_format = 'rsresLoopProtectPol'
3018
+ @containers = ['InfraInfra']
3019
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnEpLoopProtectPName']
3020
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3021
+ @label = 'EP Loop Protection Policy'
3022
+ @naming_props = []
3023
+
3024
+ def rn
3025
+ 'rsresLoopProtectPol'
3026
+ end
3027
+ end
3028
+ class InfraRsResMcpIfPol < MO
3029
+ @class_name = 'infra.RsResMcpIfPol'
3030
+ @ruby_class = 'InfraRsResMcpIfPol'
3031
+ @prefix = 'rsresMcpIfPol'
3032
+ @prefixes = [['rsresMcpIfPol', false]]
3033
+ @rn_format = 'rsresMcpIfPol'
3034
+ @containers = ['InfraInfra']
3035
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMcpIfPolName']
3036
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3037
+ @label = 'MCP Interface Policy'
3038
+ @naming_props = []
3039
+
3040
+ def rn
3041
+ 'rsresMcpIfPol'
3042
+ end
3043
+ end
3044
+ class InfraRsResMcpInstPol < MO
3045
+ @class_name = 'infra.RsResMcpInstPol'
3046
+ @ruby_class = 'InfraRsResMcpInstPol'
3047
+ @prefix = 'rsresMcpInstPol'
3048
+ @prefixes = [['rsresMcpInstPol', false]]
3049
+ @rn_format = 'rsresMcpInstPol'
3050
+ @containers = ['InfraInfra']
3051
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMcpInstPolName']
3052
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3053
+ @label = 'MCP Instance Policy'
3054
+ @naming_props = []
3055
+
3056
+ def rn
3057
+ 'rsresMcpInstPol'
3058
+ end
3059
+ end
3060
+ class InfraRsResMonInfraPol < MO
3061
+ @class_name = 'infra.RsResMonInfraPol'
3062
+ @ruby_class = 'InfraRsResMonInfraPol'
3063
+ @prefix = 'rsresMonInfraPol'
3064
+ @prefixes = [['rsresMonInfraPol', false]]
3065
+ @rn_format = 'rsresMonInfraPol'
3066
+ @containers = ['InfraInfra']
3067
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMonInfraPolName']
3068
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3069
+ @label = 'Access Monitoring Policy Relation'
3070
+ @naming_props = []
3071
+
3072
+ def rn
3073
+ 'rsresMonInfraPol'
3074
+ end
3075
+ end
3076
+ class InfraRsResNwsFwPol < MO
3077
+ @class_name = 'infra.RsResNwsFwPol'
3078
+ @ruby_class = 'InfraRsResNwsFwPol'
3079
+ @prefix = 'rsresNwsFwPol'
3080
+ @prefixes = [['rsresNwsFwPol', false]]
3081
+ @rn_format = 'rsresNwsFwPol'
3082
+ @containers = ['InfraInfra']
3083
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnNwsFwPolName']
3084
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3085
+ @label = 'Firewall Policy'
3086
+ @naming_props = []
3087
+
3088
+ def rn
3089
+ 'rsresNwsFwPol'
3090
+ end
3091
+ end
3092
+ class InfraRsResQosInstPol < MO
3093
+ @class_name = 'infra.RsResQosInstPol'
3094
+ @ruby_class = 'InfraRsResQosInstPol'
3095
+ @prefix = 'rsresQosInstPol'
3096
+ @prefixes = [['rsresQosInstPol', false]]
3097
+ @rn_format = 'rsresQosInstPol'
3098
+ @containers = ['InfraInfra']
3099
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnQosInstPolName']
3100
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3101
+ @label = 'QOS Instance Policy'
3102
+ @naming_props = []
3103
+
3104
+ def rn
3105
+ 'rsresQosInstPol'
3106
+ end
3107
+ end
3108
+ class InfraRsResQoSPol < MO
3109
+ @class_name = 'infra.RsResQoSPol'
3110
+ @ruby_class = 'InfraRsResQoSPol'
3111
+ @prefix = 'rsresQoSPol-'
3112
+ @prefixes = [['rsresQoSPol-', true]]
3113
+ @rn_format = 'rsresQoSPol-%(tnQosClassPrio)s'
3114
+ @containers = ['InfraInfra']
3115
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnQosClassPrio']
3116
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3117
+ @label = 'QOS Class Policy'
3118
+ @naming_props = ['tnQosClassPrio']
3119
+
3120
+ def rn
3121
+ 'rsresQoSPol-' << @attributes['tnQosClassPrio'] << ''
3122
+ end
3123
+ end
3124
+ class InfraRsSpanVDestGrp < MO
3125
+ @class_name = 'infra.RsSpanVDestGrp'
3126
+ @ruby_class = 'InfraRsSpanVDestGrp'
3127
+ @prefix = 'rsspanVDestGrp-'
3128
+ @prefixes = [['rsspanVDestGrp-', true]]
3129
+ @rn_format = 'rsspanVDestGrp-%(tnSpanVDestGrpName)s'
3130
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3131
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnSpanVDestGrpName', 'uid']
3132
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3133
+ @label = 'Relation to Access VSPAN Destination Group'
3134
+ @naming_props = ['tnSpanVDestGrpName']
3135
+
3136
+ def rn
3137
+ 'rsspanVDestGrp-' << @attributes['tnSpanVDestGrpName'] << ''
3138
+ end
3139
+ end
3140
+ class InfraRsSpanVSrcGrp < MO
3141
+ @class_name = 'infra.RsSpanVSrcGrp'
3142
+ @ruby_class = 'InfraRsSpanVSrcGrp'
3143
+ @prefix = 'rsspanVSrcGrp-'
3144
+ @prefixes = [['rsspanVSrcGrp-', true]]
3145
+ @rn_format = 'rsspanVSrcGrp-%(tnSpanVSrcGrpName)s'
3146
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3147
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnSpanVSrcGrpName', 'uid']
3148
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3149
+ @label = 'Relation to Access VSPAN Source Group'
3150
+ @naming_props = ['tnSpanVSrcGrpName']
3151
+
3152
+ def rn
3153
+ 'rsspanVSrcGrp-' << @attributes['tnSpanVSrcGrpName'] << ''
3154
+ end
3155
+ end
3156
+ class InfraRsStormctrlIfPol < MO
3157
+ @class_name = 'infra.RsStormctrlIfPol'
3158
+ @ruby_class = 'InfraRsStormctrlIfPol'
3159
+ @prefix = 'rsstormctrlIfPol'
3160
+ @prefixes = [['rsstormctrlIfPol', false]]
3161
+ @rn_format = 'rsstormctrlIfPol'
3162
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3163
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnStormctrlIfPolName', 'uid']
3164
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3165
+ @label = 'Relation to Storm Control Policy'
3166
+ @naming_props = []
3167
+
3168
+ def rn
3169
+ 'rsstormctrlIfPol'
3170
+ end
3171
+ end
3172
+ class InfraRsStpIfPol < MO
3173
+ @class_name = 'infra.RsStpIfPol'
3174
+ @ruby_class = 'InfraRsStpIfPol'
3175
+ @prefix = 'rsstpIfPol'
3176
+ @prefixes = [['rsstpIfPol', false]]
3177
+ @rn_format = 'rsstpIfPol'
3178
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3179
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnStpIfPolName', 'uid']
3180
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3181
+ @label = 'Relation to Access STP Interface Policy'
3182
+ @naming_props = []
3183
+
3184
+ def rn
3185
+ 'rsstpIfPol'
3186
+ end
3187
+ end
3188
+ class InfraRsToEncapInstDef < MO
3189
+ @class_name = 'infra.RsToEncapInstDef'
3190
+ @ruby_class = 'InfraRsToEncapInstDef'
3191
+ @prefix = 'rstoEncapInstDef-'
3192
+ @prefixes = [['rstoEncapInstDef-', true]]
3193
+ @rn_format = 'rstoEncapInstDef-[%(tDn)s]'
3194
+ @containers = ['InfraContNS']
3195
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
3196
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
3197
+ @label = 'Spanning Tree Encap NameSpace'
3198
+ @naming_props = ['tDn']
3199
+
3200
+ def rn
3201
+ 'rstoEncapInstDef-[' << @attributes['tDn'] << ']'
3202
+ end
3203
+ end
3204
+ class InfraRsToEpLoopProtectP < MO
3205
+ @class_name = 'infra.RsToEpLoopProtectP'
3206
+ @ruby_class = 'InfraRsToEpLoopProtectP'
3207
+ @prefix = 'rstoEpLoopProtectP'
3208
+ @prefixes = [['rstoEpLoopProtectP', false]]
3209
+ @rn_format = 'rstoEpLoopProtectP'
3210
+ @containers = ['InfraSubsDfltPolicy']
3211
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnEpLoopProtectPName']
3212
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3213
+ @label = 'EP Loop Protection Policy'
3214
+ @naming_props = []
3215
+
3216
+ def rn
3217
+ 'rstoEpLoopProtectP'
3218
+ end
3219
+ end
3220
+ class InfraRsToErrDisRecoverPol < MO
3221
+ @class_name = 'infra.RsToErrDisRecoverPol'
3222
+ @ruby_class = 'InfraRsToErrDisRecoverPol'
3223
+ @prefix = 'rstoErrDisRecoverPol'
3224
+ @prefixes = [['rstoErrDisRecoverPol', false]]
3225
+ @rn_format = 'rstoErrDisRecoverPol'
3226
+ @containers = ['InfraSubsDfltPolicy']
3227
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnEdrErrDisRecoverPolName']
3228
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3229
+ @label = 'Error Disabled Recovery Policy'
3230
+ @naming_props = []
3231
+
3232
+ def rn
3233
+ 'rstoErrDisRecoverPol'
3234
+ end
3235
+ end
3236
+ class InfraRsToInfraPathS < MO
3237
+ @class_name = 'infra.RsToInfraPathS'
3238
+ @ruby_class = 'InfraRsToInfraPathS'
3239
+ @prefix = 'rstoInfraPathS-'
3240
+ @prefixes = [['rstoInfraPathS-', true]]
3241
+ @rn_format = 'rstoInfraPathS-[%(tDn)s]'
3242
+ @containers = ['InfraNodeCfg']
3243
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
3244
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
3245
+ @label = 'Super Class for Relation from Node to Interface Path Selector'
3246
+ @naming_props = ['tDn']
3247
+
3248
+ def rn
3249
+ 'rstoInfraPathS-[' << @attributes['tDn'] << ']'
3250
+ end
3251
+ end
3252
+ class InfraRsToMcpIfPol < MO
3253
+ @class_name = 'infra.RsToMcpIfPol'
3254
+ @ruby_class = 'InfraRsToMcpIfPol'
3255
+ @prefix = 'rstoMcpIfPol'
3256
+ @prefixes = [['rstoMcpIfPol', false]]
3257
+ @rn_format = 'rstoMcpIfPol'
3258
+ @containers = ['InfraSubsDfltPolicy']
3259
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMcpIfPolName']
3260
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3261
+ @label = 'Mis-cabling Protocol Interface Policy'
3262
+ @naming_props = []
3263
+
3264
+ def rn
3265
+ 'rstoMcpIfPol'
3266
+ end
3267
+ end
3268
+ class InfraRsToMcpInstPol < MO
3269
+ @class_name = 'infra.RsToMcpInstPol'
3270
+ @ruby_class = 'InfraRsToMcpInstPol'
3271
+ @prefix = 'rstoMcpInstPol'
3272
+ @prefixes = [['rstoMcpInstPol', false]]
3273
+ @rn_format = 'rstoMcpInstPol'
3274
+ @containers = ['InfraSubsDfltPolicy']
3275
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnMcpInstPolName']
3276
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3277
+ @label = 'Mis-cabling Protocol Instance Policy'
3278
+ @naming_props = []
3279
+
3280
+ def rn
3281
+ 'rstoMcpInstPol'
3282
+ end
3283
+ end
3284
+ class InfraRsVipAddrNs < MO
3285
+ @class_name = 'infra.RsVipAddrNs'
3286
+ @ruby_class = 'InfraRsVipAddrNs'
3287
+ @prefix = 'rsvipAddrNs'
3288
+ @prefixes = [['rsvipAddrNs', false]]
3289
+ @rn_format = 'rsvipAddrNs'
3290
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
3291
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
3292
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3293
+ @label = 'Relation to VIP Range'
3294
+ @naming_props = []
3295
+
3296
+ def rn
3297
+ 'rsvipAddrNs'
3298
+ end
3299
+ end
3300
+ class InfraRsVlanNs < MO
3301
+ @class_name = 'infra.RsVlanNs'
3302
+ @ruby_class = 'InfraRsVlanNs'
3303
+ @prefix = 'rsvlanNs'
3304
+ @prefixes = [['rsvlanNs', false]]
3305
+ @rn_format = 'rsvlanNs'
3306
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
3307
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType', 'uid']
3308
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
3309
+ @label = 'Relation to VLAN Pool'
3310
+ @naming_props = []
3311
+
3312
+ def rn
3313
+ 'rsvlanNs'
3314
+ end
3315
+ end
3316
+ class InfraRsVlanNsDef < MO
3317
+ @class_name = 'infra.RsVlanNsDef'
3318
+ @ruby_class = 'InfraRsVlanNsDef'
3319
+ @prefix = 'rsvlanNsDef'
3320
+ @prefixes = [['rsvlanNsDef', false]]
3321
+ @rn_format = 'rsvlanNsDef'
3322
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
3323
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
3324
+ @child_classes = []
3325
+ @label = 'Unresolvable Relation to VLAN Pool'
3326
+ @naming_props = []
3327
+
3328
+ def rn
3329
+ 'rsvlanNsDef'
3330
+ end
3331
+ end
3332
+ class InfraRsVpcBndlGrp < MO
3333
+ @class_name = 'infra.RsVpcBndlGrp'
3334
+ @ruby_class = 'InfraRsVpcBndlGrp'
3335
+ @prefix = 'rsvpcBndlGrp-'
3336
+ @prefixes = [['rsvpcBndlGrp-', true]]
3337
+ @rn_format = 'rsvpcBndlGrp-[%(tDn)s]'
3338
+ @containers = ['InfraNodeCfg']
3339
+ @props = ['childAction', 'deplSt', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
3340
+ @child_classes = ['FabricCreatedBy', 'HealthInst', 'FaultCounts']
3341
+ @label = 'PC/VPC Interface Policy Group'
3342
+ @naming_props = ['tDn']
3343
+
3344
+ def rn
3345
+ 'rsvpcBndlGrp-[' << @attributes['tDn'] << ']'
3346
+ end
3347
+ end
3348
+ class InfraRtAccBaseGrp < MO
3349
+ @class_name = 'infra.RtAccBaseGrp'
3350
+ @ruby_class = 'InfraRtAccBaseGrp'
3351
+ @prefix = 'rtaccBaseGrp-'
3352
+ @prefixes = [['rtaccBaseGrp-', true]]
3353
+ @rn_format = 'rtaccBaseGrp-[%(tDn)s]'
3354
+ @containers = ['InfraFexBndlGrp', 'InfraAccPortGrp', 'InfraAccBndlGrp', 'InfraAccBndlSubgrp']
3355
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3356
+ @child_classes = []
3357
+ @label = 'Access Port Selector'
3358
+ @naming_props = ['tDn']
3359
+
3360
+ def rn
3361
+ 'rtaccBaseGrp-[' << @attributes['tDn'] << ']'
3362
+ end
3363
+ end
3364
+ class InfraRtAccBndlSubgrp < MO
3365
+ @class_name = 'infra.RtAccBndlSubgrp'
3366
+ @ruby_class = 'InfraRtAccBndlSubgrp'
3367
+ @prefix = 'rtaccBndlSubgrp-'
3368
+ @prefixes = [['rtaccBndlSubgrp-', true]]
3369
+ @rn_format = 'rtaccBndlSubgrp-[%(tDn)s]'
3370
+ @containers = ['InfraAccBndlSubgrp']
3371
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3372
+ @child_classes = []
3373
+ @label = 'Access Port Block'
3374
+ @naming_props = ['tDn']
3375
+
3376
+ def rn
3377
+ 'rtaccBndlSubgrp-[' << @attributes['tDn'] << ']'
3378
+ end
3379
+ end
3380
+ class InfraRtAccCardP < MO
3381
+ @class_name = 'infra.RtAccCardP'
3382
+ @ruby_class = 'InfraRtAccCardP'
3383
+ @prefix = 'rtaccCardP-'
3384
+ @prefixes = [['rtaccCardP-', true]]
3385
+ @rn_format = 'rtaccCardP-[%(tDn)s]'
3386
+ @containers = ['InfraAccCardP']
3387
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3388
+ @child_classes = []
3389
+ @label = 'Switch Profile'
3390
+ @naming_props = ['tDn']
3391
+
3392
+ def rn
3393
+ 'rtaccCardP-[' << @attributes['tDn'] << ']'
3394
+ end
3395
+ end
3396
+ class InfraRtAccNodePGrp < MO
3397
+ @class_name = 'infra.RtAccNodePGrp'
3398
+ @ruby_class = 'InfraRtAccNodePGrp'
3399
+ @prefix = 'rtaccNodePGrp-'
3400
+ @prefixes = [['rtaccNodePGrp-', true]]
3401
+ @rn_format = 'rtaccNodePGrp-[%(tDn)s]'
3402
+ @containers = ['InfraAccNodePGrp']
3403
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3404
+ @child_classes = []
3405
+ @label = 'Leaf Selector'
3406
+ @naming_props = ['tDn']
3407
+
3408
+ def rn
3409
+ 'rtaccNodePGrp-[' << @attributes['tDn'] << ']'
3410
+ end
3411
+ end
3412
+ class InfraRtAccPortP < MO
3413
+ @class_name = 'infra.RtAccPortP'
3414
+ @ruby_class = 'InfraRtAccPortP'
3415
+ @prefix = 'rtaccPortP-'
3416
+ @prefixes = [['rtaccPortP-', true]]
3417
+ @rn_format = 'rtaccPortP-[%(tDn)s]'
3418
+ @containers = ['InfraAccPortP']
3419
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3420
+ @child_classes = []
3421
+ @label = 'Switch Profile'
3422
+ @naming_props = ['tDn']
3423
+
3424
+ def rn
3425
+ 'rtaccPortP-[' << @attributes['tDn'] << ']'
3426
+ end
3427
+ end
3428
+ class InfraRtAEP < MO
3429
+ @class_name = 'infra.RtAEP'
3430
+ @ruby_class = 'InfraRtAEP'
3431
+ @prefix = 'rtAEP'
3432
+ @prefixes = [['rtAEP', false]]
3433
+ @rn_format = 'rtAEP'
3434
+ @containers = ['InfraAttEntityP']
3435
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3436
+ @child_classes = []
3437
+ @label = 'End Point Profile Definition'
3438
+ @naming_props = []
3439
+
3440
+ def rn
3441
+ 'rtAEP'
3442
+ end
3443
+ end
3444
+ class InfraRtAttEntityPCons < MO
3445
+ @class_name = 'infra.RtAttEntityPCons'
3446
+ @ruby_class = 'InfraRtAttEntityPCons'
3447
+ @prefix = 'rtl1AttEntityPCons-'
3448
+ @prefixes = [['rtl1AttEntityPCons-', true]]
3449
+ @rn_format = 'rtl1AttEntityPCons-[%(tDn)s]'
3450
+ @containers = ['InfraAttEntityP']
3451
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn', 'tSKey']
3452
+ @child_classes = []
3453
+ @label = 'Ethernet Interface'
3454
+ @naming_props = ['tDn']
3455
+
3456
+ def rn
3457
+ 'rtl1AttEntityPCons-[' << @attributes['tDn'] << ']'
3458
+ end
3459
+ end
3460
+ class InfraRtAttEntP < MO
3461
+ @class_name = 'infra.RtAttEntP'
3462
+ @ruby_class = 'InfraRtAttEntP'
3463
+ @prefix = 'rtattEntP-'
3464
+ @prefixes = [['rtattEntP-', true]]
3465
+ @rn_format = 'rtattEntP-[%(tDn)s]'
3466
+ @containers = ['InfraAttEntityP']
3467
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3468
+ @child_classes = []
3469
+ @label = 'None'
3470
+ @naming_props = ['tDn']
3471
+
3472
+ def rn
3473
+ 'rtattEntP-[' << @attributes['tDn'] << ']'
3474
+ end
3475
+ end
3476
+ class InfraRtCardPGrp < MO
3477
+ @class_name = 'infra.RtCardPGrp'
3478
+ @ruby_class = 'InfraRtCardPGrp'
3479
+ @prefix = 'rtcardPGrp-'
3480
+ @prefixes = [['rtcardPGrp-', true]]
3481
+ @rn_format = 'rtcardPGrp-[%(tDn)s]'
3482
+ @containers = ['InfraAccCardPGrp']
3483
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3484
+ @child_classes = []
3485
+ @label = 'Access Module Selector'
3486
+ @naming_props = ['tDn']
3487
+
3488
+ def rn
3489
+ 'rtcardPGrp-[' << @attributes['tDn'] << ']'
3490
+ end
3491
+ end
3492
+ class InfraRtClusterPol < MO
3493
+ @class_name = 'infra.RtClusterPol'
3494
+ @ruby_class = 'InfraRtClusterPol'
3495
+ @prefix = 'rtvnsClusterPol-'
3496
+ @prefixes = [['rtvnsClusterPol-', true]]
3497
+ @rn_format = 'rtvnsClusterPol-[%(tDn)s]'
3498
+ @containers = ['InfraClusterPol']
3499
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3500
+ @child_classes = []
3501
+ @label = 'Management Policy'
3502
+ @naming_props = ['tDn']
3503
+
3504
+ def rn
3505
+ 'rtvnsClusterPol-[' << @attributes['tDn'] << ']'
3506
+ end
3507
+ end
3508
+ class InfraRtClusterPolRel < MO
3509
+ @class_name = 'infra.RtClusterPolRel'
3510
+ @ruby_class = 'InfraRtClusterPolRel'
3511
+ @prefix = 'rtpolClusterPolRel-'
3512
+ @prefixes = [['rtpolClusterPolRel-', true]]
3513
+ @rn_format = 'rtpolClusterPolRel-[%(tDn)s]'
3514
+ @containers = ['InfraClusterPol']
3515
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3516
+ @child_classes = []
3517
+ @label = 'Relation Holder'
3518
+ @naming_props = ['tDn']
3519
+
3520
+ def rn
3521
+ 'rtpolClusterPolRel-[' << @attributes['tDn'] << ']'
3522
+ end
3523
+ end
3524
+ class InfraRtConnectivityProfile < MO
3525
+ @class_name = 'infra.RtConnectivityProfile'
3526
+ @ruby_class = 'InfraRtConnectivityProfile'
3527
+ @prefix = 'rtconnectivityProfile-'
3528
+ @prefixes = [['rtconnectivityProfile-', true]]
3529
+ @rn_format = 'rtconnectivityProfile-[%(tDn)s]'
3530
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3531
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3532
+ @child_classes = []
3533
+ @label = 'Host Connectivity Configuration'
3534
+ @naming_props = ['tDn']
3535
+
3536
+ def rn
3537
+ 'rtconnectivityProfile-[' << @attributes['tDn'] << ']'
3538
+ end
3539
+ end
3540
+ class InfraRtConnFexS < MO
3541
+ @class_name = 'infra.RtConnFexS'
3542
+ @ruby_class = 'InfraRtConnFexS'
3543
+ @prefix = 'rtconnFexS-'
3544
+ @prefixes = [['rtconnFexS-', true]]
3545
+ @rn_format = 'rtconnFexS-[%(tDn)s]'
3546
+ @containers = ['InfraConnFexS']
3547
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3548
+ @child_classes = []
3549
+ @label = 'Access Connectivity Node Selector'
3550
+ @naming_props = ['tDn']
3551
+
3552
+ def rn
3553
+ 'rtconnFexS-[' << @attributes['tDn'] << ']'
3554
+ end
3555
+ end
3556
+ class InfraRtConnPortS < MO
3557
+ @class_name = 'infra.RtConnPortS'
3558
+ @ruby_class = 'InfraRtConnPortS'
3559
+ @prefix = 'rtconnPortS-'
3560
+ @prefixes = [['rtconnPortS-', true]]
3561
+ @rn_format = 'rtconnPortS-[%(tDn)s]'
3562
+ @containers = ['InfraHConnPortS']
3563
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3564
+ @child_classes = []
3565
+ @label = 'Access Connectivity Node Selector'
3566
+ @naming_props = ['tDn']
3567
+
3568
+ def rn
3569
+ 'rtconnPortS-[' << @attributes['tDn'] << ']'
3570
+ end
3571
+ end
3572
+ class InfraRtDomAtt < MO
3573
+ @class_name = 'infra.RtDomAtt'
3574
+ @ruby_class = 'InfraRtDomAtt'
3575
+ @prefix = 'rtfvDomAtt-'
3576
+ @prefixes = [['rtfvDomAtt-', true]]
3577
+ @rn_format = 'rtfvDomAtt-[%(tDn)s]'
3578
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
3579
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3580
+ @child_classes = []
3581
+ @label = 'Application EPG'
3582
+ @naming_props = ['tDn']
3583
+
3584
+ def rn
3585
+ 'rtfvDomAtt-[' << @attributes['tDn'] << ']'
3586
+ end
3587
+ end
3588
+ class InfraRtDomP < MO
3589
+ @class_name = 'infra.RtDomP'
3590
+ @ruby_class = 'InfraRtDomP'
3591
+ @prefix = 'rtdomP-'
3592
+ @prefixes = [['rtdomP-', true]]
3593
+ @rn_format = 'rtdomP-[%(tDn)s]'
3594
+ @containers = ['L3extDomP', 'L2extDomP', 'L2extDomDef', 'VmmDomPDef', 'L3extDomDef', 'VmmDomP', 'PhysDomP']
3595
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3596
+ @child_classes = []
3597
+ @label = 'Attachable Access Entity Profile'
3598
+ @naming_props = ['tDn']
3599
+
3600
+ def rn
3601
+ 'rtdomP-[' << @attributes['tDn'] << ']'
3602
+ end
3603
+ end
3604
+ class InfraRtFexGrp < MO
3605
+ @class_name = 'infra.RtFexGrp'
3606
+ @ruby_class = 'InfraRtFexGrp'
3607
+ @prefix = 'rtfexGrp-'
3608
+ @prefixes = [['rtfexGrp-', true]]
3609
+ @rn_format = 'rtfexGrp-[%(tDn)s]'
3610
+ @containers = ['InfraFexBndlGrp']
3611
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3612
+ @child_classes = []
3613
+ @label = 'FEX Configuration'
3614
+ @naming_props = ['tDn']
3615
+
3616
+ def rn
3617
+ 'rtfexGrp-[' << @attributes['tDn'] << ']'
3618
+ end
3619
+ end
3620
+ class InfraRtFexp < MO
3621
+ @class_name = 'infra.RtFexp'
3622
+ @ruby_class = 'InfraRtFexp'
3623
+ @prefix = 'rtfexp-'
3624
+ @prefixes = [['rtfexp-', true]]
3625
+ @rn_format = 'rtfexp-[%(tDn)s]'
3626
+ @containers = ['InfraFexP']
3627
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3628
+ @child_classes = []
3629
+ @label = 'Access Node Configuration'
3630
+ @naming_props = ['tDn']
3631
+
3632
+ def rn
3633
+ 'rtfexp-[' << @attributes['tDn'] << ']'
3634
+ end
3635
+ end
3636
+ class InfraRtInterfacePolProfile < MO
3637
+ @class_name = 'infra.RtInterfacePolProfile'
3638
+ @ruby_class = 'InfraRtInterfacePolProfile'
3639
+ @prefix = 'rtinterfacePolProfile-'
3640
+ @prefixes = [['rtinterfacePolProfile-', true]]
3641
+ @rn_format = 'rtinterfacePolProfile-[%(tDn)s]'
3642
+ @containers = ['InfraAccPortP']
3643
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3644
+ @child_classes = []
3645
+ @label = 'Access Node Configuration'
3646
+ @naming_props = ['tDn']
3647
+
3648
+ def rn
3649
+ 'rtinterfacePolProfile-[' << @attributes['tDn'] << ']'
3650
+ end
3651
+ end
3652
+ class InfraRtModulePolProfile < MO
3653
+ @class_name = 'infra.RtModulePolProfile'
3654
+ @ruby_class = 'InfraRtModulePolProfile'
3655
+ @prefix = 'rtmodulePolProfile-'
3656
+ @prefixes = [['rtmodulePolProfile-', true]]
3657
+ @rn_format = 'rtmodulePolProfile-[%(tDn)s]'
3658
+ @containers = ['InfraAccCardP']
3659
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3660
+ @child_classes = []
3661
+ @label = 'Access Node Configuration'
3662
+ @naming_props = ['tDn']
3663
+
3664
+ def rn
3665
+ 'rtmodulePolProfile-[' << @attributes['tDn'] << ']'
3666
+ end
3667
+ end
3668
+ class InfraRtNodePolGroup < MO
3669
+ @class_name = 'infra.RtNodePolGroup'
3670
+ @ruby_class = 'InfraRtNodePolGroup'
3671
+ @prefix = 'rtnodePolGroup-'
3672
+ @prefixes = [['rtnodePolGroup-', true]]
3673
+ @rn_format = 'rtnodePolGroup-[%(tDn)s]'
3674
+ @containers = ['InfraAccNodePGrp']
3675
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3676
+ @child_classes = []
3677
+ @label = 'Access Node Configuration'
3678
+ @naming_props = ['tDn']
3679
+
3680
+ def rn
3681
+ 'rtnodePolGroup-[' << @attributes['tDn'] << ']'
3682
+ end
3683
+ end
3684
+ class InfraRtOut < MO
3685
+ @class_name = 'infra.RtOut'
3686
+ @ruby_class = 'InfraRtOut'
3687
+ @prefix = 'rtextnwOut-'
3688
+ @prefixes = [['rtextnwOut-', true]]
3689
+ @rn_format = 'rtextnwOut-[%(tDn)s]'
3690
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3691
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3692
+ @child_classes = []
3693
+ @label = 'Abstraction of Outside Domain Profile'
3694
+ @naming_props = ['tDn']
3695
+
3696
+ def rn
3697
+ 'rtextnwOut-[' << @attributes['tDn'] << ']'
3698
+ end
3699
+ end
3700
+ class InfraRtPathToAccBaseGrp < MO
3701
+ @class_name = 'infra.RtPathToAccBaseGrp'
3702
+ @ruby_class = 'InfraRtPathToAccBaseGrp'
3703
+ @prefix = 'rtpathToAccBaseGrp-'
3704
+ @prefixes = [['rtpathToAccBaseGrp-', true]]
3705
+ @rn_format = 'rtpathToAccBaseGrp-[%(tDn)s]'
3706
+ @containers = ['InfraAccBndlPolGrp', 'InfraAccPortGrp', 'InfraAccBndlGrp', 'InfraFexBndlGrp', 'InfraAccBndlSubgrp']
3707
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3708
+ @child_classes = []
3709
+ @label = 'Host Path Selector'
3710
+ @naming_props = ['tDn']
3711
+
3712
+ def rn
3713
+ 'rtpathToAccBaseGrp-[' << @attributes['tDn'] << ']'
3714
+ end
3715
+ end
3716
+ class InfraRtStAttEntPAtt < MO
3717
+ @class_name = 'infra.RtStAttEntPAtt'
3718
+ @ruby_class = 'InfraRtStAttEntPAtt'
3719
+ @prefix = 'rtfvStAttEntPAtt-'
3720
+ @prefixes = [['rtfvStAttEntPAtt-', true]]
3721
+ @rn_format = 'rtfvStAttEntPAtt-[%(tDn)s]'
3722
+ @containers = ['InfraAttEntityP']
3723
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3724
+ @child_classes = []
3725
+ @label = 'EPG to Path Attachment'
3726
+ @naming_props = ['tDn']
3727
+
3728
+ def rn
3729
+ 'rtfvStAttEntPAtt-[' << @attributes['tDn'] << ']'
3730
+ end
3731
+ end
3732
+ class InfraRtStGrpAtt < MO
3733
+ @class_name = 'infra.RtStGrpAtt'
3734
+ @ruby_class = 'InfraRtStGrpAtt'
3735
+ @prefix = 'rtfvStGrpAtt-'
3736
+ @prefixes = [['rtfvStGrpAtt-', true]]
3737
+ @rn_format = 'rtfvStGrpAtt-[%(tDn)s]'
3738
+ @containers = ['InfraAccBndlGrp', 'InfraAccPortGrp']
3739
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3740
+ @child_classes = []
3741
+ @label = 'EPG to Path Attachment'
3742
+ @naming_props = ['tDn']
3743
+
3744
+ def rn
3745
+ 'rtfvStGrpAtt-[' << @attributes['tDn'] << ']'
3746
+ end
3747
+ end
3748
+ class InfraRtToPeerNodeCfg < MO
3749
+ @class_name = 'infra.RtToPeerNodeCfg'
3750
+ @ruby_class = 'InfraRtToPeerNodeCfg'
3751
+ @prefix = 'rtfabricToPeerNodeCfg-'
3752
+ @prefixes = [['rtfabricToPeerNodeCfg-', true]]
3753
+ @rn_format = 'rtfabricToPeerNodeCfg-[%(tDn)s]'
3754
+ @containers = ['InfraNodeCfg']
3755
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3756
+ @child_classes = []
3757
+ @label = 'Node Policy End Point'
3758
+ @naming_props = ['tDn']
3759
+
3760
+ def rn
3761
+ 'rtfabricToPeerNodeCfg-[' << @attributes['tDn'] << ']'
3762
+ end
3763
+ end
3764
+ class InfraRtVpcBndlGrp < MO
3765
+ @class_name = 'infra.RtVpcBndlGrp'
3766
+ @ruby_class = 'InfraRtVpcBndlGrp'
3767
+ @prefix = 'rtvpcBndlGrp-'
3768
+ @prefixes = [['rtvpcBndlGrp-', true]]
3769
+ @rn_format = 'rtvpcBndlGrp-[%(tDn)s]'
3770
+ @containers = ['InfraAccBndlGrp']
3771
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
3772
+ @child_classes = []
3773
+ @label = 'Access Node Configuration'
3774
+ @naming_props = ['tDn']
3775
+
3776
+ def rn
3777
+ 'rtvpcBndlGrp-[' << @attributes['tDn'] << ']'
3778
+ end
3779
+ end
3780
+ class InfraSelectorIssues < MO
3781
+ @class_name = 'infra.SelectorIssues'
3782
+ @ruby_class = 'InfraSelectorIssues'
3783
+ @prefix = 'selectorissues'
3784
+ @prefixes = [['selectorissues', false]]
3785
+ @rn_format = 'selectorissues'
3786
+ @containers = ['InfraConnFexS', 'InfraHConnPortS', 'InfraCardS', 'InfraLeafS', 'DhcpNodeGrp', 'InfraConnNodeS', 'MgmtNodeGrp', 'InfraHPortS']
3787
+ @props = ['childAction', 'configQual', 'configSt', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
3788
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'FaultDelegate']
3789
+ @label = 'Access Selector Configuration Issues'
3790
+ @naming_props = []
3791
+
3792
+ def rn
3793
+ 'selectorissues'
3794
+ end
3795
+ end
3796
+ class InfraService < MO
3797
+ @class_name = 'infra.Service'
3798
+ @ruby_class = 'InfraService'
3799
+ @prefix = 'svc-'
3800
+ @prefixes = [['svc-', true]]
3801
+ @rn_format = 'svc-%(id)s'
3802
+ @containers = ['InfraLoNode']
3803
+ @props = ['childAction', 'dn', 'id', 'lcOwn', 'leCnnct', 'leNonOptCnt', 'leNotCnnct', 'modTs', 'monPolDn', 'name', 'rn', 'status']
3804
+ @child_classes = ['FaultInst', 'InfraReplica', 'FaultCounts', 'HealthInst']
3805
+ @label = 'Access Service'
3806
+ @naming_props = ['id']
3807
+
3808
+ def rn
3809
+ 'svc-' << @attributes['id'] << ''
3810
+ end
3811
+ end
3812
+ class InfraStorage < MO
3813
+ @class_name = 'infra.Storage'
3814
+ @ruby_class = 'InfraStorage'
3815
+ @prefix = 'str-'
3816
+ @prefixes = [['str-', true]]
3817
+ @rn_format = 'str-%(name)s'
3818
+ @containers = ['InfraAttEntityP']
3819
+ @props = ['childAction', 'configIssues', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
3820
+ @child_classes = ['FaultInst', 'InfraEpPD', 'FaultCounts', 'HealthInst', 'InfraRsFuncToEpg']
3821
+ @label = 'Access Storage'
3822
+ @naming_props = ['name']
3823
+
3824
+ def rn
3825
+ 'str-' << @attributes['name'] << ''
3826
+ end
3827
+ end
3828
+ class InfraSubsDfltPolicy < MO
3829
+ @class_name = 'infra.SubsDfltPolicy'
3830
+ @ruby_class = 'InfraSubsDfltPolicy'
3831
+ @prefix = 'subsDfltPolicy'
3832
+ @prefixes = [['subsDfltPolicy', false]]
3833
+ @rn_format = 'subsDfltPolicy'
3834
+ @containers = ['InfraInfra']
3835
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'rn', 'status']
3836
+ @child_classes = ['FaultCounts', 'HealthInst', 'InfraRsToErrDisRecoverPol', 'InfraRsToEpLoopProtectP', 'InfraRsToMcpInstPol', 'InfraRsToMcpIfPol']
3837
+ @label = 'Default Policies Subscription'
3838
+ @naming_props = []
3839
+
3840
+ def rn
3841
+ 'subsDfltPolicy'
3842
+ end
3843
+ end
3844
+ class InfraToAInstP < MO
3845
+ @class_name = 'infra.ToAInstP'
3846
+ @ruby_class = 'InfraToAInstP'
3847
+ @prefix = ''
3848
+ @prefixes = []
3849
+ @rn_format = ''
3850
+ @containers = []
3851
+ @props = ['childAction', 'dn', 'forceResolve', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
3852
+ @child_classes = []
3853
+ @label = 'Def Relation to VLAN/VxLAN Pool'
3854
+ @naming_props = []
3855
+
3856
+ def rn
3857
+ ''
3858
+ end
3859
+ end
3860
+ class InfraUsedByEpP < MO
3861
+ @class_name = 'infra.UsedByEpP'
3862
+ @ruby_class = 'InfraUsedByEpP'
3863
+ @prefix = 'eppusage-'
3864
+ @prefixes = [['eppusage-', true]]
3865
+ @rn_format = 'eppusage-[%(eppDn)s]'
3866
+ @containers = ['InfraDomInfo']
3867
+ @props = ['childAction', 'dn', 'eppDn', 'lcOwn', 'modTs', 'rn', 'status']
3868
+ @child_classes = []
3869
+ @label = 'None'
3870
+ @naming_props = ['eppDn']
3871
+
3872
+ def rn
3873
+ 'eppusage-[' << @attributes['eppDn'] << ']'
3874
+ end
3875
+ end
3876
+ class InfraWiNode < MO
3877
+ @class_name = 'infra.WiNode'
3878
+ @ruby_class = 'InfraWiNode'
3879
+ @prefix = 'node-'
3880
+ @prefixes = [['node-', true]]
3881
+ @rn_format = 'node-%(id)s'
3882
+ @containers = ['InfraCont']
3883
+ @props = ['addr', 'adminSt', 'chassis', 'childAction', 'dn', 'health', 'id', 'lcOwn', 'modTs', 'monPolDn', 'mutnTs', 'name', 'nodeName', 'operSt', 'rn', 'status', 'uid']
3884
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst', 'InfraRsFabricNode']
3885
+ @label = 'Cluster Element'
3886
+ @naming_props = ['id']
3887
+
3888
+ def rn
3889
+ 'node-' << @attributes['id'] << ''
3890
+ end
3891
+ end
3892
+
3893
+ end