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
data/lib/acirb/comm.rb ADDED
@@ -0,0 +1,2981 @@
1
+ # auto-generated code
2
+ require 'mo'
3
+ module ACIrb
4
+ class CommComp < MO
5
+ @class_name = 'comm.Comp'
6
+ @ruby_class = 'CommComp'
7
+ @prefix = ''
8
+ @prefixes = []
9
+ @rn_format = ''
10
+ @containers = []
11
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'name', 'port', 'proto', 'rn', 'status']
12
+ @child_classes = []
13
+ @label = 'None'
14
+ @naming_props = []
15
+
16
+ def rn
17
+ ''
18
+ end
19
+ end
20
+ class CommDefinition < MO
21
+ @class_name = 'comm.Definition'
22
+ @ruby_class = 'CommDefinition'
23
+ @prefix = ''
24
+ @prefixes = []
25
+ @rn_format = ''
26
+ @containers = []
27
+ @props = ['childAction', 'descr', 'dn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status']
28
+ @child_classes = ['FaultDelegate']
29
+ @label = 'None'
30
+ @naming_props = []
31
+
32
+ def rn
33
+ ''
34
+ end
35
+ end
36
+ class CommHttp < MO
37
+ @class_name = 'comm.Http'
38
+ @ruby_class = 'CommHttp'
39
+ @prefix = 'http'
40
+ @prefixes = [['http', false]]
41
+ @rn_format = 'http'
42
+ @containers = ['CommPol']
43
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'port', 'proto', 'redirectSt', 'rn', 'status', 'uid']
44
+ @child_classes = ['CommWebProxy']
45
+ @label = 'HTTP Service'
46
+ @naming_props = []
47
+
48
+ def rn
49
+ 'http'
50
+ end
51
+ end
52
+ class CommHttps < MO
53
+ @class_name = 'comm.Https'
54
+ @ruby_class = 'CommHttps'
55
+ @prefix = 'https'
56
+ @prefixes = [['https', false]]
57
+ @rn_format = 'https'
58
+ @containers = ['CommPol']
59
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'port', 'proto', 'rn', 'status', 'uid']
60
+ @child_classes = ['CommRsKeyRing', 'CommWebProxy', 'FaultCounts', 'HealthInst']
61
+ @label = 'HTTP SSL Configuration'
62
+ @naming_props = []
63
+
64
+ def rn
65
+ 'https'
66
+ end
67
+ end
68
+ class CommPol < MO
69
+ @class_name = 'comm.Pol'
70
+ @ruby_class = 'CommPol'
71
+ @prefix = 'comm-'
72
+ @prefixes = [['comm-', true]]
73
+ @rn_format = 'comm-%(name)s'
74
+ @containers = ['FabricInst']
75
+ @props = ['childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'ownerKey', 'ownerTag', 'rn', 'status', 'uid']
76
+ @child_classes = ['FaultCounts', 'HealthInst', 'CommSetup', 'CommHttps', 'CommHttp', 'CommRtCommPol', 'CommSsh', 'CommTelnet', 'CommRtResPol', 'FaultDelegate', 'CommRtPol']
77
+ @label = 'Communication Policy'
78
+ @naming_props = ['name']
79
+
80
+ def rn
81
+ 'comm-' << @attributes['name'] << ''
82
+ end
83
+ end
84
+ class CommRequestCont < MO
85
+ @class_name = 'comm.RequestCont'
86
+ @ruby_class = 'CommRequestCont'
87
+ @prefix = 'reqcont'
88
+ @prefixes = [['reqcont', false]]
89
+ @rn_format = 'reqcont'
90
+ @containers = ['CommWebServer']
91
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status']
92
+ @child_classes = ['CommRequestStatus']
93
+ @label = 'Request status container'
94
+ @naming_props = []
95
+
96
+ def rn
97
+ 'reqcont'
98
+ end
99
+ end
100
+ class CommRequestStatus < MO
101
+ @class_name = 'comm.RequestStatus'
102
+ @ruby_class = 'CommRequestStatus'
103
+ @prefix = 'reqstatus-'
104
+ @prefixes = [['reqstatus-', true]]
105
+ @rn_format = 'reqstatus-%(url)s'
106
+ @containers = ['CommRequestCont']
107
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'name', 'responseCode', 'responseSize', 'responseTime', 'rn', 'startTime', 'status', 'type', 'url']
108
+ @child_classes = []
109
+ @label = 'Request status'
110
+ @naming_props = ['url']
111
+
112
+ def rn
113
+ 'reqstatus-' << @attributes['url'] << ''
114
+ end
115
+ end
116
+ class CommRsKeyRing < MO
117
+ @class_name = 'comm.RsKeyRing'
118
+ @ruby_class = 'CommRsKeyRing'
119
+ @prefix = 'rsKeyRing'
120
+ @prefixes = [['rsKeyRing', false]]
121
+ @rn_format = 'rsKeyRing'
122
+ @containers = ['CommHttps']
123
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'monPolDn', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tContextDn', 'tDn', 'tRn', 'tType', 'tnPkiKeyRingName', 'uid']
124
+ @child_classes = ['FaultInst', 'FaultCounts', 'HealthInst']
125
+ @label = 'Key Ring'
126
+ @naming_props = []
127
+
128
+ def rn
129
+ 'rsKeyRing'
130
+ end
131
+ end
132
+ class CommRsWebCommDefault < MO
133
+ @class_name = 'comm.RsWebCommDefault'
134
+ @ruby_class = 'CommRsWebCommDefault'
135
+ @prefix = 'rswebCommDefault'
136
+ @prefixes = [['rswebCommDefault', false]]
137
+ @rn_format = 'rswebCommDefault'
138
+ @containers = ['CommWebPolCont']
139
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
140
+ @child_classes = []
141
+ @label = 'Communication Policy'
142
+ @naming_props = []
143
+
144
+ def rn
145
+ 'rswebCommDefault'
146
+ end
147
+ end
148
+ class CommRsWebCommPolRel < MO
149
+ @class_name = 'comm.RsWebCommPolRel'
150
+ @ruby_class = 'CommRsWebCommPolRel'
151
+ @prefix = 'rswebCommPolRel-'
152
+ @prefixes = [['rswebCommPolRel-', true]]
153
+ @rn_format = 'rswebCommPolRel-[%(tDn)s]'
154
+ @containers = ['CommWebPolCont']
155
+ @props = ['childAction', 'dn', 'forceResolve', 'lcOwn', 'modTs', 'rType', 'rn', 'state', 'stateQual', 'status', 'tCl', 'tDn', 'tType']
156
+ @child_classes = []
157
+ @label = 'Communication Policy'
158
+ @naming_props = ['tDn']
159
+
160
+ def rn
161
+ 'rswebCommPolRel-[' << @attributes['tDn'] << ']'
162
+ end
163
+ end
164
+ class CommRtCommPol < MO
165
+ @class_name = 'comm.RtCommPol'
166
+ @ruby_class = 'CommRtCommPol'
167
+ @prefix = 'rtfabricCommPol-'
168
+ @prefixes = [['rtfabricCommPol-', true]]
169
+ @rn_format = 'rtfabricCommPol-[%(tDn)s]'
170
+ @containers = ['CommPol']
171
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
172
+ @child_classes = []
173
+ @label = 'POD Policy Group'
174
+ @naming_props = ['tDn']
175
+
176
+ def rn
177
+ 'rtfabricCommPol-[' << @attributes['tDn'] << ']'
178
+ end
179
+ end
180
+ class CommRtPol < MO
181
+ @class_name = 'comm.RtPol'
182
+ @ruby_class = 'CommRtPol'
183
+ @prefix = 'rtaaaPol-'
184
+ @prefixes = [['rtaaaPol-', true]]
185
+ @rn_format = 'rtaaaPol-[%(tDn)s]'
186
+ @containers = ['CommPol']
187
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
188
+ @child_classes = []
189
+ @label = 'Security Relations Holder'
190
+ @naming_props = ['tDn']
191
+
192
+ def rn
193
+ 'rtaaaPol-[' << @attributes['tDn'] << ']'
194
+ end
195
+ end
196
+ class CommRtResPol < MO
197
+ @class_name = 'comm.RtResPol'
198
+ @ruby_class = 'CommRtResPol'
199
+ @prefix = 'rtfabricResPol-'
200
+ @prefixes = [['rtfabricResPol-', true]]
201
+ @rn_format = 'rtfabricResPol-[%(tDn)s]'
202
+ @containers = ['CommPol']
203
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
204
+ @child_classes = []
205
+ @label = 'Fabric Security Realtion Holder'
206
+ @naming_props = ['tDn']
207
+
208
+ def rn
209
+ 'rtfabricResPol-[' << @attributes['tDn'] << ']'
210
+ end
211
+ end
212
+ class CommRtWebCommDefault < MO
213
+ @class_name = 'comm.RtWebCommDefault'
214
+ @ruby_class = 'CommRtWebCommDefault'
215
+ @prefix = 'rtwebCommDefault-'
216
+ @prefixes = [['rtwebCommDefault-', true]]
217
+ @rn_format = 'rtwebCommDefault-[%(tDn)s]'
218
+ @containers = ['CommPol']
219
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
220
+ @child_classes = []
221
+ @label = 'Container for communication policies'
222
+ @naming_props = ['tDn']
223
+
224
+ def rn
225
+ 'rtwebCommDefault-[' << @attributes['tDn'] << ']'
226
+ end
227
+ end
228
+ class CommRtWebCommPolRel < MO
229
+ @class_name = 'comm.RtWebCommPolRel'
230
+ @ruby_class = 'CommRtWebCommPolRel'
231
+ @prefix = 'rtwebCommPolRel'
232
+ @prefixes = [['rtwebCommPolRel', false]]
233
+ @rn_format = 'rtwebCommPolRel'
234
+ @containers = ['CommPol']
235
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
236
+ @child_classes = []
237
+ @label = 'Container for communication policies'
238
+ @naming_props = []
239
+
240
+ def rn
241
+ 'rtwebCommPolRel'
242
+ end
243
+ end
244
+ class CommRtWebPolRel < MO
245
+ @class_name = 'comm.RtWebPolRel'
246
+ @ruby_class = 'CommRtWebPolRel'
247
+ @prefix = 'rtpolWebPolRel-'
248
+ @prefixes = [['rtpolWebPolRel-', true]]
249
+ @rn_format = 'rtpolWebPolRel-[%(tDn)s]'
250
+ @containers = ['CommWebPolCont']
251
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status', 'tCl', 'tDn']
252
+ @child_classes = []
253
+ @label = 'Relation Holder'
254
+ @naming_props = ['tDn']
255
+
256
+ def rn
257
+ 'rtpolWebPolRel-[' << @attributes['tDn'] << ']'
258
+ end
259
+ end
260
+ class CommSetup < MO
261
+ @class_name = 'comm.Setup'
262
+ @ruby_class = 'CommSetup'
263
+ @prefix = 'setup'
264
+ @prefixes = [['setup', false]]
265
+ @rn_format = 'setup'
266
+ @containers = ['CommPol']
267
+ @props = ['childAction', 'debugExpiration', 'dn', 'lcOwn', 'modTs', 'restTimeout', 'rn', 'status', 'uid']
268
+ @child_classes = []
269
+ @label = 'Communication Setup'
270
+ @naming_props = []
271
+
272
+ def rn
273
+ 'setup'
274
+ end
275
+ end
276
+ class CommShell < MO
277
+ @class_name = 'comm.Shell'
278
+ @ruby_class = 'CommShell'
279
+ @prefix = ''
280
+ @prefixes = []
281
+ @rn_format = ''
282
+ @containers = []
283
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'name', 'port', 'proto', 'rn', 'status']
284
+ @child_classes = []
285
+ @label = 'Shell Service'
286
+ @naming_props = []
287
+
288
+ def rn
289
+ ''
290
+ end
291
+ end
292
+ class CommSsh < MO
293
+ @class_name = 'comm.Ssh'
294
+ @ruby_class = 'CommSsh'
295
+ @prefix = 'ssh'
296
+ @prefixes = [['ssh', false]]
297
+ @rn_format = 'ssh'
298
+ @containers = ['CommPol']
299
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'port', 'proto', 'rn', 'status', 'uid']
300
+ @child_classes = []
301
+ @label = 'Ssh Service'
302
+ @naming_props = []
303
+
304
+ def rn
305
+ 'ssh'
306
+ end
307
+ end
308
+ class CommTelnet < MO
309
+ @class_name = 'comm.Telnet'
310
+ @ruby_class = 'CommTelnet'
311
+ @prefix = 'telnet'
312
+ @prefixes = [['telnet', false]]
313
+ @rn_format = 'telnet'
314
+ @containers = ['CommPol']
315
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'lcOwn', 'modTs', 'name', 'port', 'proto', 'rn', 'status', 'uid']
316
+ @child_classes = []
317
+ @label = 'Telnet Service'
318
+ @naming_props = []
319
+
320
+ def rn
321
+ 'telnet'
322
+ end
323
+ end
324
+ class CommWeb < MO
325
+ @class_name = 'comm.Web'
326
+ @ruby_class = 'CommWeb'
327
+ @prefix = ''
328
+ @prefixes = []
329
+ @rn_format = ''
330
+ @containers = []
331
+ @props = ['adminSt', 'childAction', 'descr', 'dn', 'name', 'port', 'proto', 'rn', 'status']
332
+ @child_classes = ['CommWebProxy']
333
+ @label = 'None'
334
+ @naming_props = []
335
+
336
+ def rn
337
+ ''
338
+ end
339
+ end
340
+ class CommWebConn < MO
341
+ @class_name = 'comm.WebConn'
342
+ @ruby_class = 'CommWebConn'
343
+ @prefix = ''
344
+ @prefixes = []
345
+ @rn_format = ''
346
+ @containers = []
347
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
348
+ @child_classes = []
349
+ @label = 'current web connections stats'
350
+ @naming_props = []
351
+
352
+ def rn
353
+ ''
354
+ end
355
+ end
356
+ class CommWebConn15min < MO
357
+ @class_name = 'comm.WebConn15min'
358
+ @ruby_class = 'CommWebConn15min'
359
+ @prefix = 'CDcommWebConn15min'
360
+ @prefixes = [['CDcommWebConn15min', false]]
361
+ @rn_format = 'CDcommWebConn15min'
362
+ @containers = ['CommWebServer']
363
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
364
+ @child_classes = []
365
+ @label = 'current web connections stats in 15 minute'
366
+ @naming_props = []
367
+
368
+ def rn
369
+ 'CDcommWebConn15min'
370
+ end
371
+ end
372
+ class CommWebConn1d < MO
373
+ @class_name = 'comm.WebConn1d'
374
+ @ruby_class = 'CommWebConn1d'
375
+ @prefix = 'CDcommWebConn1d'
376
+ @prefixes = [['CDcommWebConn1d', false]]
377
+ @rn_format = 'CDcommWebConn1d'
378
+ @containers = ['CommWebServer']
379
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
380
+ @child_classes = []
381
+ @label = 'current web connections stats in 1 day'
382
+ @naming_props = []
383
+
384
+ def rn
385
+ 'CDcommWebConn1d'
386
+ end
387
+ end
388
+ class CommWebConn1h < MO
389
+ @class_name = 'comm.WebConn1h'
390
+ @ruby_class = 'CommWebConn1h'
391
+ @prefix = 'CDcommWebConn1h'
392
+ @prefixes = [['CDcommWebConn1h', false]]
393
+ @rn_format = 'CDcommWebConn1h'
394
+ @containers = ['CommWebServer']
395
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
396
+ @child_classes = []
397
+ @label = 'current web connections stats in 1 hour'
398
+ @naming_props = []
399
+
400
+ def rn
401
+ 'CDcommWebConn1h'
402
+ end
403
+ end
404
+ class CommWebConn1mo < MO
405
+ @class_name = 'comm.WebConn1mo'
406
+ @ruby_class = 'CommWebConn1mo'
407
+ @prefix = 'CDcommWebConn1mo'
408
+ @prefixes = [['CDcommWebConn1mo', false]]
409
+ @rn_format = 'CDcommWebConn1mo'
410
+ @containers = ['CommWebServer']
411
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
412
+ @child_classes = []
413
+ @label = 'current web connections stats in 1 month'
414
+ @naming_props = []
415
+
416
+ def rn
417
+ 'CDcommWebConn1mo'
418
+ end
419
+ end
420
+ class CommWebConn1qtr < MO
421
+ @class_name = 'comm.WebConn1qtr'
422
+ @ruby_class = 'CommWebConn1qtr'
423
+ @prefix = 'CDcommWebConn1qtr'
424
+ @prefixes = [['CDcommWebConn1qtr', false]]
425
+ @rn_format = 'CDcommWebConn1qtr'
426
+ @containers = ['CommWebServer']
427
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
428
+ @child_classes = []
429
+ @label = 'current web connections stats in 1 quarter'
430
+ @naming_props = []
431
+
432
+ def rn
433
+ 'CDcommWebConn1qtr'
434
+ end
435
+ end
436
+ class CommWebConn1w < MO
437
+ @class_name = 'comm.WebConn1w'
438
+ @ruby_class = 'CommWebConn1w'
439
+ @prefix = 'CDcommWebConn1w'
440
+ @prefixes = [['CDcommWebConn1w', false]]
441
+ @rn_format = 'CDcommWebConn1w'
442
+ @containers = ['CommWebServer']
443
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
444
+ @child_classes = []
445
+ @label = 'current web connections stats in 1 week'
446
+ @naming_props = []
447
+
448
+ def rn
449
+ 'CDcommWebConn1w'
450
+ end
451
+ end
452
+ class CommWebConn1year < MO
453
+ @class_name = 'comm.WebConn1year'
454
+ @ruby_class = 'CommWebConn1year'
455
+ @prefix = 'CDcommWebConn1year'
456
+ @prefixes = [['CDcommWebConn1year', false]]
457
+ @rn_format = 'CDcommWebConn1year'
458
+ @containers = ['CommWebServer']
459
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
460
+ @child_classes = []
461
+ @label = 'current web connections stats in 1 year'
462
+ @naming_props = []
463
+
464
+ def rn
465
+ 'CDcommWebConn1year'
466
+ end
467
+ end
468
+ class CommWebConn5min < MO
469
+ @class_name = 'comm.WebConn5min'
470
+ @ruby_class = 'CommWebConn5min'
471
+ @prefix = 'CDcommWebConn5min'
472
+ @prefixes = [['CDcommWebConn5min', false]]
473
+ @rn_format = 'CDcommWebConn5min'
474
+ @containers = ['CommWebServer']
475
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
476
+ @child_classes = []
477
+ @label = 'current web connections stats in 5 minute'
478
+ @naming_props = []
479
+
480
+ def rn
481
+ 'CDcommWebConn5min'
482
+ end
483
+ end
484
+ class CommWebConnAg < MO
485
+ @class_name = 'comm.WebConnAg'
486
+ @ruby_class = 'CommWebConnAg'
487
+ @prefix = ''
488
+ @prefixes = []
489
+ @rn_format = ''
490
+ @containers = []
491
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
492
+ @child_classes = []
493
+ @label = 'current aggregated web connections stats'
494
+ @naming_props = []
495
+
496
+ def rn
497
+ ''
498
+ end
499
+ end
500
+ class CommWebConnAg15min < MO
501
+ @class_name = 'comm.WebConnAg15min'
502
+ @ruby_class = 'CommWebConnAg15min'
503
+ @prefix = 'CDcommWebConnAg15min'
504
+ @prefixes = [['CDcommWebConnAg15min', false]]
505
+ @rn_format = 'CDcommWebConnAg15min'
506
+ @containers = ['CommHttps', 'CommHttp']
507
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
508
+ @child_classes = []
509
+ @label = 'current aggregated web connections stats in 15 minute'
510
+ @naming_props = []
511
+
512
+ def rn
513
+ 'CDcommWebConnAg15min'
514
+ end
515
+ end
516
+ class CommWebConnAg1d < MO
517
+ @class_name = 'comm.WebConnAg1d'
518
+ @ruby_class = 'CommWebConnAg1d'
519
+ @prefix = 'CDcommWebConnAg1d'
520
+ @prefixes = [['CDcommWebConnAg1d', false]]
521
+ @rn_format = 'CDcommWebConnAg1d'
522
+ @containers = ['CommHttps', 'CommHttp']
523
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
524
+ @child_classes = []
525
+ @label = 'current aggregated web connections stats in 1 day'
526
+ @naming_props = []
527
+
528
+ def rn
529
+ 'CDcommWebConnAg1d'
530
+ end
531
+ end
532
+ class CommWebConnAg1h < MO
533
+ @class_name = 'comm.WebConnAg1h'
534
+ @ruby_class = 'CommWebConnAg1h'
535
+ @prefix = 'CDcommWebConnAg1h'
536
+ @prefixes = [['CDcommWebConnAg1h', false]]
537
+ @rn_format = 'CDcommWebConnAg1h'
538
+ @containers = ['CommHttps', 'CommHttp']
539
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
540
+ @child_classes = []
541
+ @label = 'current aggregated web connections stats in 1 hour'
542
+ @naming_props = []
543
+
544
+ def rn
545
+ 'CDcommWebConnAg1h'
546
+ end
547
+ end
548
+ class CommWebConnAg1mo < MO
549
+ @class_name = 'comm.WebConnAg1mo'
550
+ @ruby_class = 'CommWebConnAg1mo'
551
+ @prefix = 'CDcommWebConnAg1mo'
552
+ @prefixes = [['CDcommWebConnAg1mo', false]]
553
+ @rn_format = 'CDcommWebConnAg1mo'
554
+ @containers = ['CommHttps', 'CommHttp']
555
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
556
+ @child_classes = []
557
+ @label = 'current aggregated web connections stats in 1 month'
558
+ @naming_props = []
559
+
560
+ def rn
561
+ 'CDcommWebConnAg1mo'
562
+ end
563
+ end
564
+ class CommWebConnAg1qtr < MO
565
+ @class_name = 'comm.WebConnAg1qtr'
566
+ @ruby_class = 'CommWebConnAg1qtr'
567
+ @prefix = 'CDcommWebConnAg1qtr'
568
+ @prefixes = [['CDcommWebConnAg1qtr', false]]
569
+ @rn_format = 'CDcommWebConnAg1qtr'
570
+ @containers = ['CommHttps', 'CommHttp']
571
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
572
+ @child_classes = []
573
+ @label = 'current aggregated web connections stats in 1 quarter'
574
+ @naming_props = []
575
+
576
+ def rn
577
+ 'CDcommWebConnAg1qtr'
578
+ end
579
+ end
580
+ class CommWebConnAg1w < MO
581
+ @class_name = 'comm.WebConnAg1w'
582
+ @ruby_class = 'CommWebConnAg1w'
583
+ @prefix = 'CDcommWebConnAg1w'
584
+ @prefixes = [['CDcommWebConnAg1w', false]]
585
+ @rn_format = 'CDcommWebConnAg1w'
586
+ @containers = ['CommHttps', 'CommHttp']
587
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
588
+ @child_classes = []
589
+ @label = 'current aggregated web connections stats in 1 week'
590
+ @naming_props = []
591
+
592
+ def rn
593
+ 'CDcommWebConnAg1w'
594
+ end
595
+ end
596
+ class CommWebConnAg1year < MO
597
+ @class_name = 'comm.WebConnAg1year'
598
+ @ruby_class = 'CommWebConnAg1year'
599
+ @prefix = 'CDcommWebConnAg1year'
600
+ @prefixes = [['CDcommWebConnAg1year', false]]
601
+ @rn_format = 'CDcommWebConnAg1year'
602
+ @containers = ['CommHttps', 'CommHttp']
603
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
604
+ @child_classes = []
605
+ @label = 'current aggregated web connections stats in 1 year'
606
+ @naming_props = []
607
+
608
+ def rn
609
+ 'CDcommWebConnAg1year'
610
+ end
611
+ end
612
+ class CommWebConnAg5min < MO
613
+ @class_name = 'comm.WebConnAg5min'
614
+ @ruby_class = 'CommWebConnAg5min'
615
+ @prefix = 'CDcommWebConnAg5min'
616
+ @prefixes = [['CDcommWebConnAg5min', false]]
617
+ @rn_format = 'CDcommWebConnAg5min'
618
+ @containers = []
619
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
620
+ @child_classes = []
621
+ @label = 'current aggregated web connections stats in 5 minute'
622
+ @naming_props = []
623
+
624
+ def rn
625
+ 'CDcommWebConnAg5min'
626
+ end
627
+ end
628
+ class CommWebConnAgHist < MO
629
+ @class_name = 'comm.WebConnAgHist'
630
+ @ruby_class = 'CommWebConnAgHist'
631
+ @prefix = ''
632
+ @prefixes = []
633
+ @rn_format = ''
634
+ @containers = []
635
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
636
+ @child_classes = []
637
+ @label = 'historical aggregated web connections stats'
638
+ @naming_props = []
639
+
640
+ def rn
641
+ ''
642
+ end
643
+ end
644
+ class CommWebConnAgHist15min < MO
645
+ @class_name = 'comm.WebConnAgHist15min'
646
+ @ruby_class = 'CommWebConnAgHist15min'
647
+ @prefix = 'HDcommWebConnAg15min-'
648
+ @prefixes = [['HDcommWebConnAg15min-', true]]
649
+ @rn_format = 'HDcommWebConnAg15min-%(index)s'
650
+ @containers = ['CommHttps', 'CommHttp']
651
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
652
+ @child_classes = []
653
+ @label = 'historical aggregated web connections stats in 15 minute'
654
+ @naming_props = ['index']
655
+
656
+ def rn
657
+ 'HDcommWebConnAg15min-' << @attributes['index'] << ''
658
+ end
659
+ end
660
+ class CommWebConnAgHist1d < MO
661
+ @class_name = 'comm.WebConnAgHist1d'
662
+ @ruby_class = 'CommWebConnAgHist1d'
663
+ @prefix = 'HDcommWebConnAg1d-'
664
+ @prefixes = [['HDcommWebConnAg1d-', true]]
665
+ @rn_format = 'HDcommWebConnAg1d-%(index)s'
666
+ @containers = ['CommHttps', 'CommHttp']
667
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
668
+ @child_classes = []
669
+ @label = 'historical aggregated web connections stats in 1 day'
670
+ @naming_props = ['index']
671
+
672
+ def rn
673
+ 'HDcommWebConnAg1d-' << @attributes['index'] << ''
674
+ end
675
+ end
676
+ class CommWebConnAgHist1h < MO
677
+ @class_name = 'comm.WebConnAgHist1h'
678
+ @ruby_class = 'CommWebConnAgHist1h'
679
+ @prefix = 'HDcommWebConnAg1h-'
680
+ @prefixes = [['HDcommWebConnAg1h-', true]]
681
+ @rn_format = 'HDcommWebConnAg1h-%(index)s'
682
+ @containers = ['CommHttps', 'CommHttp']
683
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
684
+ @child_classes = []
685
+ @label = 'historical aggregated web connections stats in 1 hour'
686
+ @naming_props = ['index']
687
+
688
+ def rn
689
+ 'HDcommWebConnAg1h-' << @attributes['index'] << ''
690
+ end
691
+ end
692
+ class CommWebConnAgHist1mo < MO
693
+ @class_name = 'comm.WebConnAgHist1mo'
694
+ @ruby_class = 'CommWebConnAgHist1mo'
695
+ @prefix = 'HDcommWebConnAg1mo-'
696
+ @prefixes = [['HDcommWebConnAg1mo-', true]]
697
+ @rn_format = 'HDcommWebConnAg1mo-%(index)s'
698
+ @containers = ['CommHttps', 'CommHttp']
699
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
700
+ @child_classes = []
701
+ @label = 'historical aggregated web connections stats in 1 month'
702
+ @naming_props = ['index']
703
+
704
+ def rn
705
+ 'HDcommWebConnAg1mo-' << @attributes['index'] << ''
706
+ end
707
+ end
708
+ class CommWebConnAgHist1qtr < MO
709
+ @class_name = 'comm.WebConnAgHist1qtr'
710
+ @ruby_class = 'CommWebConnAgHist1qtr'
711
+ @prefix = 'HDcommWebConnAg1qtr-'
712
+ @prefixes = [['HDcommWebConnAg1qtr-', true]]
713
+ @rn_format = 'HDcommWebConnAg1qtr-%(index)s'
714
+ @containers = ['CommHttps', 'CommHttp']
715
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
716
+ @child_classes = []
717
+ @label = 'historical aggregated web connections stats in 1 quarter'
718
+ @naming_props = ['index']
719
+
720
+ def rn
721
+ 'HDcommWebConnAg1qtr-' << @attributes['index'] << ''
722
+ end
723
+ end
724
+ class CommWebConnAgHist1w < MO
725
+ @class_name = 'comm.WebConnAgHist1w'
726
+ @ruby_class = 'CommWebConnAgHist1w'
727
+ @prefix = 'HDcommWebConnAg1w-'
728
+ @prefixes = [['HDcommWebConnAg1w-', true]]
729
+ @rn_format = 'HDcommWebConnAg1w-%(index)s'
730
+ @containers = ['CommHttps', 'CommHttp']
731
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
732
+ @child_classes = []
733
+ @label = 'historical aggregated web connections stats in 1 week'
734
+ @naming_props = ['index']
735
+
736
+ def rn
737
+ 'HDcommWebConnAg1w-' << @attributes['index'] << ''
738
+ end
739
+ end
740
+ class CommWebConnAgHist1year < MO
741
+ @class_name = 'comm.WebConnAgHist1year'
742
+ @ruby_class = 'CommWebConnAgHist1year'
743
+ @prefix = 'HDcommWebConnAg1year-'
744
+ @prefixes = [['HDcommWebConnAg1year-', true]]
745
+ @rn_format = 'HDcommWebConnAg1year-%(index)s'
746
+ @containers = ['CommHttps', 'CommHttp']
747
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
748
+ @child_classes = []
749
+ @label = 'historical aggregated web connections stats in 1 year'
750
+ @naming_props = ['index']
751
+
752
+ def rn
753
+ 'HDcommWebConnAg1year-' << @attributes['index'] << ''
754
+ end
755
+ end
756
+ class CommWebConnAgHist5min < MO
757
+ @class_name = 'comm.WebConnAgHist5min'
758
+ @ruby_class = 'CommWebConnAgHist5min'
759
+ @prefix = 'HDcommWebConnAg5min-'
760
+ @prefixes = [['HDcommWebConnAg5min-', true]]
761
+ @rn_format = 'HDcommWebConnAg5min-%(index)s'
762
+ @containers = []
763
+ @props = ['acceptedCum', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'childAction', 'cnt', 'dn', 'handledCum', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
764
+ @child_classes = []
765
+ @label = 'historical aggregated web connections stats in 5 minute'
766
+ @naming_props = ['index']
767
+
768
+ def rn
769
+ 'HDcommWebConnAg5min-' << @attributes['index'] << ''
770
+ end
771
+ end
772
+ class CommWebConnHist < MO
773
+ @class_name = 'comm.WebConnHist'
774
+ @ruby_class = 'CommWebConnHist'
775
+ @prefix = ''
776
+ @prefixes = []
777
+ @rn_format = ''
778
+ @containers = []
779
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
780
+ @child_classes = []
781
+ @label = 'historical web connections stats'
782
+ @naming_props = []
783
+
784
+ def rn
785
+ ''
786
+ end
787
+ end
788
+ class CommWebConnHist15min < MO
789
+ @class_name = 'comm.WebConnHist15min'
790
+ @ruby_class = 'CommWebConnHist15min'
791
+ @prefix = 'HDcommWebConn15min-'
792
+ @prefixes = [['HDcommWebConn15min-', true]]
793
+ @rn_format = 'HDcommWebConn15min-%(index)s'
794
+ @containers = ['CommWebServer']
795
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
796
+ @child_classes = []
797
+ @label = 'historical web connections stats in 15 minute'
798
+ @naming_props = ['index']
799
+
800
+ def rn
801
+ 'HDcommWebConn15min-' << @attributes['index'] << ''
802
+ end
803
+ end
804
+ class CommWebConnHist1d < MO
805
+ @class_name = 'comm.WebConnHist1d'
806
+ @ruby_class = 'CommWebConnHist1d'
807
+ @prefix = 'HDcommWebConn1d-'
808
+ @prefixes = [['HDcommWebConn1d-', true]]
809
+ @rn_format = 'HDcommWebConn1d-%(index)s'
810
+ @containers = ['CommWebServer']
811
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
812
+ @child_classes = []
813
+ @label = 'historical web connections stats in 1 day'
814
+ @naming_props = ['index']
815
+
816
+ def rn
817
+ 'HDcommWebConn1d-' << @attributes['index'] << ''
818
+ end
819
+ end
820
+ class CommWebConnHist1h < MO
821
+ @class_name = 'comm.WebConnHist1h'
822
+ @ruby_class = 'CommWebConnHist1h'
823
+ @prefix = 'HDcommWebConn1h-'
824
+ @prefixes = [['HDcommWebConn1h-', true]]
825
+ @rn_format = 'HDcommWebConn1h-%(index)s'
826
+ @containers = ['CommWebServer']
827
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
828
+ @child_classes = []
829
+ @label = 'historical web connections stats in 1 hour'
830
+ @naming_props = ['index']
831
+
832
+ def rn
833
+ 'HDcommWebConn1h-' << @attributes['index'] << ''
834
+ end
835
+ end
836
+ class CommWebConnHist1mo < MO
837
+ @class_name = 'comm.WebConnHist1mo'
838
+ @ruby_class = 'CommWebConnHist1mo'
839
+ @prefix = 'HDcommWebConn1mo-'
840
+ @prefixes = [['HDcommWebConn1mo-', true]]
841
+ @rn_format = 'HDcommWebConn1mo-%(index)s'
842
+ @containers = ['CommWebServer']
843
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
844
+ @child_classes = []
845
+ @label = 'historical web connections stats in 1 month'
846
+ @naming_props = ['index']
847
+
848
+ def rn
849
+ 'HDcommWebConn1mo-' << @attributes['index'] << ''
850
+ end
851
+ end
852
+ class CommWebConnHist1qtr < MO
853
+ @class_name = 'comm.WebConnHist1qtr'
854
+ @ruby_class = 'CommWebConnHist1qtr'
855
+ @prefix = 'HDcommWebConn1qtr-'
856
+ @prefixes = [['HDcommWebConn1qtr-', true]]
857
+ @rn_format = 'HDcommWebConn1qtr-%(index)s'
858
+ @containers = ['CommWebServer']
859
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
860
+ @child_classes = []
861
+ @label = 'historical web connections stats in 1 quarter'
862
+ @naming_props = ['index']
863
+
864
+ def rn
865
+ 'HDcommWebConn1qtr-' << @attributes['index'] << ''
866
+ end
867
+ end
868
+ class CommWebConnHist1w < MO
869
+ @class_name = 'comm.WebConnHist1w'
870
+ @ruby_class = 'CommWebConnHist1w'
871
+ @prefix = 'HDcommWebConn1w-'
872
+ @prefixes = [['HDcommWebConn1w-', true]]
873
+ @rn_format = 'HDcommWebConn1w-%(index)s'
874
+ @containers = ['CommWebServer']
875
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
876
+ @child_classes = []
877
+ @label = 'historical web connections stats in 1 week'
878
+ @naming_props = ['index']
879
+
880
+ def rn
881
+ 'HDcommWebConn1w-' << @attributes['index'] << ''
882
+ end
883
+ end
884
+ class CommWebConnHist1year < MO
885
+ @class_name = 'comm.WebConnHist1year'
886
+ @ruby_class = 'CommWebConnHist1year'
887
+ @prefix = 'HDcommWebConn1year-'
888
+ @prefixes = [['HDcommWebConn1year-', true]]
889
+ @rn_format = 'HDcommWebConn1year-%(index)s'
890
+ @containers = ['CommWebServer']
891
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
892
+ @child_classes = []
893
+ @label = 'historical web connections stats in 1 year'
894
+ @naming_props = ['index']
895
+
896
+ def rn
897
+ 'HDcommWebConn1year-' << @attributes['index'] << ''
898
+ end
899
+ end
900
+ class CommWebConnHist5min < MO
901
+ @class_name = 'comm.WebConnHist5min'
902
+ @ruby_class = 'CommWebConnHist5min'
903
+ @prefix = 'HDcommWebConn5min-'
904
+ @prefixes = [['HDcommWebConn5min-', true]]
905
+ @rn_format = 'HDcommWebConn5min-%(index)s'
906
+ @containers = ['CommWebServer']
907
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
908
+ @child_classes = []
909
+ @label = 'historical web connections stats in 5 minute'
910
+ @naming_props = ['index']
911
+
912
+ def rn
913
+ 'HDcommWebConn5min-' << @attributes['index'] << ''
914
+ end
915
+ end
916
+ class CommWebConnPart < MO
917
+ @class_name = 'comm.WebConnPart'
918
+ @ruby_class = 'CommWebConnPart'
919
+ @prefix = ''
920
+ @prefixes = []
921
+ @rn_format = ''
922
+ @containers = []
923
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
924
+ @child_classes = []
925
+ @label = 'current portion of the web connections stats'
926
+ @naming_props = []
927
+
928
+ def rn
929
+ ''
930
+ end
931
+ end
932
+ class CommWebConnPart15min < MO
933
+ @class_name = 'comm.WebConnPart15min'
934
+ @ruby_class = 'CommWebConnPart15min'
935
+ @prefix = 'CDcommWebConnPart15min-'
936
+ @prefixes = [['CDcommWebConnPart15min-', true]]
937
+ @rn_format = 'CDcommWebConnPart15min-%(nodeId)s'
938
+ @containers = []
939
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
940
+ @child_classes = []
941
+ @label = 'current portion of the web connections stats in 15 minute'
942
+ @naming_props = ['nodeId']
943
+
944
+ def rn
945
+ 'CDcommWebConnPart15min-' << @attributes['nodeId'] << ''
946
+ end
947
+ end
948
+ class CommWebConnPart1d < MO
949
+ @class_name = 'comm.WebConnPart1d'
950
+ @ruby_class = 'CommWebConnPart1d'
951
+ @prefix = 'CDcommWebConnPart1d-'
952
+ @prefixes = [['CDcommWebConnPart1d-', true]]
953
+ @rn_format = 'CDcommWebConnPart1d-%(nodeId)s'
954
+ @containers = []
955
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
956
+ @child_classes = []
957
+ @label = 'current portion of the web connections stats in 1 day'
958
+ @naming_props = ['nodeId']
959
+
960
+ def rn
961
+ 'CDcommWebConnPart1d-' << @attributes['nodeId'] << ''
962
+ end
963
+ end
964
+ class CommWebConnPart1h < MO
965
+ @class_name = 'comm.WebConnPart1h'
966
+ @ruby_class = 'CommWebConnPart1h'
967
+ @prefix = 'CDcommWebConnPart1h-'
968
+ @prefixes = [['CDcommWebConnPart1h-', true]]
969
+ @rn_format = 'CDcommWebConnPart1h-%(nodeId)s'
970
+ @containers = []
971
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
972
+ @child_classes = []
973
+ @label = 'current portion of the web connections stats in 1 hour'
974
+ @naming_props = ['nodeId']
975
+
976
+ def rn
977
+ 'CDcommWebConnPart1h-' << @attributes['nodeId'] << ''
978
+ end
979
+ end
980
+ class CommWebConnPart1mo < MO
981
+ @class_name = 'comm.WebConnPart1mo'
982
+ @ruby_class = 'CommWebConnPart1mo'
983
+ @prefix = 'CDcommWebConnPart1mo-'
984
+ @prefixes = [['CDcommWebConnPart1mo-', true]]
985
+ @rn_format = 'CDcommWebConnPart1mo-%(nodeId)s'
986
+ @containers = []
987
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
988
+ @child_classes = []
989
+ @label = 'current portion of the web connections stats in 1 month'
990
+ @naming_props = ['nodeId']
991
+
992
+ def rn
993
+ 'CDcommWebConnPart1mo-' << @attributes['nodeId'] << ''
994
+ end
995
+ end
996
+ class CommWebConnPart1qtr < MO
997
+ @class_name = 'comm.WebConnPart1qtr'
998
+ @ruby_class = 'CommWebConnPart1qtr'
999
+ @prefix = 'CDcommWebConnPart1qtr-'
1000
+ @prefixes = [['CDcommWebConnPart1qtr-', true]]
1001
+ @rn_format = 'CDcommWebConnPart1qtr-%(nodeId)s'
1002
+ @containers = []
1003
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1004
+ @child_classes = []
1005
+ @label = 'current portion of the web connections stats in 1 quarter'
1006
+ @naming_props = ['nodeId']
1007
+
1008
+ def rn
1009
+ 'CDcommWebConnPart1qtr-' << @attributes['nodeId'] << ''
1010
+ end
1011
+ end
1012
+ class CommWebConnPart1w < MO
1013
+ @class_name = 'comm.WebConnPart1w'
1014
+ @ruby_class = 'CommWebConnPart1w'
1015
+ @prefix = 'CDcommWebConnPart1w-'
1016
+ @prefixes = [['CDcommWebConnPart1w-', true]]
1017
+ @rn_format = 'CDcommWebConnPart1w-%(nodeId)s'
1018
+ @containers = []
1019
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1020
+ @child_classes = []
1021
+ @label = 'current portion of the web connections stats in 1 week'
1022
+ @naming_props = ['nodeId']
1023
+
1024
+ def rn
1025
+ 'CDcommWebConnPart1w-' << @attributes['nodeId'] << ''
1026
+ end
1027
+ end
1028
+ class CommWebConnPart1year < MO
1029
+ @class_name = 'comm.WebConnPart1year'
1030
+ @ruby_class = 'CommWebConnPart1year'
1031
+ @prefix = 'CDcommWebConnPart1year-'
1032
+ @prefixes = [['CDcommWebConnPart1year-', true]]
1033
+ @rn_format = 'CDcommWebConnPart1year-%(nodeId)s'
1034
+ @containers = []
1035
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1036
+ @child_classes = []
1037
+ @label = 'current portion of the web connections stats in 1 year'
1038
+ @naming_props = ['nodeId']
1039
+
1040
+ def rn
1041
+ 'CDcommWebConnPart1year-' << @attributes['nodeId'] << ''
1042
+ end
1043
+ end
1044
+ class CommWebConnPart5min < MO
1045
+ @class_name = 'comm.WebConnPart5min'
1046
+ @ruby_class = 'CommWebConnPart5min'
1047
+ @prefix = 'CDcommWebConnPart5min-'
1048
+ @prefixes = [['CDcommWebConnPart5min-', true]]
1049
+ @rn_format = 'CDcommWebConnPart5min-%(nodeId)s'
1050
+ @containers = []
1051
+ @props = ['acceptedAvg', 'acceptedBase', 'acceptedCum', 'acceptedLast', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'acceptedTrBase', 'activeAvg', 'activeLast', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'activeTrBase', 'activeTtl', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledBase', 'handledCum', 'handledLast', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'handledTrBase', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1052
+ @child_classes = []
1053
+ @label = 'current portion of the web connections stats in 5 minute'
1054
+ @naming_props = ['nodeId']
1055
+
1056
+ def rn
1057
+ 'CDcommWebConnPart5min-' << @attributes['nodeId'] << ''
1058
+ end
1059
+ end
1060
+ class CommWebConnPartHist < MO
1061
+ @class_name = 'comm.WebConnPartHist'
1062
+ @ruby_class = 'CommWebConnPartHist'
1063
+ @prefix = ''
1064
+ @prefixes = []
1065
+ @rn_format = ''
1066
+ @containers = []
1067
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1068
+ @child_classes = []
1069
+ @label = 'historical portion of the web connections stats'
1070
+ @naming_props = []
1071
+
1072
+ def rn
1073
+ ''
1074
+ end
1075
+ end
1076
+ class CommWebConnPartHist15min < MO
1077
+ @class_name = 'comm.WebConnPartHist15min'
1078
+ @ruby_class = 'CommWebConnPartHist15min'
1079
+ @prefix = 'HDcommWebConnPart15min-'
1080
+ @prefixes = [['HDcommWebConnPart15min-', true], ['-node-', true]]
1081
+ @rn_format = 'HDcommWebConnPart15min-%(index)s-node-%(nodeId)s'
1082
+ @containers = []
1083
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1084
+ @child_classes = []
1085
+ @label = 'historical portion of the web connections stats in 15 minute'
1086
+ @naming_props = ['index', 'nodeId']
1087
+
1088
+ def rn
1089
+ 'HDcommWebConnPart15min-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1090
+ end
1091
+ end
1092
+ class CommWebConnPartHist1d < MO
1093
+ @class_name = 'comm.WebConnPartHist1d'
1094
+ @ruby_class = 'CommWebConnPartHist1d'
1095
+ @prefix = 'HDcommWebConnPart1d-'
1096
+ @prefixes = [['HDcommWebConnPart1d-', true], ['-node-', true]]
1097
+ @rn_format = 'HDcommWebConnPart1d-%(index)s-node-%(nodeId)s'
1098
+ @containers = []
1099
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1100
+ @child_classes = []
1101
+ @label = 'historical portion of the web connections stats in 1 day'
1102
+ @naming_props = ['index', 'nodeId']
1103
+
1104
+ def rn
1105
+ 'HDcommWebConnPart1d-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1106
+ end
1107
+ end
1108
+ class CommWebConnPartHist1h < MO
1109
+ @class_name = 'comm.WebConnPartHist1h'
1110
+ @ruby_class = 'CommWebConnPartHist1h'
1111
+ @prefix = 'HDcommWebConnPart1h-'
1112
+ @prefixes = [['HDcommWebConnPart1h-', true], ['-node-', true]]
1113
+ @rn_format = 'HDcommWebConnPart1h-%(index)s-node-%(nodeId)s'
1114
+ @containers = []
1115
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1116
+ @child_classes = []
1117
+ @label = 'historical portion of the web connections stats in 1 hour'
1118
+ @naming_props = ['index', 'nodeId']
1119
+
1120
+ def rn
1121
+ 'HDcommWebConnPart1h-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1122
+ end
1123
+ end
1124
+ class CommWebConnPartHist1mo < MO
1125
+ @class_name = 'comm.WebConnPartHist1mo'
1126
+ @ruby_class = 'CommWebConnPartHist1mo'
1127
+ @prefix = 'HDcommWebConnPart1mo-'
1128
+ @prefixes = [['HDcommWebConnPart1mo-', true], ['-node-', true]]
1129
+ @rn_format = 'HDcommWebConnPart1mo-%(index)s-node-%(nodeId)s'
1130
+ @containers = []
1131
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1132
+ @child_classes = []
1133
+ @label = 'historical portion of the web connections stats in 1 month'
1134
+ @naming_props = ['index', 'nodeId']
1135
+
1136
+ def rn
1137
+ 'HDcommWebConnPart1mo-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1138
+ end
1139
+ end
1140
+ class CommWebConnPartHist1qtr < MO
1141
+ @class_name = 'comm.WebConnPartHist1qtr'
1142
+ @ruby_class = 'CommWebConnPartHist1qtr'
1143
+ @prefix = 'HDcommWebConnPart1qtr-'
1144
+ @prefixes = [['HDcommWebConnPart1qtr-', true], ['-node-', true]]
1145
+ @rn_format = 'HDcommWebConnPart1qtr-%(index)s-node-%(nodeId)s'
1146
+ @containers = []
1147
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1148
+ @child_classes = []
1149
+ @label = 'historical portion of the web connections stats in 1 quarter'
1150
+ @naming_props = ['index', 'nodeId']
1151
+
1152
+ def rn
1153
+ 'HDcommWebConnPart1qtr-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1154
+ end
1155
+ end
1156
+ class CommWebConnPartHist1w < MO
1157
+ @class_name = 'comm.WebConnPartHist1w'
1158
+ @ruby_class = 'CommWebConnPartHist1w'
1159
+ @prefix = 'HDcommWebConnPart1w-'
1160
+ @prefixes = [['HDcommWebConnPart1w-', true], ['-node-', true]]
1161
+ @rn_format = 'HDcommWebConnPart1w-%(index)s-node-%(nodeId)s'
1162
+ @containers = []
1163
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1164
+ @child_classes = []
1165
+ @label = 'historical portion of the web connections stats in 1 week'
1166
+ @naming_props = ['index', 'nodeId']
1167
+
1168
+ def rn
1169
+ 'HDcommWebConnPart1w-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1170
+ end
1171
+ end
1172
+ class CommWebConnPartHist1year < MO
1173
+ @class_name = 'comm.WebConnPartHist1year'
1174
+ @ruby_class = 'CommWebConnPartHist1year'
1175
+ @prefix = 'HDcommWebConnPart1year-'
1176
+ @prefixes = [['HDcommWebConnPart1year-', true], ['-node-', true]]
1177
+ @rn_format = 'HDcommWebConnPart1year-%(index)s-node-%(nodeId)s'
1178
+ @containers = []
1179
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1180
+ @child_classes = []
1181
+ @label = 'historical portion of the web connections stats in 1 year'
1182
+ @naming_props = ['index', 'nodeId']
1183
+
1184
+ def rn
1185
+ 'HDcommWebConnPart1year-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1186
+ end
1187
+ end
1188
+ class CommWebConnPartHist5min < MO
1189
+ @class_name = 'comm.WebConnPartHist5min'
1190
+ @ruby_class = 'CommWebConnPartHist5min'
1191
+ @prefix = 'HDcommWebConnPart5min-'
1192
+ @prefixes = [['HDcommWebConnPart5min-', true], ['-node-', true]]
1193
+ @rn_format = 'HDcommWebConnPart5min-%(index)s-node-%(nodeId)s'
1194
+ @containers = []
1195
+ @props = ['acceptedAvg', 'acceptedCum', 'acceptedMax', 'acceptedMin', 'acceptedPer', 'acceptedRate', 'acceptedSpct', 'acceptedThr', 'acceptedTr', 'activeAvg', 'activeMax', 'activeMin', 'activeSpct', 'activeThr', 'activeTr', 'childAction', 'cnt', 'dn', 'handledAvg', 'handledCum', 'handledMax', 'handledMin', 'handledPer', 'handledRate', 'handledSpct', 'handledThr', 'handledTr', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1196
+ @child_classes = []
1197
+ @label = 'historical portion of the web connections stats in 5 minute'
1198
+ @naming_props = ['index', 'nodeId']
1199
+
1200
+ def rn
1201
+ 'HDcommWebConnPart5min-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1202
+ end
1203
+ end
1204
+ class CommWebConnStates < MO
1205
+ @class_name = 'comm.WebConnStates'
1206
+ @ruby_class = 'CommWebConnStates'
1207
+ @prefix = ''
1208
+ @prefixes = []
1209
+ @rn_format = ''
1210
+ @containers = []
1211
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1212
+ @child_classes = []
1213
+ @label = 'current web connections state stats'
1214
+ @naming_props = []
1215
+
1216
+ def rn
1217
+ ''
1218
+ end
1219
+ end
1220
+ class CommWebConnStates15min < MO
1221
+ @class_name = 'comm.WebConnStates15min'
1222
+ @ruby_class = 'CommWebConnStates15min'
1223
+ @prefix = 'CDcommWebConnStates15min'
1224
+ @prefixes = [['CDcommWebConnStates15min', false]]
1225
+ @rn_format = 'CDcommWebConnStates15min'
1226
+ @containers = ['CommWebServer']
1227
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1228
+ @child_classes = []
1229
+ @label = 'current web connections state stats in 15 minute'
1230
+ @naming_props = []
1231
+
1232
+ def rn
1233
+ 'CDcommWebConnStates15min'
1234
+ end
1235
+ end
1236
+ class CommWebConnStates1d < MO
1237
+ @class_name = 'comm.WebConnStates1d'
1238
+ @ruby_class = 'CommWebConnStates1d'
1239
+ @prefix = 'CDcommWebConnStates1d'
1240
+ @prefixes = [['CDcommWebConnStates1d', false]]
1241
+ @rn_format = 'CDcommWebConnStates1d'
1242
+ @containers = ['CommWebServer']
1243
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1244
+ @child_classes = []
1245
+ @label = 'current web connections state stats in 1 day'
1246
+ @naming_props = []
1247
+
1248
+ def rn
1249
+ 'CDcommWebConnStates1d'
1250
+ end
1251
+ end
1252
+ class CommWebConnStates1h < MO
1253
+ @class_name = 'comm.WebConnStates1h'
1254
+ @ruby_class = 'CommWebConnStates1h'
1255
+ @prefix = 'CDcommWebConnStates1h'
1256
+ @prefixes = [['CDcommWebConnStates1h', false]]
1257
+ @rn_format = 'CDcommWebConnStates1h'
1258
+ @containers = ['CommWebServer']
1259
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1260
+ @child_classes = []
1261
+ @label = 'current web connections state stats in 1 hour'
1262
+ @naming_props = []
1263
+
1264
+ def rn
1265
+ 'CDcommWebConnStates1h'
1266
+ end
1267
+ end
1268
+ class CommWebConnStates1mo < MO
1269
+ @class_name = 'comm.WebConnStates1mo'
1270
+ @ruby_class = 'CommWebConnStates1mo'
1271
+ @prefix = 'CDcommWebConnStates1mo'
1272
+ @prefixes = [['CDcommWebConnStates1mo', false]]
1273
+ @rn_format = 'CDcommWebConnStates1mo'
1274
+ @containers = ['CommWebServer']
1275
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1276
+ @child_classes = []
1277
+ @label = 'current web connections state stats in 1 month'
1278
+ @naming_props = []
1279
+
1280
+ def rn
1281
+ 'CDcommWebConnStates1mo'
1282
+ end
1283
+ end
1284
+ class CommWebConnStates1qtr < MO
1285
+ @class_name = 'comm.WebConnStates1qtr'
1286
+ @ruby_class = 'CommWebConnStates1qtr'
1287
+ @prefix = 'CDcommWebConnStates1qtr'
1288
+ @prefixes = [['CDcommWebConnStates1qtr', false]]
1289
+ @rn_format = 'CDcommWebConnStates1qtr'
1290
+ @containers = ['CommWebServer']
1291
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1292
+ @child_classes = []
1293
+ @label = 'current web connections state stats in 1 quarter'
1294
+ @naming_props = []
1295
+
1296
+ def rn
1297
+ 'CDcommWebConnStates1qtr'
1298
+ end
1299
+ end
1300
+ class CommWebConnStates1w < MO
1301
+ @class_name = 'comm.WebConnStates1w'
1302
+ @ruby_class = 'CommWebConnStates1w'
1303
+ @prefix = 'CDcommWebConnStates1w'
1304
+ @prefixes = [['CDcommWebConnStates1w', false]]
1305
+ @rn_format = 'CDcommWebConnStates1w'
1306
+ @containers = ['CommWebServer']
1307
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1308
+ @child_classes = []
1309
+ @label = 'current web connections state stats in 1 week'
1310
+ @naming_props = []
1311
+
1312
+ def rn
1313
+ 'CDcommWebConnStates1w'
1314
+ end
1315
+ end
1316
+ class CommWebConnStates1year < MO
1317
+ @class_name = 'comm.WebConnStates1year'
1318
+ @ruby_class = 'CommWebConnStates1year'
1319
+ @prefix = 'CDcommWebConnStates1year'
1320
+ @prefixes = [['CDcommWebConnStates1year', false]]
1321
+ @rn_format = 'CDcommWebConnStates1year'
1322
+ @containers = ['CommWebServer']
1323
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1324
+ @child_classes = []
1325
+ @label = 'current web connections state stats in 1 year'
1326
+ @naming_props = []
1327
+
1328
+ def rn
1329
+ 'CDcommWebConnStates1year'
1330
+ end
1331
+ end
1332
+ class CommWebConnStates5min < MO
1333
+ @class_name = 'comm.WebConnStates5min'
1334
+ @ruby_class = 'CommWebConnStates5min'
1335
+ @prefix = 'CDcommWebConnStates5min'
1336
+ @prefixes = [['CDcommWebConnStates5min', false]]
1337
+ @rn_format = 'CDcommWebConnStates5min'
1338
+ @containers = ['CommWebServer']
1339
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1340
+ @child_classes = []
1341
+ @label = 'current web connections state stats in 5 minute'
1342
+ @naming_props = []
1343
+
1344
+ def rn
1345
+ 'CDcommWebConnStates5min'
1346
+ end
1347
+ end
1348
+ class CommWebConnStatesAg < MO
1349
+ @class_name = 'comm.WebConnStatesAg'
1350
+ @ruby_class = 'CommWebConnStatesAg'
1351
+ @prefix = ''
1352
+ @prefixes = []
1353
+ @rn_format = ''
1354
+ @containers = []
1355
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1356
+ @child_classes = []
1357
+ @label = 'current aggregated web connections state stats'
1358
+ @naming_props = []
1359
+
1360
+ def rn
1361
+ ''
1362
+ end
1363
+ end
1364
+ class CommWebConnStatesAg15min < MO
1365
+ @class_name = 'comm.WebConnStatesAg15min'
1366
+ @ruby_class = 'CommWebConnStatesAg15min'
1367
+ @prefix = 'CDcommWebConnStatesAg15min'
1368
+ @prefixes = [['CDcommWebConnStatesAg15min', false]]
1369
+ @rn_format = 'CDcommWebConnStatesAg15min'
1370
+ @containers = ['CommHttps', 'CommHttp']
1371
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1372
+ @child_classes = []
1373
+ @label = 'current aggregated web connections state stats in 15 minute'
1374
+ @naming_props = []
1375
+
1376
+ def rn
1377
+ 'CDcommWebConnStatesAg15min'
1378
+ end
1379
+ end
1380
+ class CommWebConnStatesAg1d < MO
1381
+ @class_name = 'comm.WebConnStatesAg1d'
1382
+ @ruby_class = 'CommWebConnStatesAg1d'
1383
+ @prefix = 'CDcommWebConnStatesAg1d'
1384
+ @prefixes = [['CDcommWebConnStatesAg1d', false]]
1385
+ @rn_format = 'CDcommWebConnStatesAg1d'
1386
+ @containers = ['CommHttps', 'CommHttp']
1387
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1388
+ @child_classes = []
1389
+ @label = 'current aggregated web connections state stats in 1 day'
1390
+ @naming_props = []
1391
+
1392
+ def rn
1393
+ 'CDcommWebConnStatesAg1d'
1394
+ end
1395
+ end
1396
+ class CommWebConnStatesAg1h < MO
1397
+ @class_name = 'comm.WebConnStatesAg1h'
1398
+ @ruby_class = 'CommWebConnStatesAg1h'
1399
+ @prefix = 'CDcommWebConnStatesAg1h'
1400
+ @prefixes = [['CDcommWebConnStatesAg1h', false]]
1401
+ @rn_format = 'CDcommWebConnStatesAg1h'
1402
+ @containers = ['CommHttps', 'CommHttp']
1403
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1404
+ @child_classes = []
1405
+ @label = 'current aggregated web connections state stats in 1 hour'
1406
+ @naming_props = []
1407
+
1408
+ def rn
1409
+ 'CDcommWebConnStatesAg1h'
1410
+ end
1411
+ end
1412
+ class CommWebConnStatesAg1mo < MO
1413
+ @class_name = 'comm.WebConnStatesAg1mo'
1414
+ @ruby_class = 'CommWebConnStatesAg1mo'
1415
+ @prefix = 'CDcommWebConnStatesAg1mo'
1416
+ @prefixes = [['CDcommWebConnStatesAg1mo', false]]
1417
+ @rn_format = 'CDcommWebConnStatesAg1mo'
1418
+ @containers = ['CommHttps', 'CommHttp']
1419
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1420
+ @child_classes = []
1421
+ @label = 'current aggregated web connections state stats in 1 month'
1422
+ @naming_props = []
1423
+
1424
+ def rn
1425
+ 'CDcommWebConnStatesAg1mo'
1426
+ end
1427
+ end
1428
+ class CommWebConnStatesAg1qtr < MO
1429
+ @class_name = 'comm.WebConnStatesAg1qtr'
1430
+ @ruby_class = 'CommWebConnStatesAg1qtr'
1431
+ @prefix = 'CDcommWebConnStatesAg1qtr'
1432
+ @prefixes = [['CDcommWebConnStatesAg1qtr', false]]
1433
+ @rn_format = 'CDcommWebConnStatesAg1qtr'
1434
+ @containers = ['CommHttps', 'CommHttp']
1435
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1436
+ @child_classes = []
1437
+ @label = 'current aggregated web connections state stats in 1 quarter'
1438
+ @naming_props = []
1439
+
1440
+ def rn
1441
+ 'CDcommWebConnStatesAg1qtr'
1442
+ end
1443
+ end
1444
+ class CommWebConnStatesAg1w < MO
1445
+ @class_name = 'comm.WebConnStatesAg1w'
1446
+ @ruby_class = 'CommWebConnStatesAg1w'
1447
+ @prefix = 'CDcommWebConnStatesAg1w'
1448
+ @prefixes = [['CDcommWebConnStatesAg1w', false]]
1449
+ @rn_format = 'CDcommWebConnStatesAg1w'
1450
+ @containers = ['CommHttps', 'CommHttp']
1451
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1452
+ @child_classes = []
1453
+ @label = 'current aggregated web connections state stats in 1 week'
1454
+ @naming_props = []
1455
+
1456
+ def rn
1457
+ 'CDcommWebConnStatesAg1w'
1458
+ end
1459
+ end
1460
+ class CommWebConnStatesAg1year < MO
1461
+ @class_name = 'comm.WebConnStatesAg1year'
1462
+ @ruby_class = 'CommWebConnStatesAg1year'
1463
+ @prefix = 'CDcommWebConnStatesAg1year'
1464
+ @prefixes = [['CDcommWebConnStatesAg1year', false]]
1465
+ @rn_format = 'CDcommWebConnStatesAg1year'
1466
+ @containers = ['CommHttps', 'CommHttp']
1467
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1468
+ @child_classes = []
1469
+ @label = 'current aggregated web connections state stats in 1 year'
1470
+ @naming_props = []
1471
+
1472
+ def rn
1473
+ 'CDcommWebConnStatesAg1year'
1474
+ end
1475
+ end
1476
+ class CommWebConnStatesAg5min < MO
1477
+ @class_name = 'comm.WebConnStatesAg5min'
1478
+ @ruby_class = 'CommWebConnStatesAg5min'
1479
+ @prefix = 'CDcommWebConnStatesAg5min'
1480
+ @prefixes = [['CDcommWebConnStatesAg5min', false]]
1481
+ @rn_format = 'CDcommWebConnStatesAg5min'
1482
+ @containers = []
1483
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1484
+ @child_classes = []
1485
+ @label = 'current aggregated web connections state stats in 5 minute'
1486
+ @naming_props = []
1487
+
1488
+ def rn
1489
+ 'CDcommWebConnStatesAg5min'
1490
+ end
1491
+ end
1492
+ class CommWebConnStatesAgHist < MO
1493
+ @class_name = 'comm.WebConnStatesAgHist'
1494
+ @ruby_class = 'CommWebConnStatesAgHist'
1495
+ @prefix = ''
1496
+ @prefixes = []
1497
+ @rn_format = ''
1498
+ @containers = []
1499
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1500
+ @child_classes = []
1501
+ @label = 'historical aggregated web connections state stats'
1502
+ @naming_props = []
1503
+
1504
+ def rn
1505
+ ''
1506
+ end
1507
+ end
1508
+ class CommWebConnStatesAgHist15min < MO
1509
+ @class_name = 'comm.WebConnStatesAgHist15min'
1510
+ @ruby_class = 'CommWebConnStatesAgHist15min'
1511
+ @prefix = 'HDcommWebConnStatesAg15min-'
1512
+ @prefixes = [['HDcommWebConnStatesAg15min-', true]]
1513
+ @rn_format = 'HDcommWebConnStatesAg15min-%(index)s'
1514
+ @containers = ['CommHttps', 'CommHttp']
1515
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1516
+ @child_classes = []
1517
+ @label = 'historical aggregated web connections state stats in 15 minute'
1518
+ @naming_props = ['index']
1519
+
1520
+ def rn
1521
+ 'HDcommWebConnStatesAg15min-' << @attributes['index'] << ''
1522
+ end
1523
+ end
1524
+ class CommWebConnStatesAgHist1d < MO
1525
+ @class_name = 'comm.WebConnStatesAgHist1d'
1526
+ @ruby_class = 'CommWebConnStatesAgHist1d'
1527
+ @prefix = 'HDcommWebConnStatesAg1d-'
1528
+ @prefixes = [['HDcommWebConnStatesAg1d-', true]]
1529
+ @rn_format = 'HDcommWebConnStatesAg1d-%(index)s'
1530
+ @containers = ['CommHttps', 'CommHttp']
1531
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1532
+ @child_classes = []
1533
+ @label = 'historical aggregated web connections state stats in 1 day'
1534
+ @naming_props = ['index']
1535
+
1536
+ def rn
1537
+ 'HDcommWebConnStatesAg1d-' << @attributes['index'] << ''
1538
+ end
1539
+ end
1540
+ class CommWebConnStatesAgHist1h < MO
1541
+ @class_name = 'comm.WebConnStatesAgHist1h'
1542
+ @ruby_class = 'CommWebConnStatesAgHist1h'
1543
+ @prefix = 'HDcommWebConnStatesAg1h-'
1544
+ @prefixes = [['HDcommWebConnStatesAg1h-', true]]
1545
+ @rn_format = 'HDcommWebConnStatesAg1h-%(index)s'
1546
+ @containers = ['CommHttps', 'CommHttp']
1547
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1548
+ @child_classes = []
1549
+ @label = 'historical aggregated web connections state stats in 1 hour'
1550
+ @naming_props = ['index']
1551
+
1552
+ def rn
1553
+ 'HDcommWebConnStatesAg1h-' << @attributes['index'] << ''
1554
+ end
1555
+ end
1556
+ class CommWebConnStatesAgHist1mo < MO
1557
+ @class_name = 'comm.WebConnStatesAgHist1mo'
1558
+ @ruby_class = 'CommWebConnStatesAgHist1mo'
1559
+ @prefix = 'HDcommWebConnStatesAg1mo-'
1560
+ @prefixes = [['HDcommWebConnStatesAg1mo-', true]]
1561
+ @rn_format = 'HDcommWebConnStatesAg1mo-%(index)s'
1562
+ @containers = ['CommHttps', 'CommHttp']
1563
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1564
+ @child_classes = []
1565
+ @label = 'historical aggregated web connections state stats in 1 month'
1566
+ @naming_props = ['index']
1567
+
1568
+ def rn
1569
+ 'HDcommWebConnStatesAg1mo-' << @attributes['index'] << ''
1570
+ end
1571
+ end
1572
+ class CommWebConnStatesAgHist1qtr < MO
1573
+ @class_name = 'comm.WebConnStatesAgHist1qtr'
1574
+ @ruby_class = 'CommWebConnStatesAgHist1qtr'
1575
+ @prefix = 'HDcommWebConnStatesAg1qtr-'
1576
+ @prefixes = [['HDcommWebConnStatesAg1qtr-', true]]
1577
+ @rn_format = 'HDcommWebConnStatesAg1qtr-%(index)s'
1578
+ @containers = ['CommHttps', 'CommHttp']
1579
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1580
+ @child_classes = []
1581
+ @label = 'historical aggregated web connections state stats in 1 quarter'
1582
+ @naming_props = ['index']
1583
+
1584
+ def rn
1585
+ 'HDcommWebConnStatesAg1qtr-' << @attributes['index'] << ''
1586
+ end
1587
+ end
1588
+ class CommWebConnStatesAgHist1w < MO
1589
+ @class_name = 'comm.WebConnStatesAgHist1w'
1590
+ @ruby_class = 'CommWebConnStatesAgHist1w'
1591
+ @prefix = 'HDcommWebConnStatesAg1w-'
1592
+ @prefixes = [['HDcommWebConnStatesAg1w-', true]]
1593
+ @rn_format = 'HDcommWebConnStatesAg1w-%(index)s'
1594
+ @containers = ['CommHttps', 'CommHttp']
1595
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1596
+ @child_classes = []
1597
+ @label = 'historical aggregated web connections state stats in 1 week'
1598
+ @naming_props = ['index']
1599
+
1600
+ def rn
1601
+ 'HDcommWebConnStatesAg1w-' << @attributes['index'] << ''
1602
+ end
1603
+ end
1604
+ class CommWebConnStatesAgHist1year < MO
1605
+ @class_name = 'comm.WebConnStatesAgHist1year'
1606
+ @ruby_class = 'CommWebConnStatesAgHist1year'
1607
+ @prefix = 'HDcommWebConnStatesAg1year-'
1608
+ @prefixes = [['HDcommWebConnStatesAg1year-', true]]
1609
+ @rn_format = 'HDcommWebConnStatesAg1year-%(index)s'
1610
+ @containers = ['CommHttps', 'CommHttp']
1611
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1612
+ @child_classes = []
1613
+ @label = 'historical aggregated web connections state stats in 1 year'
1614
+ @naming_props = ['index']
1615
+
1616
+ def rn
1617
+ 'HDcommWebConnStatesAg1year-' << @attributes['index'] << ''
1618
+ end
1619
+ end
1620
+ class CommWebConnStatesAgHist5min < MO
1621
+ @class_name = 'comm.WebConnStatesAgHist5min'
1622
+ @ruby_class = 'CommWebConnStatesAgHist5min'
1623
+ @prefix = 'HDcommWebConnStatesAg5min-'
1624
+ @prefixes = [['HDcommWebConnStatesAg5min-', true]]
1625
+ @rn_format = 'HDcommWebConnStatesAg5min-%(index)s'
1626
+ @containers = []
1627
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'rn', 'status']
1628
+ @child_classes = []
1629
+ @label = 'historical aggregated web connections state stats in 5 minute'
1630
+ @naming_props = ['index']
1631
+
1632
+ def rn
1633
+ 'HDcommWebConnStatesAg5min-' << @attributes['index'] << ''
1634
+ end
1635
+ end
1636
+ class CommWebConnStatesHist < MO
1637
+ @class_name = 'comm.WebConnStatesHist'
1638
+ @ruby_class = 'CommWebConnStatesHist'
1639
+ @prefix = ''
1640
+ @prefixes = []
1641
+ @rn_format = ''
1642
+ @containers = []
1643
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1644
+ @child_classes = []
1645
+ @label = 'historical web connections state stats'
1646
+ @naming_props = []
1647
+
1648
+ def rn
1649
+ ''
1650
+ end
1651
+ end
1652
+ class CommWebConnStatesHist15min < MO
1653
+ @class_name = 'comm.WebConnStatesHist15min'
1654
+ @ruby_class = 'CommWebConnStatesHist15min'
1655
+ @prefix = 'HDcommWebConnStates15min-'
1656
+ @prefixes = [['HDcommWebConnStates15min-', true]]
1657
+ @rn_format = 'HDcommWebConnStates15min-%(index)s'
1658
+ @containers = ['CommWebServer']
1659
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1660
+ @child_classes = []
1661
+ @label = 'historical web connections state stats in 15 minute'
1662
+ @naming_props = ['index']
1663
+
1664
+ def rn
1665
+ 'HDcommWebConnStates15min-' << @attributes['index'] << ''
1666
+ end
1667
+ end
1668
+ class CommWebConnStatesHist1d < MO
1669
+ @class_name = 'comm.WebConnStatesHist1d'
1670
+ @ruby_class = 'CommWebConnStatesHist1d'
1671
+ @prefix = 'HDcommWebConnStates1d-'
1672
+ @prefixes = [['HDcommWebConnStates1d-', true]]
1673
+ @rn_format = 'HDcommWebConnStates1d-%(index)s'
1674
+ @containers = ['CommWebServer']
1675
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1676
+ @child_classes = []
1677
+ @label = 'historical web connections state stats in 1 day'
1678
+ @naming_props = ['index']
1679
+
1680
+ def rn
1681
+ 'HDcommWebConnStates1d-' << @attributes['index'] << ''
1682
+ end
1683
+ end
1684
+ class CommWebConnStatesHist1h < MO
1685
+ @class_name = 'comm.WebConnStatesHist1h'
1686
+ @ruby_class = 'CommWebConnStatesHist1h'
1687
+ @prefix = 'HDcommWebConnStates1h-'
1688
+ @prefixes = [['HDcommWebConnStates1h-', true]]
1689
+ @rn_format = 'HDcommWebConnStates1h-%(index)s'
1690
+ @containers = ['CommWebServer']
1691
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1692
+ @child_classes = []
1693
+ @label = 'historical web connections state stats in 1 hour'
1694
+ @naming_props = ['index']
1695
+
1696
+ def rn
1697
+ 'HDcommWebConnStates1h-' << @attributes['index'] << ''
1698
+ end
1699
+ end
1700
+ class CommWebConnStatesHist1mo < MO
1701
+ @class_name = 'comm.WebConnStatesHist1mo'
1702
+ @ruby_class = 'CommWebConnStatesHist1mo'
1703
+ @prefix = 'HDcommWebConnStates1mo-'
1704
+ @prefixes = [['HDcommWebConnStates1mo-', true]]
1705
+ @rn_format = 'HDcommWebConnStates1mo-%(index)s'
1706
+ @containers = ['CommWebServer']
1707
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1708
+ @child_classes = []
1709
+ @label = 'historical web connections state stats in 1 month'
1710
+ @naming_props = ['index']
1711
+
1712
+ def rn
1713
+ 'HDcommWebConnStates1mo-' << @attributes['index'] << ''
1714
+ end
1715
+ end
1716
+ class CommWebConnStatesHist1qtr < MO
1717
+ @class_name = 'comm.WebConnStatesHist1qtr'
1718
+ @ruby_class = 'CommWebConnStatesHist1qtr'
1719
+ @prefix = 'HDcommWebConnStates1qtr-'
1720
+ @prefixes = [['HDcommWebConnStates1qtr-', true]]
1721
+ @rn_format = 'HDcommWebConnStates1qtr-%(index)s'
1722
+ @containers = ['CommWebServer']
1723
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1724
+ @child_classes = []
1725
+ @label = 'historical web connections state stats in 1 quarter'
1726
+ @naming_props = ['index']
1727
+
1728
+ def rn
1729
+ 'HDcommWebConnStates1qtr-' << @attributes['index'] << ''
1730
+ end
1731
+ end
1732
+ class CommWebConnStatesHist1w < MO
1733
+ @class_name = 'comm.WebConnStatesHist1w'
1734
+ @ruby_class = 'CommWebConnStatesHist1w'
1735
+ @prefix = 'HDcommWebConnStates1w-'
1736
+ @prefixes = [['HDcommWebConnStates1w-', true]]
1737
+ @rn_format = 'HDcommWebConnStates1w-%(index)s'
1738
+ @containers = ['CommWebServer']
1739
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1740
+ @child_classes = []
1741
+ @label = 'historical web connections state stats in 1 week'
1742
+ @naming_props = ['index']
1743
+
1744
+ def rn
1745
+ 'HDcommWebConnStates1w-' << @attributes['index'] << ''
1746
+ end
1747
+ end
1748
+ class CommWebConnStatesHist1year < MO
1749
+ @class_name = 'comm.WebConnStatesHist1year'
1750
+ @ruby_class = 'CommWebConnStatesHist1year'
1751
+ @prefix = 'HDcommWebConnStates1year-'
1752
+ @prefixes = [['HDcommWebConnStates1year-', true]]
1753
+ @rn_format = 'HDcommWebConnStates1year-%(index)s'
1754
+ @containers = ['CommWebServer']
1755
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1756
+ @child_classes = []
1757
+ @label = 'historical web connections state stats in 1 year'
1758
+ @naming_props = ['index']
1759
+
1760
+ def rn
1761
+ 'HDcommWebConnStates1year-' << @attributes['index'] << ''
1762
+ end
1763
+ end
1764
+ class CommWebConnStatesHist5min < MO
1765
+ @class_name = 'comm.WebConnStatesHist5min'
1766
+ @ruby_class = 'CommWebConnStatesHist5min'
1767
+ @prefix = 'HDcommWebConnStates5min-'
1768
+ @prefixes = [['HDcommWebConnStates5min-', true]]
1769
+ @rn_format = 'HDcommWebConnStates5min-%(index)s'
1770
+ @containers = ['CommWebServer']
1771
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1772
+ @child_classes = []
1773
+ @label = 'historical web connections state stats in 5 minute'
1774
+ @naming_props = ['index']
1775
+
1776
+ def rn
1777
+ 'HDcommWebConnStates5min-' << @attributes['index'] << ''
1778
+ end
1779
+ end
1780
+ class CommWebConnStatesPart < MO
1781
+ @class_name = 'comm.WebConnStatesPart'
1782
+ @ruby_class = 'CommWebConnStatesPart'
1783
+ @prefix = ''
1784
+ @prefixes = []
1785
+ @rn_format = ''
1786
+ @containers = []
1787
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1788
+ @child_classes = []
1789
+ @label = 'current portion of the web connections state stats'
1790
+ @naming_props = []
1791
+
1792
+ def rn
1793
+ ''
1794
+ end
1795
+ end
1796
+ class CommWebConnStatesPart15min < MO
1797
+ @class_name = 'comm.WebConnStatesPart15min'
1798
+ @ruby_class = 'CommWebConnStatesPart15min'
1799
+ @prefix = 'CDcommWebConnStatesPart15min-'
1800
+ @prefixes = [['CDcommWebConnStatesPart15min-', true]]
1801
+ @rn_format = 'CDcommWebConnStatesPart15min-%(nodeId)s'
1802
+ @containers = []
1803
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1804
+ @child_classes = []
1805
+ @label = 'current portion of the web connections state stats in 15 minute'
1806
+ @naming_props = ['nodeId']
1807
+
1808
+ def rn
1809
+ 'CDcommWebConnStatesPart15min-' << @attributes['nodeId'] << ''
1810
+ end
1811
+ end
1812
+ class CommWebConnStatesPart1d < MO
1813
+ @class_name = 'comm.WebConnStatesPart1d'
1814
+ @ruby_class = 'CommWebConnStatesPart1d'
1815
+ @prefix = 'CDcommWebConnStatesPart1d-'
1816
+ @prefixes = [['CDcommWebConnStatesPart1d-', true]]
1817
+ @rn_format = 'CDcommWebConnStatesPart1d-%(nodeId)s'
1818
+ @containers = []
1819
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1820
+ @child_classes = []
1821
+ @label = 'current portion of the web connections state stats in 1 day'
1822
+ @naming_props = ['nodeId']
1823
+
1824
+ def rn
1825
+ 'CDcommWebConnStatesPart1d-' << @attributes['nodeId'] << ''
1826
+ end
1827
+ end
1828
+ class CommWebConnStatesPart1h < MO
1829
+ @class_name = 'comm.WebConnStatesPart1h'
1830
+ @ruby_class = 'CommWebConnStatesPart1h'
1831
+ @prefix = 'CDcommWebConnStatesPart1h-'
1832
+ @prefixes = [['CDcommWebConnStatesPart1h-', true]]
1833
+ @rn_format = 'CDcommWebConnStatesPart1h-%(nodeId)s'
1834
+ @containers = []
1835
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1836
+ @child_classes = []
1837
+ @label = 'current portion of the web connections state stats in 1 hour'
1838
+ @naming_props = ['nodeId']
1839
+
1840
+ def rn
1841
+ 'CDcommWebConnStatesPart1h-' << @attributes['nodeId'] << ''
1842
+ end
1843
+ end
1844
+ class CommWebConnStatesPart1mo < MO
1845
+ @class_name = 'comm.WebConnStatesPart1mo'
1846
+ @ruby_class = 'CommWebConnStatesPart1mo'
1847
+ @prefix = 'CDcommWebConnStatesPart1mo-'
1848
+ @prefixes = [['CDcommWebConnStatesPart1mo-', true]]
1849
+ @rn_format = 'CDcommWebConnStatesPart1mo-%(nodeId)s'
1850
+ @containers = []
1851
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1852
+ @child_classes = []
1853
+ @label = 'current portion of the web connections state stats in 1 month'
1854
+ @naming_props = ['nodeId']
1855
+
1856
+ def rn
1857
+ 'CDcommWebConnStatesPart1mo-' << @attributes['nodeId'] << ''
1858
+ end
1859
+ end
1860
+ class CommWebConnStatesPart1qtr < MO
1861
+ @class_name = 'comm.WebConnStatesPart1qtr'
1862
+ @ruby_class = 'CommWebConnStatesPart1qtr'
1863
+ @prefix = 'CDcommWebConnStatesPart1qtr-'
1864
+ @prefixes = [['CDcommWebConnStatesPart1qtr-', true]]
1865
+ @rn_format = 'CDcommWebConnStatesPart1qtr-%(nodeId)s'
1866
+ @containers = []
1867
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1868
+ @child_classes = []
1869
+ @label = 'current portion of the web connections state stats in 1 quarter'
1870
+ @naming_props = ['nodeId']
1871
+
1872
+ def rn
1873
+ 'CDcommWebConnStatesPart1qtr-' << @attributes['nodeId'] << ''
1874
+ end
1875
+ end
1876
+ class CommWebConnStatesPart1w < MO
1877
+ @class_name = 'comm.WebConnStatesPart1w'
1878
+ @ruby_class = 'CommWebConnStatesPart1w'
1879
+ @prefix = 'CDcommWebConnStatesPart1w-'
1880
+ @prefixes = [['CDcommWebConnStatesPart1w-', true]]
1881
+ @rn_format = 'CDcommWebConnStatesPart1w-%(nodeId)s'
1882
+ @containers = []
1883
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1884
+ @child_classes = []
1885
+ @label = 'current portion of the web connections state stats in 1 week'
1886
+ @naming_props = ['nodeId']
1887
+
1888
+ def rn
1889
+ 'CDcommWebConnStatesPart1w-' << @attributes['nodeId'] << ''
1890
+ end
1891
+ end
1892
+ class CommWebConnStatesPart1year < MO
1893
+ @class_name = 'comm.WebConnStatesPart1year'
1894
+ @ruby_class = 'CommWebConnStatesPart1year'
1895
+ @prefix = 'CDcommWebConnStatesPart1year-'
1896
+ @prefixes = [['CDcommWebConnStatesPart1year-', true]]
1897
+ @rn_format = 'CDcommWebConnStatesPart1year-%(nodeId)s'
1898
+ @containers = []
1899
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1900
+ @child_classes = []
1901
+ @label = 'current portion of the web connections state stats in 1 year'
1902
+ @naming_props = ['nodeId']
1903
+
1904
+ def rn
1905
+ 'CDcommWebConnStatesPart1year-' << @attributes['nodeId'] << ''
1906
+ end
1907
+ end
1908
+ class CommWebConnStatesPart5min < MO
1909
+ @class_name = 'comm.WebConnStatesPart5min'
1910
+ @ruby_class = 'CommWebConnStatesPart5min'
1911
+ @prefix = 'CDcommWebConnStatesPart5min-'
1912
+ @prefixes = [['CDcommWebConnStatesPart5min-', true]]
1913
+ @rn_format = 'CDcommWebConnStatesPart5min-%(nodeId)s'
1914
+ @containers = []
1915
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readLast', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'readTrBase', 'readTtl', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitLast', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'waitTrBase', 'waitTtl', 'writeAvg', 'writeLast', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr', 'writeTrBase', 'writeTtl']
1916
+ @child_classes = []
1917
+ @label = 'current portion of the web connections state stats in 5 minute'
1918
+ @naming_props = ['nodeId']
1919
+
1920
+ def rn
1921
+ 'CDcommWebConnStatesPart5min-' << @attributes['nodeId'] << ''
1922
+ end
1923
+ end
1924
+ class CommWebConnStatesPartHist < MO
1925
+ @class_name = 'comm.WebConnStatesPartHist'
1926
+ @ruby_class = 'CommWebConnStatesPartHist'
1927
+ @prefix = ''
1928
+ @prefixes = []
1929
+ @rn_format = ''
1930
+ @containers = []
1931
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1932
+ @child_classes = []
1933
+ @label = 'historical portion of the web connections state stats'
1934
+ @naming_props = []
1935
+
1936
+ def rn
1937
+ ''
1938
+ end
1939
+ end
1940
+ class CommWebConnStatesPartHist15min < MO
1941
+ @class_name = 'comm.WebConnStatesPartHist15min'
1942
+ @ruby_class = 'CommWebConnStatesPartHist15min'
1943
+ @prefix = 'HDcommWebConnStatesPart15min-'
1944
+ @prefixes = [['HDcommWebConnStatesPart15min-', true], ['-node-', true]]
1945
+ @rn_format = 'HDcommWebConnStatesPart15min-%(index)s-node-%(nodeId)s'
1946
+ @containers = []
1947
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1948
+ @child_classes = []
1949
+ @label = 'historical portion of the web connections state stats in 15 minute'
1950
+ @naming_props = ['index', 'nodeId']
1951
+
1952
+ def rn
1953
+ 'HDcommWebConnStatesPart15min-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1954
+ end
1955
+ end
1956
+ class CommWebConnStatesPartHist1d < MO
1957
+ @class_name = 'comm.WebConnStatesPartHist1d'
1958
+ @ruby_class = 'CommWebConnStatesPartHist1d'
1959
+ @prefix = 'HDcommWebConnStatesPart1d-'
1960
+ @prefixes = [['HDcommWebConnStatesPart1d-', true], ['-node-', true]]
1961
+ @rn_format = 'HDcommWebConnStatesPart1d-%(index)s-node-%(nodeId)s'
1962
+ @containers = []
1963
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1964
+ @child_classes = []
1965
+ @label = 'historical portion of the web connections state stats in 1 day'
1966
+ @naming_props = ['index', 'nodeId']
1967
+
1968
+ def rn
1969
+ 'HDcommWebConnStatesPart1d-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1970
+ end
1971
+ end
1972
+ class CommWebConnStatesPartHist1h < MO
1973
+ @class_name = 'comm.WebConnStatesPartHist1h'
1974
+ @ruby_class = 'CommWebConnStatesPartHist1h'
1975
+ @prefix = 'HDcommWebConnStatesPart1h-'
1976
+ @prefixes = [['HDcommWebConnStatesPart1h-', true], ['-node-', true]]
1977
+ @rn_format = 'HDcommWebConnStatesPart1h-%(index)s-node-%(nodeId)s'
1978
+ @containers = []
1979
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1980
+ @child_classes = []
1981
+ @label = 'historical portion of the web connections state stats in 1 hour'
1982
+ @naming_props = ['index', 'nodeId']
1983
+
1984
+ def rn
1985
+ 'HDcommWebConnStatesPart1h-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
1986
+ end
1987
+ end
1988
+ class CommWebConnStatesPartHist1mo < MO
1989
+ @class_name = 'comm.WebConnStatesPartHist1mo'
1990
+ @ruby_class = 'CommWebConnStatesPartHist1mo'
1991
+ @prefix = 'HDcommWebConnStatesPart1mo-'
1992
+ @prefixes = [['HDcommWebConnStatesPart1mo-', true], ['-node-', true]]
1993
+ @rn_format = 'HDcommWebConnStatesPart1mo-%(index)s-node-%(nodeId)s'
1994
+ @containers = []
1995
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
1996
+ @child_classes = []
1997
+ @label = 'historical portion of the web connections state stats in 1 month'
1998
+ @naming_props = ['index', 'nodeId']
1999
+
2000
+ def rn
2001
+ 'HDcommWebConnStatesPart1mo-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2002
+ end
2003
+ end
2004
+ class CommWebConnStatesPartHist1qtr < MO
2005
+ @class_name = 'comm.WebConnStatesPartHist1qtr'
2006
+ @ruby_class = 'CommWebConnStatesPartHist1qtr'
2007
+ @prefix = 'HDcommWebConnStatesPart1qtr-'
2008
+ @prefixes = [['HDcommWebConnStatesPart1qtr-', true], ['-node-', true]]
2009
+ @rn_format = 'HDcommWebConnStatesPart1qtr-%(index)s-node-%(nodeId)s'
2010
+ @containers = []
2011
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
2012
+ @child_classes = []
2013
+ @label = 'historical portion of the web connections state stats in 1 quarter'
2014
+ @naming_props = ['index', 'nodeId']
2015
+
2016
+ def rn
2017
+ 'HDcommWebConnStatesPart1qtr-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2018
+ end
2019
+ end
2020
+ class CommWebConnStatesPartHist1w < MO
2021
+ @class_name = 'comm.WebConnStatesPartHist1w'
2022
+ @ruby_class = 'CommWebConnStatesPartHist1w'
2023
+ @prefix = 'HDcommWebConnStatesPart1w-'
2024
+ @prefixes = [['HDcommWebConnStatesPart1w-', true], ['-node-', true]]
2025
+ @rn_format = 'HDcommWebConnStatesPart1w-%(index)s-node-%(nodeId)s'
2026
+ @containers = []
2027
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
2028
+ @child_classes = []
2029
+ @label = 'historical portion of the web connections state stats in 1 week'
2030
+ @naming_props = ['index', 'nodeId']
2031
+
2032
+ def rn
2033
+ 'HDcommWebConnStatesPart1w-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2034
+ end
2035
+ end
2036
+ class CommWebConnStatesPartHist1year < MO
2037
+ @class_name = 'comm.WebConnStatesPartHist1year'
2038
+ @ruby_class = 'CommWebConnStatesPartHist1year'
2039
+ @prefix = 'HDcommWebConnStatesPart1year-'
2040
+ @prefixes = [['HDcommWebConnStatesPart1year-', true], ['-node-', true]]
2041
+ @rn_format = 'HDcommWebConnStatesPart1year-%(index)s-node-%(nodeId)s'
2042
+ @containers = []
2043
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
2044
+ @child_classes = []
2045
+ @label = 'historical portion of the web connections state stats in 1 year'
2046
+ @naming_props = ['index', 'nodeId']
2047
+
2048
+ def rn
2049
+ 'HDcommWebConnStatesPart1year-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2050
+ end
2051
+ end
2052
+ class CommWebConnStatesPartHist5min < MO
2053
+ @class_name = 'comm.WebConnStatesPartHist5min'
2054
+ @ruby_class = 'CommWebConnStatesPartHist5min'
2055
+ @prefix = 'HDcommWebConnStatesPart5min-'
2056
+ @prefixes = [['HDcommWebConnStatesPart5min-', true], ['-node-', true]]
2057
+ @rn_format = 'HDcommWebConnStatesPart5min-%(index)s-node-%(nodeId)s'
2058
+ @containers = []
2059
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'readAvg', 'readMax', 'readMin', 'readSpct', 'readThr', 'readTr', 'repIntvEnd', 'repIntvStart', 'rn', 'status', 'waitAvg', 'waitMax', 'waitMin', 'waitSpct', 'waitThr', 'waitTr', 'writeAvg', 'writeMax', 'writeMin', 'writeSpct', 'writeThr', 'writeTr']
2060
+ @child_classes = []
2061
+ @label = 'historical portion of the web connections state stats in 5 minute'
2062
+ @naming_props = ['index', 'nodeId']
2063
+
2064
+ def rn
2065
+ 'HDcommWebConnStatesPart5min-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2066
+ end
2067
+ end
2068
+ class CommWebPolCont < MO
2069
+ @class_name = 'comm.WebPolCont'
2070
+ @ruby_class = 'CommWebPolCont'
2071
+ @prefix = 'wpolcont'
2072
+ @prefixes = [['wpolcont', false]]
2073
+ @rn_format = 'wpolcont'
2074
+ @containers = ['TopRoot']
2075
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'rn', 'status']
2076
+ @child_classes = ['CommRsWebCommPolRel', 'CommRsWebCommDefault', 'CommRtWebPolRel']
2077
+ @label = 'Container for communication policies'
2078
+ @naming_props = []
2079
+
2080
+ def rn
2081
+ 'wpolcont'
2082
+ end
2083
+ end
2084
+ class CommWebProxy < MO
2085
+ @class_name = 'comm.WebProxy'
2086
+ @ruby_class = 'CommWebProxy'
2087
+ @prefix = 'wp-'
2088
+ @prefixes = [['wp-', true]]
2089
+ @rn_format = 'wp-%(nodeId)s'
2090
+ @containers = ['CommHttps', 'CommHttp']
2091
+ @props = ['childAction', 'dn', 'ipAddress', 'lcOwn', 'modTs', 'nodeId', 'rn', 'status']
2092
+ @child_classes = []
2093
+ @label = 'None'
2094
+ @naming_props = ['nodeId']
2095
+
2096
+ def rn
2097
+ 'wp-' << @attributes['nodeId'] << ''
2098
+ end
2099
+ end
2100
+ class CommWebReq < MO
2101
+ @class_name = 'comm.WebReq'
2102
+ @ruby_class = 'CommWebReq'
2103
+ @prefix = ''
2104
+ @prefixes = []
2105
+ @rn_format = ''
2106
+ @containers = []
2107
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2108
+ @child_classes = []
2109
+ @label = 'current web requests stats'
2110
+ @naming_props = []
2111
+
2112
+ def rn
2113
+ ''
2114
+ end
2115
+ end
2116
+ class CommWebReq15min < MO
2117
+ @class_name = 'comm.WebReq15min'
2118
+ @ruby_class = 'CommWebReq15min'
2119
+ @prefix = 'CDcommWebReq15min'
2120
+ @prefixes = [['CDcommWebReq15min', false]]
2121
+ @rn_format = 'CDcommWebReq15min'
2122
+ @containers = ['CommWebServer']
2123
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2124
+ @child_classes = []
2125
+ @label = 'current web requests stats in 15 minute'
2126
+ @naming_props = []
2127
+
2128
+ def rn
2129
+ 'CDcommWebReq15min'
2130
+ end
2131
+ end
2132
+ class CommWebReq1d < MO
2133
+ @class_name = 'comm.WebReq1d'
2134
+ @ruby_class = 'CommWebReq1d'
2135
+ @prefix = 'CDcommWebReq1d'
2136
+ @prefixes = [['CDcommWebReq1d', false]]
2137
+ @rn_format = 'CDcommWebReq1d'
2138
+ @containers = ['CommWebServer']
2139
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2140
+ @child_classes = []
2141
+ @label = 'current web requests stats in 1 day'
2142
+ @naming_props = []
2143
+
2144
+ def rn
2145
+ 'CDcommWebReq1d'
2146
+ end
2147
+ end
2148
+ class CommWebReq1h < MO
2149
+ @class_name = 'comm.WebReq1h'
2150
+ @ruby_class = 'CommWebReq1h'
2151
+ @prefix = 'CDcommWebReq1h'
2152
+ @prefixes = [['CDcommWebReq1h', false]]
2153
+ @rn_format = 'CDcommWebReq1h'
2154
+ @containers = ['CommWebServer']
2155
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2156
+ @child_classes = []
2157
+ @label = 'current web requests stats in 1 hour'
2158
+ @naming_props = []
2159
+
2160
+ def rn
2161
+ 'CDcommWebReq1h'
2162
+ end
2163
+ end
2164
+ class CommWebReq1mo < MO
2165
+ @class_name = 'comm.WebReq1mo'
2166
+ @ruby_class = 'CommWebReq1mo'
2167
+ @prefix = 'CDcommWebReq1mo'
2168
+ @prefixes = [['CDcommWebReq1mo', false]]
2169
+ @rn_format = 'CDcommWebReq1mo'
2170
+ @containers = ['CommWebServer']
2171
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2172
+ @child_classes = []
2173
+ @label = 'current web requests stats in 1 month'
2174
+ @naming_props = []
2175
+
2176
+ def rn
2177
+ 'CDcommWebReq1mo'
2178
+ end
2179
+ end
2180
+ class CommWebReq1qtr < MO
2181
+ @class_name = 'comm.WebReq1qtr'
2182
+ @ruby_class = 'CommWebReq1qtr'
2183
+ @prefix = 'CDcommWebReq1qtr'
2184
+ @prefixes = [['CDcommWebReq1qtr', false]]
2185
+ @rn_format = 'CDcommWebReq1qtr'
2186
+ @containers = ['CommWebServer']
2187
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2188
+ @child_classes = []
2189
+ @label = 'current web requests stats in 1 quarter'
2190
+ @naming_props = []
2191
+
2192
+ def rn
2193
+ 'CDcommWebReq1qtr'
2194
+ end
2195
+ end
2196
+ class CommWebReq1w < MO
2197
+ @class_name = 'comm.WebReq1w'
2198
+ @ruby_class = 'CommWebReq1w'
2199
+ @prefix = 'CDcommWebReq1w'
2200
+ @prefixes = [['CDcommWebReq1w', false]]
2201
+ @rn_format = 'CDcommWebReq1w'
2202
+ @containers = ['CommWebServer']
2203
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2204
+ @child_classes = []
2205
+ @label = 'current web requests stats in 1 week'
2206
+ @naming_props = []
2207
+
2208
+ def rn
2209
+ 'CDcommWebReq1w'
2210
+ end
2211
+ end
2212
+ class CommWebReq1year < MO
2213
+ @class_name = 'comm.WebReq1year'
2214
+ @ruby_class = 'CommWebReq1year'
2215
+ @prefix = 'CDcommWebReq1year'
2216
+ @prefixes = [['CDcommWebReq1year', false]]
2217
+ @rn_format = 'CDcommWebReq1year'
2218
+ @containers = ['CommWebServer']
2219
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2220
+ @child_classes = []
2221
+ @label = 'current web requests stats in 1 year'
2222
+ @naming_props = []
2223
+
2224
+ def rn
2225
+ 'CDcommWebReq1year'
2226
+ end
2227
+ end
2228
+ class CommWebReq5min < MO
2229
+ @class_name = 'comm.WebReq5min'
2230
+ @ruby_class = 'CommWebReq5min'
2231
+ @prefix = 'CDcommWebReq5min'
2232
+ @prefixes = [['CDcommWebReq5min', false]]
2233
+ @rn_format = 'CDcommWebReq5min'
2234
+ @containers = ['CommWebServer']
2235
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2236
+ @child_classes = []
2237
+ @label = 'current web requests stats in 5 minute'
2238
+ @naming_props = []
2239
+
2240
+ def rn
2241
+ 'CDcommWebReq5min'
2242
+ end
2243
+ end
2244
+ class CommWebReqAg < MO
2245
+ @class_name = 'comm.WebReqAg'
2246
+ @ruby_class = 'CommWebReqAg'
2247
+ @prefix = ''
2248
+ @prefixes = []
2249
+ @rn_format = ''
2250
+ @containers = []
2251
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2252
+ @child_classes = []
2253
+ @label = 'current aggregated web requests stats'
2254
+ @naming_props = []
2255
+
2256
+ def rn
2257
+ ''
2258
+ end
2259
+ end
2260
+ class CommWebReqAg15min < MO
2261
+ @class_name = 'comm.WebReqAg15min'
2262
+ @ruby_class = 'CommWebReqAg15min'
2263
+ @prefix = 'CDcommWebReqAg15min'
2264
+ @prefixes = [['CDcommWebReqAg15min', false]]
2265
+ @rn_format = 'CDcommWebReqAg15min'
2266
+ @containers = ['CommHttps', 'CommHttp']
2267
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2268
+ @child_classes = []
2269
+ @label = 'current aggregated web requests stats in 15 minute'
2270
+ @naming_props = []
2271
+
2272
+ def rn
2273
+ 'CDcommWebReqAg15min'
2274
+ end
2275
+ end
2276
+ class CommWebReqAg1d < MO
2277
+ @class_name = 'comm.WebReqAg1d'
2278
+ @ruby_class = 'CommWebReqAg1d'
2279
+ @prefix = 'CDcommWebReqAg1d'
2280
+ @prefixes = [['CDcommWebReqAg1d', false]]
2281
+ @rn_format = 'CDcommWebReqAg1d'
2282
+ @containers = ['CommHttps', 'CommHttp']
2283
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2284
+ @child_classes = []
2285
+ @label = 'current aggregated web requests stats in 1 day'
2286
+ @naming_props = []
2287
+
2288
+ def rn
2289
+ 'CDcommWebReqAg1d'
2290
+ end
2291
+ end
2292
+ class CommWebReqAg1h < MO
2293
+ @class_name = 'comm.WebReqAg1h'
2294
+ @ruby_class = 'CommWebReqAg1h'
2295
+ @prefix = 'CDcommWebReqAg1h'
2296
+ @prefixes = [['CDcommWebReqAg1h', false]]
2297
+ @rn_format = 'CDcommWebReqAg1h'
2298
+ @containers = ['CommHttps', 'CommHttp']
2299
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2300
+ @child_classes = []
2301
+ @label = 'current aggregated web requests stats in 1 hour'
2302
+ @naming_props = []
2303
+
2304
+ def rn
2305
+ 'CDcommWebReqAg1h'
2306
+ end
2307
+ end
2308
+ class CommWebReqAg1mo < MO
2309
+ @class_name = 'comm.WebReqAg1mo'
2310
+ @ruby_class = 'CommWebReqAg1mo'
2311
+ @prefix = 'CDcommWebReqAg1mo'
2312
+ @prefixes = [['CDcommWebReqAg1mo', false]]
2313
+ @rn_format = 'CDcommWebReqAg1mo'
2314
+ @containers = ['CommHttps', 'CommHttp']
2315
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2316
+ @child_classes = []
2317
+ @label = 'current aggregated web requests stats in 1 month'
2318
+ @naming_props = []
2319
+
2320
+ def rn
2321
+ 'CDcommWebReqAg1mo'
2322
+ end
2323
+ end
2324
+ class CommWebReqAg1qtr < MO
2325
+ @class_name = 'comm.WebReqAg1qtr'
2326
+ @ruby_class = 'CommWebReqAg1qtr'
2327
+ @prefix = 'CDcommWebReqAg1qtr'
2328
+ @prefixes = [['CDcommWebReqAg1qtr', false]]
2329
+ @rn_format = 'CDcommWebReqAg1qtr'
2330
+ @containers = ['CommHttps', 'CommHttp']
2331
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2332
+ @child_classes = []
2333
+ @label = 'current aggregated web requests stats in 1 quarter'
2334
+ @naming_props = []
2335
+
2336
+ def rn
2337
+ 'CDcommWebReqAg1qtr'
2338
+ end
2339
+ end
2340
+ class CommWebReqAg1w < MO
2341
+ @class_name = 'comm.WebReqAg1w'
2342
+ @ruby_class = 'CommWebReqAg1w'
2343
+ @prefix = 'CDcommWebReqAg1w'
2344
+ @prefixes = [['CDcommWebReqAg1w', false]]
2345
+ @rn_format = 'CDcommWebReqAg1w'
2346
+ @containers = ['CommHttps', 'CommHttp']
2347
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2348
+ @child_classes = []
2349
+ @label = 'current aggregated web requests stats in 1 week'
2350
+ @naming_props = []
2351
+
2352
+ def rn
2353
+ 'CDcommWebReqAg1w'
2354
+ end
2355
+ end
2356
+ class CommWebReqAg1year < MO
2357
+ @class_name = 'comm.WebReqAg1year'
2358
+ @ruby_class = 'CommWebReqAg1year'
2359
+ @prefix = 'CDcommWebReqAg1year'
2360
+ @prefixes = [['CDcommWebReqAg1year', false]]
2361
+ @rn_format = 'CDcommWebReqAg1year'
2362
+ @containers = ['CommHttps', 'CommHttp']
2363
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2364
+ @child_classes = []
2365
+ @label = 'current aggregated web requests stats in 1 year'
2366
+ @naming_props = []
2367
+
2368
+ def rn
2369
+ 'CDcommWebReqAg1year'
2370
+ end
2371
+ end
2372
+ class CommWebReqAg5min < MO
2373
+ @class_name = 'comm.WebReqAg5min'
2374
+ @ruby_class = 'CommWebReqAg5min'
2375
+ @prefix = 'CDcommWebReqAg5min'
2376
+ @prefixes = [['CDcommWebReqAg5min', false]]
2377
+ @rn_format = 'CDcommWebReqAg5min'
2378
+ @containers = []
2379
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2380
+ @child_classes = []
2381
+ @label = 'current aggregated web requests stats in 5 minute'
2382
+ @naming_props = []
2383
+
2384
+ def rn
2385
+ 'CDcommWebReqAg5min'
2386
+ end
2387
+ end
2388
+ class CommWebReqAgHist < MO
2389
+ @class_name = 'comm.WebReqAgHist'
2390
+ @ruby_class = 'CommWebReqAgHist'
2391
+ @prefix = ''
2392
+ @prefixes = []
2393
+ @rn_format = ''
2394
+ @containers = []
2395
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2396
+ @child_classes = []
2397
+ @label = 'historical aggregated web requests stats'
2398
+ @naming_props = []
2399
+
2400
+ def rn
2401
+ ''
2402
+ end
2403
+ end
2404
+ class CommWebReqAgHist15min < MO
2405
+ @class_name = 'comm.WebReqAgHist15min'
2406
+ @ruby_class = 'CommWebReqAgHist15min'
2407
+ @prefix = 'HDcommWebReqAg15min-'
2408
+ @prefixes = [['HDcommWebReqAg15min-', true]]
2409
+ @rn_format = 'HDcommWebReqAg15min-%(index)s'
2410
+ @containers = ['CommHttps', 'CommHttp']
2411
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2412
+ @child_classes = []
2413
+ @label = 'historical aggregated web requests stats in 15 minute'
2414
+ @naming_props = ['index']
2415
+
2416
+ def rn
2417
+ 'HDcommWebReqAg15min-' << @attributes['index'] << ''
2418
+ end
2419
+ end
2420
+ class CommWebReqAgHist1d < MO
2421
+ @class_name = 'comm.WebReqAgHist1d'
2422
+ @ruby_class = 'CommWebReqAgHist1d'
2423
+ @prefix = 'HDcommWebReqAg1d-'
2424
+ @prefixes = [['HDcommWebReqAg1d-', true]]
2425
+ @rn_format = 'HDcommWebReqAg1d-%(index)s'
2426
+ @containers = ['CommHttps', 'CommHttp']
2427
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2428
+ @child_classes = []
2429
+ @label = 'historical aggregated web requests stats in 1 day'
2430
+ @naming_props = ['index']
2431
+
2432
+ def rn
2433
+ 'HDcommWebReqAg1d-' << @attributes['index'] << ''
2434
+ end
2435
+ end
2436
+ class CommWebReqAgHist1h < MO
2437
+ @class_name = 'comm.WebReqAgHist1h'
2438
+ @ruby_class = 'CommWebReqAgHist1h'
2439
+ @prefix = 'HDcommWebReqAg1h-'
2440
+ @prefixes = [['HDcommWebReqAg1h-', true]]
2441
+ @rn_format = 'HDcommWebReqAg1h-%(index)s'
2442
+ @containers = ['CommHttps', 'CommHttp']
2443
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2444
+ @child_classes = []
2445
+ @label = 'historical aggregated web requests stats in 1 hour'
2446
+ @naming_props = ['index']
2447
+
2448
+ def rn
2449
+ 'HDcommWebReqAg1h-' << @attributes['index'] << ''
2450
+ end
2451
+ end
2452
+ class CommWebReqAgHist1mo < MO
2453
+ @class_name = 'comm.WebReqAgHist1mo'
2454
+ @ruby_class = 'CommWebReqAgHist1mo'
2455
+ @prefix = 'HDcommWebReqAg1mo-'
2456
+ @prefixes = [['HDcommWebReqAg1mo-', true]]
2457
+ @rn_format = 'HDcommWebReqAg1mo-%(index)s'
2458
+ @containers = ['CommHttps', 'CommHttp']
2459
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2460
+ @child_classes = []
2461
+ @label = 'historical aggregated web requests stats in 1 month'
2462
+ @naming_props = ['index']
2463
+
2464
+ def rn
2465
+ 'HDcommWebReqAg1mo-' << @attributes['index'] << ''
2466
+ end
2467
+ end
2468
+ class CommWebReqAgHist1qtr < MO
2469
+ @class_name = 'comm.WebReqAgHist1qtr'
2470
+ @ruby_class = 'CommWebReqAgHist1qtr'
2471
+ @prefix = 'HDcommWebReqAg1qtr-'
2472
+ @prefixes = [['HDcommWebReqAg1qtr-', true]]
2473
+ @rn_format = 'HDcommWebReqAg1qtr-%(index)s'
2474
+ @containers = ['CommHttps', 'CommHttp']
2475
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2476
+ @child_classes = []
2477
+ @label = 'historical aggregated web requests stats in 1 quarter'
2478
+ @naming_props = ['index']
2479
+
2480
+ def rn
2481
+ 'HDcommWebReqAg1qtr-' << @attributes['index'] << ''
2482
+ end
2483
+ end
2484
+ class CommWebReqAgHist1w < MO
2485
+ @class_name = 'comm.WebReqAgHist1w'
2486
+ @ruby_class = 'CommWebReqAgHist1w'
2487
+ @prefix = 'HDcommWebReqAg1w-'
2488
+ @prefixes = [['HDcommWebReqAg1w-', true]]
2489
+ @rn_format = 'HDcommWebReqAg1w-%(index)s'
2490
+ @containers = ['CommHttps', 'CommHttp']
2491
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2492
+ @child_classes = []
2493
+ @label = 'historical aggregated web requests stats in 1 week'
2494
+ @naming_props = ['index']
2495
+
2496
+ def rn
2497
+ 'HDcommWebReqAg1w-' << @attributes['index'] << ''
2498
+ end
2499
+ end
2500
+ class CommWebReqAgHist1year < MO
2501
+ @class_name = 'comm.WebReqAgHist1year'
2502
+ @ruby_class = 'CommWebReqAgHist1year'
2503
+ @prefix = 'HDcommWebReqAg1year-'
2504
+ @prefixes = [['HDcommWebReqAg1year-', true]]
2505
+ @rn_format = 'HDcommWebReqAg1year-%(index)s'
2506
+ @containers = ['CommHttps', 'CommHttp']
2507
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2508
+ @child_classes = []
2509
+ @label = 'historical aggregated web requests stats in 1 year'
2510
+ @naming_props = ['index']
2511
+
2512
+ def rn
2513
+ 'HDcommWebReqAg1year-' << @attributes['index'] << ''
2514
+ end
2515
+ end
2516
+ class CommWebReqAgHist5min < MO
2517
+ @class_name = 'comm.WebReqAgHist5min'
2518
+ @ruby_class = 'CommWebReqAgHist5min'
2519
+ @prefix = 'HDcommWebReqAg5min-'
2520
+ @prefixes = [['HDcommWebReqAg5min-', true]]
2521
+ @rn_format = 'HDcommWebReqAg5min-%(index)s'
2522
+ @containers = []
2523
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsCum', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2524
+ @child_classes = []
2525
+ @label = 'historical aggregated web requests stats in 5 minute'
2526
+ @naming_props = ['index']
2527
+
2528
+ def rn
2529
+ 'HDcommWebReqAg5min-' << @attributes['index'] << ''
2530
+ end
2531
+ end
2532
+ class CommWebReqHist < MO
2533
+ @class_name = 'comm.WebReqHist'
2534
+ @ruby_class = 'CommWebReqHist'
2535
+ @prefix = ''
2536
+ @prefixes = []
2537
+ @rn_format = ''
2538
+ @containers = []
2539
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2540
+ @child_classes = []
2541
+ @label = 'historical web requests stats'
2542
+ @naming_props = []
2543
+
2544
+ def rn
2545
+ ''
2546
+ end
2547
+ end
2548
+ class CommWebReqHist15min < MO
2549
+ @class_name = 'comm.WebReqHist15min'
2550
+ @ruby_class = 'CommWebReqHist15min'
2551
+ @prefix = 'HDcommWebReq15min-'
2552
+ @prefixes = [['HDcommWebReq15min-', true]]
2553
+ @rn_format = 'HDcommWebReq15min-%(index)s'
2554
+ @containers = ['CommWebServer']
2555
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2556
+ @child_classes = []
2557
+ @label = 'historical web requests stats in 15 minute'
2558
+ @naming_props = ['index']
2559
+
2560
+ def rn
2561
+ 'HDcommWebReq15min-' << @attributes['index'] << ''
2562
+ end
2563
+ end
2564
+ class CommWebReqHist1d < MO
2565
+ @class_name = 'comm.WebReqHist1d'
2566
+ @ruby_class = 'CommWebReqHist1d'
2567
+ @prefix = 'HDcommWebReq1d-'
2568
+ @prefixes = [['HDcommWebReq1d-', true]]
2569
+ @rn_format = 'HDcommWebReq1d-%(index)s'
2570
+ @containers = ['CommWebServer']
2571
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2572
+ @child_classes = []
2573
+ @label = 'historical web requests stats in 1 day'
2574
+ @naming_props = ['index']
2575
+
2576
+ def rn
2577
+ 'HDcommWebReq1d-' << @attributes['index'] << ''
2578
+ end
2579
+ end
2580
+ class CommWebReqHist1h < MO
2581
+ @class_name = 'comm.WebReqHist1h'
2582
+ @ruby_class = 'CommWebReqHist1h'
2583
+ @prefix = 'HDcommWebReq1h-'
2584
+ @prefixes = [['HDcommWebReq1h-', true]]
2585
+ @rn_format = 'HDcommWebReq1h-%(index)s'
2586
+ @containers = ['CommWebServer']
2587
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2588
+ @child_classes = []
2589
+ @label = 'historical web requests stats in 1 hour'
2590
+ @naming_props = ['index']
2591
+
2592
+ def rn
2593
+ 'HDcommWebReq1h-' << @attributes['index'] << ''
2594
+ end
2595
+ end
2596
+ class CommWebReqHist1mo < MO
2597
+ @class_name = 'comm.WebReqHist1mo'
2598
+ @ruby_class = 'CommWebReqHist1mo'
2599
+ @prefix = 'HDcommWebReq1mo-'
2600
+ @prefixes = [['HDcommWebReq1mo-', true]]
2601
+ @rn_format = 'HDcommWebReq1mo-%(index)s'
2602
+ @containers = ['CommWebServer']
2603
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2604
+ @child_classes = []
2605
+ @label = 'historical web requests stats in 1 month'
2606
+ @naming_props = ['index']
2607
+
2608
+ def rn
2609
+ 'HDcommWebReq1mo-' << @attributes['index'] << ''
2610
+ end
2611
+ end
2612
+ class CommWebReqHist1qtr < MO
2613
+ @class_name = 'comm.WebReqHist1qtr'
2614
+ @ruby_class = 'CommWebReqHist1qtr'
2615
+ @prefix = 'HDcommWebReq1qtr-'
2616
+ @prefixes = [['HDcommWebReq1qtr-', true]]
2617
+ @rn_format = 'HDcommWebReq1qtr-%(index)s'
2618
+ @containers = ['CommWebServer']
2619
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2620
+ @child_classes = []
2621
+ @label = 'historical web requests stats in 1 quarter'
2622
+ @naming_props = ['index']
2623
+
2624
+ def rn
2625
+ 'HDcommWebReq1qtr-' << @attributes['index'] << ''
2626
+ end
2627
+ end
2628
+ class CommWebReqHist1w < MO
2629
+ @class_name = 'comm.WebReqHist1w'
2630
+ @ruby_class = 'CommWebReqHist1w'
2631
+ @prefix = 'HDcommWebReq1w-'
2632
+ @prefixes = [['HDcommWebReq1w-', true]]
2633
+ @rn_format = 'HDcommWebReq1w-%(index)s'
2634
+ @containers = ['CommWebServer']
2635
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2636
+ @child_classes = []
2637
+ @label = 'historical web requests stats in 1 week'
2638
+ @naming_props = ['index']
2639
+
2640
+ def rn
2641
+ 'HDcommWebReq1w-' << @attributes['index'] << ''
2642
+ end
2643
+ end
2644
+ class CommWebReqHist1year < MO
2645
+ @class_name = 'comm.WebReqHist1year'
2646
+ @ruby_class = 'CommWebReqHist1year'
2647
+ @prefix = 'HDcommWebReq1year-'
2648
+ @prefixes = [['HDcommWebReq1year-', true]]
2649
+ @rn_format = 'HDcommWebReq1year-%(index)s'
2650
+ @containers = ['CommWebServer']
2651
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2652
+ @child_classes = []
2653
+ @label = 'historical web requests stats in 1 year'
2654
+ @naming_props = ['index']
2655
+
2656
+ def rn
2657
+ 'HDcommWebReq1year-' << @attributes['index'] << ''
2658
+ end
2659
+ end
2660
+ class CommWebReqHist5min < MO
2661
+ @class_name = 'comm.WebReqHist5min'
2662
+ @ruby_class = 'CommWebReqHist5min'
2663
+ @prefix = 'HDcommWebReq5min-'
2664
+ @prefixes = [['HDcommWebReq5min-', true]]
2665
+ @rn_format = 'HDcommWebReq5min-%(index)s'
2666
+ @containers = ['CommWebServer']
2667
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2668
+ @child_classes = []
2669
+ @label = 'historical web requests stats in 5 minute'
2670
+ @naming_props = ['index']
2671
+
2672
+ def rn
2673
+ 'HDcommWebReq5min-' << @attributes['index'] << ''
2674
+ end
2675
+ end
2676
+ class CommWebReqPart < MO
2677
+ @class_name = 'comm.WebReqPart'
2678
+ @ruby_class = 'CommWebReqPart'
2679
+ @prefix = ''
2680
+ @prefixes = []
2681
+ @rn_format = ''
2682
+ @containers = []
2683
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2684
+ @child_classes = []
2685
+ @label = 'current portion of the web requests stats'
2686
+ @naming_props = []
2687
+
2688
+ def rn
2689
+ ''
2690
+ end
2691
+ end
2692
+ class CommWebReqPart15min < MO
2693
+ @class_name = 'comm.WebReqPart15min'
2694
+ @ruby_class = 'CommWebReqPart15min'
2695
+ @prefix = 'CDcommWebReqPart15min-'
2696
+ @prefixes = [['CDcommWebReqPart15min-', true]]
2697
+ @rn_format = 'CDcommWebReqPart15min-%(nodeId)s'
2698
+ @containers = []
2699
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2700
+ @child_classes = []
2701
+ @label = 'current portion of the web requests stats in 15 minute'
2702
+ @naming_props = ['nodeId']
2703
+
2704
+ def rn
2705
+ 'CDcommWebReqPart15min-' << @attributes['nodeId'] << ''
2706
+ end
2707
+ end
2708
+ class CommWebReqPart1d < MO
2709
+ @class_name = 'comm.WebReqPart1d'
2710
+ @ruby_class = 'CommWebReqPart1d'
2711
+ @prefix = 'CDcommWebReqPart1d-'
2712
+ @prefixes = [['CDcommWebReqPart1d-', true]]
2713
+ @rn_format = 'CDcommWebReqPart1d-%(nodeId)s'
2714
+ @containers = []
2715
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2716
+ @child_classes = []
2717
+ @label = 'current portion of the web requests stats in 1 day'
2718
+ @naming_props = ['nodeId']
2719
+
2720
+ def rn
2721
+ 'CDcommWebReqPart1d-' << @attributes['nodeId'] << ''
2722
+ end
2723
+ end
2724
+ class CommWebReqPart1h < MO
2725
+ @class_name = 'comm.WebReqPart1h'
2726
+ @ruby_class = 'CommWebReqPart1h'
2727
+ @prefix = 'CDcommWebReqPart1h-'
2728
+ @prefixes = [['CDcommWebReqPart1h-', true]]
2729
+ @rn_format = 'CDcommWebReqPart1h-%(nodeId)s'
2730
+ @containers = []
2731
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2732
+ @child_classes = []
2733
+ @label = 'current portion of the web requests stats in 1 hour'
2734
+ @naming_props = ['nodeId']
2735
+
2736
+ def rn
2737
+ 'CDcommWebReqPart1h-' << @attributes['nodeId'] << ''
2738
+ end
2739
+ end
2740
+ class CommWebReqPart1mo < MO
2741
+ @class_name = 'comm.WebReqPart1mo'
2742
+ @ruby_class = 'CommWebReqPart1mo'
2743
+ @prefix = 'CDcommWebReqPart1mo-'
2744
+ @prefixes = [['CDcommWebReqPart1mo-', true]]
2745
+ @rn_format = 'CDcommWebReqPart1mo-%(nodeId)s'
2746
+ @containers = []
2747
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2748
+ @child_classes = []
2749
+ @label = 'current portion of the web requests stats in 1 month'
2750
+ @naming_props = ['nodeId']
2751
+
2752
+ def rn
2753
+ 'CDcommWebReqPart1mo-' << @attributes['nodeId'] << ''
2754
+ end
2755
+ end
2756
+ class CommWebReqPart1qtr < MO
2757
+ @class_name = 'comm.WebReqPart1qtr'
2758
+ @ruby_class = 'CommWebReqPart1qtr'
2759
+ @prefix = 'CDcommWebReqPart1qtr-'
2760
+ @prefixes = [['CDcommWebReqPart1qtr-', true]]
2761
+ @rn_format = 'CDcommWebReqPart1qtr-%(nodeId)s'
2762
+ @containers = []
2763
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2764
+ @child_classes = []
2765
+ @label = 'current portion of the web requests stats in 1 quarter'
2766
+ @naming_props = ['nodeId']
2767
+
2768
+ def rn
2769
+ 'CDcommWebReqPart1qtr-' << @attributes['nodeId'] << ''
2770
+ end
2771
+ end
2772
+ class CommWebReqPart1w < MO
2773
+ @class_name = 'comm.WebReqPart1w'
2774
+ @ruby_class = 'CommWebReqPart1w'
2775
+ @prefix = 'CDcommWebReqPart1w-'
2776
+ @prefixes = [['CDcommWebReqPart1w-', true]]
2777
+ @rn_format = 'CDcommWebReqPart1w-%(nodeId)s'
2778
+ @containers = []
2779
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2780
+ @child_classes = []
2781
+ @label = 'current portion of the web requests stats in 1 week'
2782
+ @naming_props = ['nodeId']
2783
+
2784
+ def rn
2785
+ 'CDcommWebReqPart1w-' << @attributes['nodeId'] << ''
2786
+ end
2787
+ end
2788
+ class CommWebReqPart1year < MO
2789
+ @class_name = 'comm.WebReqPart1year'
2790
+ @ruby_class = 'CommWebReqPart1year'
2791
+ @prefix = 'CDcommWebReqPart1year-'
2792
+ @prefixes = [['CDcommWebReqPart1year-', true]]
2793
+ @rn_format = 'CDcommWebReqPart1year-%(nodeId)s'
2794
+ @containers = []
2795
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2796
+ @child_classes = []
2797
+ @label = 'current portion of the web requests stats in 1 year'
2798
+ @naming_props = ['nodeId']
2799
+
2800
+ def rn
2801
+ 'CDcommWebReqPart1year-' << @attributes['nodeId'] << ''
2802
+ end
2803
+ end
2804
+ class CommWebReqPart5min < MO
2805
+ @class_name = 'comm.WebReqPart5min'
2806
+ @ruby_class = 'CommWebReqPart5min'
2807
+ @prefix = 'CDcommWebReqPart5min-'
2808
+ @prefixes = [['CDcommWebReqPart5min-', true]]
2809
+ @rn_format = 'CDcommWebReqPart5min-%(nodeId)s'
2810
+ @containers = []
2811
+ @props = ['childAction', 'cnt', 'dn', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsBase', 'requestsCum', 'requestsLast', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'requestsTrBase', 'rn', 'status']
2812
+ @child_classes = []
2813
+ @label = 'current portion of the web requests stats in 5 minute'
2814
+ @naming_props = ['nodeId']
2815
+
2816
+ def rn
2817
+ 'CDcommWebReqPart5min-' << @attributes['nodeId'] << ''
2818
+ end
2819
+ end
2820
+ class CommWebReqPartHist < MO
2821
+ @class_name = 'comm.WebReqPartHist'
2822
+ @ruby_class = 'CommWebReqPartHist'
2823
+ @prefix = ''
2824
+ @prefixes = []
2825
+ @rn_format = ''
2826
+ @containers = []
2827
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2828
+ @child_classes = []
2829
+ @label = 'historical portion of the web requests stats'
2830
+ @naming_props = []
2831
+
2832
+ def rn
2833
+ ''
2834
+ end
2835
+ end
2836
+ class CommWebReqPartHist15min < MO
2837
+ @class_name = 'comm.WebReqPartHist15min'
2838
+ @ruby_class = 'CommWebReqPartHist15min'
2839
+ @prefix = 'HDcommWebReqPart15min-'
2840
+ @prefixes = [['HDcommWebReqPart15min-', true], ['-node-', true]]
2841
+ @rn_format = 'HDcommWebReqPart15min-%(index)s-node-%(nodeId)s'
2842
+ @containers = []
2843
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2844
+ @child_classes = []
2845
+ @label = 'historical portion of the web requests stats in 15 minute'
2846
+ @naming_props = ['index', 'nodeId']
2847
+
2848
+ def rn
2849
+ 'HDcommWebReqPart15min-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2850
+ end
2851
+ end
2852
+ class CommWebReqPartHist1d < MO
2853
+ @class_name = 'comm.WebReqPartHist1d'
2854
+ @ruby_class = 'CommWebReqPartHist1d'
2855
+ @prefix = 'HDcommWebReqPart1d-'
2856
+ @prefixes = [['HDcommWebReqPart1d-', true], ['-node-', true]]
2857
+ @rn_format = 'HDcommWebReqPart1d-%(index)s-node-%(nodeId)s'
2858
+ @containers = []
2859
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2860
+ @child_classes = []
2861
+ @label = 'historical portion of the web requests stats in 1 day'
2862
+ @naming_props = ['index', 'nodeId']
2863
+
2864
+ def rn
2865
+ 'HDcommWebReqPart1d-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2866
+ end
2867
+ end
2868
+ class CommWebReqPartHist1h < MO
2869
+ @class_name = 'comm.WebReqPartHist1h'
2870
+ @ruby_class = 'CommWebReqPartHist1h'
2871
+ @prefix = 'HDcommWebReqPart1h-'
2872
+ @prefixes = [['HDcommWebReqPart1h-', true], ['-node-', true]]
2873
+ @rn_format = 'HDcommWebReqPart1h-%(index)s-node-%(nodeId)s'
2874
+ @containers = []
2875
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2876
+ @child_classes = []
2877
+ @label = 'historical portion of the web requests stats in 1 hour'
2878
+ @naming_props = ['index', 'nodeId']
2879
+
2880
+ def rn
2881
+ 'HDcommWebReqPart1h-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2882
+ end
2883
+ end
2884
+ class CommWebReqPartHist1mo < MO
2885
+ @class_name = 'comm.WebReqPartHist1mo'
2886
+ @ruby_class = 'CommWebReqPartHist1mo'
2887
+ @prefix = 'HDcommWebReqPart1mo-'
2888
+ @prefixes = [['HDcommWebReqPart1mo-', true], ['-node-', true]]
2889
+ @rn_format = 'HDcommWebReqPart1mo-%(index)s-node-%(nodeId)s'
2890
+ @containers = []
2891
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2892
+ @child_classes = []
2893
+ @label = 'historical portion of the web requests stats in 1 month'
2894
+ @naming_props = ['index', 'nodeId']
2895
+
2896
+ def rn
2897
+ 'HDcommWebReqPart1mo-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2898
+ end
2899
+ end
2900
+ class CommWebReqPartHist1qtr < MO
2901
+ @class_name = 'comm.WebReqPartHist1qtr'
2902
+ @ruby_class = 'CommWebReqPartHist1qtr'
2903
+ @prefix = 'HDcommWebReqPart1qtr-'
2904
+ @prefixes = [['HDcommWebReqPart1qtr-', true], ['-node-', true]]
2905
+ @rn_format = 'HDcommWebReqPart1qtr-%(index)s-node-%(nodeId)s'
2906
+ @containers = []
2907
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2908
+ @child_classes = []
2909
+ @label = 'historical portion of the web requests stats in 1 quarter'
2910
+ @naming_props = ['index', 'nodeId']
2911
+
2912
+ def rn
2913
+ 'HDcommWebReqPart1qtr-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2914
+ end
2915
+ end
2916
+ class CommWebReqPartHist1w < MO
2917
+ @class_name = 'comm.WebReqPartHist1w'
2918
+ @ruby_class = 'CommWebReqPartHist1w'
2919
+ @prefix = 'HDcommWebReqPart1w-'
2920
+ @prefixes = [['HDcommWebReqPart1w-', true], ['-node-', true]]
2921
+ @rn_format = 'HDcommWebReqPart1w-%(index)s-node-%(nodeId)s'
2922
+ @containers = []
2923
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2924
+ @child_classes = []
2925
+ @label = 'historical portion of the web requests stats in 1 week'
2926
+ @naming_props = ['index', 'nodeId']
2927
+
2928
+ def rn
2929
+ 'HDcommWebReqPart1w-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2930
+ end
2931
+ end
2932
+ class CommWebReqPartHist1year < MO
2933
+ @class_name = 'comm.WebReqPartHist1year'
2934
+ @ruby_class = 'CommWebReqPartHist1year'
2935
+ @prefix = 'HDcommWebReqPart1year-'
2936
+ @prefixes = [['HDcommWebReqPart1year-', true], ['-node-', true]]
2937
+ @rn_format = 'HDcommWebReqPart1year-%(index)s-node-%(nodeId)s'
2938
+ @containers = []
2939
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2940
+ @child_classes = []
2941
+ @label = 'historical portion of the web requests stats in 1 year'
2942
+ @naming_props = ['index', 'nodeId']
2943
+
2944
+ def rn
2945
+ 'HDcommWebReqPart1year-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2946
+ end
2947
+ end
2948
+ class CommWebReqPartHist5min < MO
2949
+ @class_name = 'comm.WebReqPartHist5min'
2950
+ @ruby_class = 'CommWebReqPartHist5min'
2951
+ @prefix = 'HDcommWebReqPart5min-'
2952
+ @prefixes = [['HDcommWebReqPart5min-', true], ['-node-', true]]
2953
+ @rn_format = 'HDcommWebReqPart5min-%(index)s-node-%(nodeId)s'
2954
+ @containers = []
2955
+ @props = ['childAction', 'cnt', 'dn', 'index', 'lastCollOffset', 'modTs', 'nodeId', 'repIntvEnd', 'repIntvStart', 'requestsAvg', 'requestsCum', 'requestsMax', 'requestsMin', 'requestsPer', 'requestsRate', 'requestsSpct', 'requestsThr', 'requestsTr', 'rn', 'status']
2956
+ @child_classes = []
2957
+ @label = 'historical portion of the web requests stats in 5 minute'
2958
+ @naming_props = ['index', 'nodeId']
2959
+
2960
+ def rn
2961
+ 'HDcommWebReqPart5min-' << @attributes['index'] << '-node-' << @attributes['nodeId'] << ''
2962
+ end
2963
+ end
2964
+ class CommWebServer < MO
2965
+ @class_name = 'comm.WebServer'
2966
+ @ruby_class = 'CommWebServer'
2967
+ @prefix = 'web'
2968
+ @prefixes = [['web', false]]
2969
+ @rn_format = 'web'
2970
+ @containers = ['FabricNode']
2971
+ @props = ['childAction', 'dn', 'lcOwn', 'modTs', 'monPolDn', 'name', 'rn', 'status']
2972
+ @child_classes = ['CommRequestCont', 'CommWebConnHist1qtr', 'CommWebConnStates1year', 'FaultInst', 'CommWebConn1year', 'CommWebConn5min', 'CommWebReq15min', 'HealthInst', 'CommWebConnStates1qtr', 'CommWebConn1mo', 'CommWebReqHist1w', 'CommWebConnHist1mo', 'CommWebReq1w', 'CommWebConnHist5min', 'CommWebReq1qtr', 'CommWebConnHist1year', 'CommWebReq1d', 'CommWebConnStates5min', 'CommWebConnStatesHist15min', 'CommWebReq1h', 'CommWebReqHist1qtr', 'CommWebReqHist1mo', 'CommWebConn1w', 'CommWebConnStates15min', 'CommWebConnStatesHist1h', 'CommWebConnStates1d', 'CommWebConnStates1h', 'CommWebConnHist15min', 'CommWebReq1year', 'CommWebConnStatesHist1d', 'CommWebReqHist5min', 'CommWebConn1d', 'CommWebConnStates1w', 'CommWebReqHist15min', 'CommWebReq5min', 'CommWebConnStatesHist1year', 'FaultCounts', 'CommWebConnStatesHist1w', 'CommWebReqHist1d', 'CommWebConn1h', 'CommWebConnHist1h', 'CommWebConn1qtr', 'CommWebConnStatesHist5min', 'CommWebConnStatesHist1mo', 'CommWebConnHist1d', 'CommWebReq1mo', 'CommWebConnStates1mo', 'CommWebReqHist1year', 'CommWebReqHist1h', 'CommWebConn15min', 'CommWebConnHist1w', 'CommWebConnStatesHist1qtr']
2973
+ @label = 'Web Server'
2974
+ @naming_props = []
2975
+
2976
+ def rn
2977
+ 'web'
2978
+ end
2979
+ end
2980
+
2981
+ end