blob: 930669a62dc68b21c08fd633cd27f2148fb71277 [file] [log] [blame]
Yang Xub49dba12018-09-18 10:51:22 -04001tosca_definitions_version: tosca_simple_yaml_1_1
2metadata:
3 invariantUUID: caaff476-b99b-4e3d-a790-dea9e9bb0156
4 UUID: fbd4a48f-409f-4e57-98d1-068aa50f50b1
5 name: vFirewall-0911
6 description: vFW
7 type: Service
8 category: Network L4+
9 serviceType: ''
10 serviceRole: ''
11 instantiationType: A-la-carte
12 serviceEcompNaming: true
13 ecompGeneratedNaming: true
14 namingPolicy: ''
15 environmentContext: General_Revenue-Bearing
16imports:
17- nodes:
18 file: nodes.yml
19- datatypes:
20 file: data.yml
21- capabilities:
22 file: capabilities.yml
23- relationships:
24 file: relationships.yml
25- groups:
26 file: groups.yml
27- policies:
28 file: policies.yml
29- annotations:
30 file: annotations.yml
31- service-vFirewall-0911-interface:
32 file: service-Vfirewall0911-template-interface.yml
33- resource-vFirewall:
34 file: resource-Vfirewall-template.yml
35- resource-vFirewall-interface:
36 file: resource-Vfirewall-template-interface.yml
37topology_template:
38 node_templates:
39 vFirewall 0:
40 type: org.openecomp.resource.vf.Vfirewall
41 metadata:
42 invariantUUID: a91dbe64-cadd-499c-9a19-7f5a19d7e8ab
43 UUID: b04870b8-a9f9-4b0d-9851-466830c75ee2
44 customizationUUID: 3b9b0fa4-ca9d-4bba-a1cd-bc6b470a5999
45 version: '1.0'
46 name: vFirewall
47 description: vFW
48 type: VF
49 category: Application L4+
50 subcategory: Firewall
51 resourceVendor: 00c5fde9-cc1f-41e9-9e88
52 resourceVendorRelease: '1.0'
53 resourceVendorModelNumber: ''
54 properties:
55 vf_module_id: vFirewall
56 nf_function: ONAP-FIREWALL
57 vfw_private_ip_1: 192.168.20.100
58 public_net_id: PUT THE PUBLIC NETWORK ID HERE
59 vfw_private_ip_0: 192.168.10.100
60 onap_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
61 sec_group: PUT THE ONAP SECURITY GROUP HERE
62 vfw_private_ip_2: 10.0.100.1
63 nf_type: FIREWALL
64 vfw_name_0: zdfw1fwl01fwl01
65 nexus_artifact_repo: https://nexus.onap.org
66 onap_private_net_cidr: 10.0.0.0/16
67 dcae_collector_ip: 10.0.4.1
68 vnf_id: vFirewall_demo_app
69 dcae_collector_port: '8081'
70 vpg_name_0: zdfw1fwl01pgn01
71 vsn_private_ip_0: 192.168.20.250
72 vpg_private_ip_1: 10.0.100.2
73 vsn_private_ip_1: 10.0.100.3
74 vpg_private_ip_0: 192.168.10.200
75 protected_private_net_cidr: 192.168.20.0/24
76 unprotected_private_net_cidr: 192.168.10.0/24
77 nf_naming:
78 naming_policy: SDNC_Policy.Config_MS_ONAP_VFW_NAMING_TIMESTAMP
79 ecomp_generated_naming: true
80 vsn_name_0: zdfw1fwl01snk01
81 multi_stage_design: false
82 onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
83 nf_naming_code: vfw
84 unprotected_private_net_id: zdfw1fwl01_unprotected
85 availability_zone_max_count: 1
86 sdnc_artifact_name: vFW_vNF_Artifact
87 vfw_flavor_name: PUT THE VM FLAVOR NAME HERE (m1.medium suggested)
88 demo_artifacts_version: 1.3.0-SNAPSHOT
89 pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN
90 key_name: vfw_key
91 sdnc_model_version: 1.0.0
92 nf_role: vFW
93 install_script_version: 1.3.0-SNAPSHOT
94 vfw_image_name: PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)
95 protected_private_net_id: zdfw1fwl01_protected
96 sdnc_model_name: vFW_spinup
97 cloud_env: openstack
98 capabilities:
99 abstract_vfw.cpu_vfw:
100 properties:
101 unit: ns
102 description: CPU time used
103 type: Cumulative
104 category: compute
105 abstract_vpg.memory.resident_vpg:
106 properties:
107 unit: MB
108 description: Volume of RAM used by the instance on the physical machine
109 type: Gauge
110 category: compute
111 abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port:
112 properties:
113 unit: B/s
114 description: Average rate of incoming bytes
115 type: Gauge
116 category: network
117 abstract_vfw.disk.device.read.requests_vfw:
118 properties:
119 unit: request
120 description: Number of read requests
121 type: Cumulative
122 category: disk
123 abstract_vpg.disk.write.bytes_vpg:
124 properties:
125 unit: B
126 description: Volume of writes
127 type: Cumulative
128 category: compute
129 abstract_vsn.disk.device.write.requests.rate_vsn:
130 properties:
131 unit: request/s
132 description: Average rate of write requests
133 type: Gauge
134 category: disk
135 protected_private_network.end_point:
136 properties:
137 protocol: tcp
138 initiator: source
139 network_name: PRIVATE
140 secure: false
141 abstract_vfw.port_mirroring_vfw_vfw_private_2_port:
142 properties:
143 connection_point:
144 network_role:
145 get_input: port_vfw_private_2_port_network_role
146 nfc_naming_code: vfw
147 abstract_vpg.disk.usage_vpg:
148 properties:
149 unit: B
150 description: The physical size in bytes of the image container on the host
151 type: Gauge
152 category: disk
153 abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port:
154 properties:
155 unit: B/s
156 description: Average rate of outgoing bytes
157 type: Gauge
158 category: network
159 abstract_vfw.disk.device.latency_vfw:
160 properties:
161 unit: ms
162 description: Average disk latency per device
163 type: Gauge
164 category: disk
165 abstract_vsn.disk.device.write.bytes_vsn:
166 properties:
167 unit: B
168 description: Volume of writes
169 type: Cumulative
170 category: disk
171 abstract_vfw.disk.read.requests_vfw:
172 properties:
173 unit: request
174 description: Number of read requests
175 type: Cumulative
176 category: compute
177 abstract_vsn.memory.resident_vsn:
178 properties:
179 unit: MB
180 description: Volume of RAM used by the instance on the physical machine
181 type: Gauge
182 category: compute
183 abstract_vfw.memory_vfw:
184 properties:
185 unit: MB
186 description: Volume of RAM allocated to the instance
187 type: Gauge
188 category: compute
189 abstract_vsn.disk.device.read.requests.rate_vsn:
190 properties:
191 unit: request/s
192 description: Average rate of read requests
193 type: Gauge
194 category: disk
195 unprotected_private_network.end_point:
196 properties:
197 protocol: tcp
198 initiator: source
199 network_name: PRIVATE
200 secure: false
201 abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port:
202 properties:
203 unit: B/s
204 description: Average rate of outgoing bytes
205 type: Gauge
206 category: network
207 abstract_vfw.disk.device.allocation_vfw:
208 properties:
209 unit: B
210 description: The amount of disk per device occupied by the instance on the host machine
211 type: Gauge
212 category: disk
213 abstract_vfw.disk.root.size_vfw:
214 properties:
215 unit: GB
216 description: Size of root disk
217 type: Gauge
218 category: compute
219 abstract_vpg.memory.usage_vpg:
220 properties:
221 unit: MB
222 description: Volume of RAM used by the instance from the amount of its allocated memory
223 type: Gauge
224 category: compute
225 abstract_vfw.disk.capacity_vfw:
226 properties:
227 unit: B
228 description: The amount of disk that the instance can see
229 type: Gauge
230 category: disk
231 abstract_vfw.disk.allocation_vfw:
232 properties:
233 unit: B
234 description: The amount of disk occupied by the instance on the host machine
235 type: Gauge
236 category: disk
237 abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port:
238 properties:
239 unit: B
240 description: Number of incoming bytes
241 type: Cumulative
242 category: network
243 abstract_vpg.disk.iops_vpg:
244 properties:
245 unit: count/s
246 description: Average disk iops
247 type: Gauge
248 category: disk
249 abstract_vpg.disk.device.capacity_vpg:
250 properties:
251 unit: B
252 description: The amount of disk per device that the instance can see
253 type: Gauge
254 category: disk
255 abstract_vsn.scalable_vsn:
256 properties:
257 min_instances: 1
258 max_instances: 1
259 abstract_vsn.disk.read.bytes_vsn:
260 properties:
261 unit: B
262 description: Volume of reads
263 type: Cumulative
264 category: compute
265 abstract_vpg.disk.write.requests.rate_vpg:
266 properties:
267 unit: request/s
268 description: Average rate of write requests
269 type: Gauge
270 category: compute
271 abstract_vfw.disk.device.iops_vfw:
272 properties:
273 unit: count/s
274 description: Average disk iops per device
275 type: Gauge
276 category: disk
277 abstract_vsn.disk.device.write.requests_vsn:
278 properties:
279 unit: request
280 description: Number of write requests
281 type: Cumulative
282 category: disk
283 abstract_vfw.disk.write.requests_vfw:
284 properties:
285 unit: request
286 description: Number of write requests
287 type: Cumulative
288 category: compute
289 abstract_vsn.disk.device.allocation_vsn:
290 properties:
291 unit: B
292 description: The amount of disk per device occupied by the instance on the host machine
293 type: Gauge
294 category: disk
295 abstract_vsn.disk.ephemeral.size_vsn:
296 properties:
297 unit: GB
298 description: Size of ephemeral disk
299 type: Gauge
300 category: compute
301 abstract_vpg.disk.read.bytes_vpg:
302 properties:
303 unit: B
304 description: Volume of reads
305 type: Cumulative
306 category: compute
307 abstract_vsn.cpu_vsn:
308 properties:
309 unit: ns
310 description: CPU time used
311 type: Cumulative
312 category: compute
313 abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port:
314 properties:
315 unit: B/s
316 description: Average rate of outgoing bytes
317 type: Gauge
318 category: network
319 abstract_vsn.disk.write.bytes_vsn:
320 properties:
321 unit: B
322 description: Volume of writes
323 type: Cumulative
324 category: compute
325 abstract_vpg.disk.device.read.bytes_vpg:
326 properties:
327 unit: B
328 description: Volume of reads
329 type: Cumulative
330 category: disk
331 abstract_vpg.disk.capacity_vpg:
332 properties:
333 unit: B
334 description: The amount of disk that the instance can see
335 type: Gauge
336 category: disk
337 abstract_vpg.disk.device.read.bytes.rate_vpg:
338 properties:
339 unit: B/s
340 description: Average rate of reads
341 type: Gauge
342 category: disk
343 abstract_vfw.disk.usage_vfw:
344 properties:
345 unit: B
346 description: The physical size in bytes of the image container on the host
347 type: Gauge
348 category: disk
349 abstract_vsn.disk.device.latency_vsn:
350 properties:
351 unit: ms
352 description: Average disk latency per device
353 type: Gauge
354 category: disk
355 abstract_vpg.scalable_vpg:
356 properties:
357 min_instances: 1
358 max_instances: 1
359 abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port:
360 properties:
361 unit: packet
362 description: Number of incoming packets
363 type: Cumulative
364 category: network
365 abstract_vsn.instance_vsn:
366 properties:
367 unit: instance
368 description: Existence of instance
369 type: Gauge
370 category: compute
371 abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port:
372 properties:
373 unit: packet
374 description: Number of outgoing packets
375 type: Cumulative
376 category: network
377 abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port:
378 properties:
379 unit: B/s
380 description: Average rate of incoming bytes
381 type: Gauge
382 category: network
383 abstract_vpg.disk.device.allocation_vpg:
384 properties:
385 unit: B
386 description: The amount of disk per device occupied by the instance on the host machine
387 type: Gauge
388 category: disk
389 abstract_vsn.disk.write.requests_vsn:
390 properties:
391 unit: request
392 description: Number of write requests
393 type: Cumulative
394 category: compute
395 abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port:
396 properties:
397 unit: packet/s
398 description: Average rate of incoming packets
399 type: Gauge
400 category: network
401 abstract_vfw.disk.write.bytes_vfw:
402 properties:
403 unit: B
404 description: Volume of writes
405 type: Cumulative
406 category: compute
407 abstract_vsn.disk.device.read.bytes.rate_vsn:
408 properties:
409 unit: B/s
410 description: Average rate of reads
411 type: Gauge
412 category: disk
413 abstract_vsn.vcpus_vsn:
414 properties:
415 unit: vcpu
416 description: Number of virtual CPUs allocated to the instance
417 type: Gauge
418 category: compute
419 abstract_vfw.disk.device.write.bytes_vfw:
420 properties:
421 unit: B
422 description: Volume of writes
423 type: Cumulative
424 category: disk
425 abstract_vsn.cpu.delta_vsn:
426 properties:
427 unit: ns
428 description: CPU time used since previous datapoint
429 type: Delta
430 category: compute
431 abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port:
432 properties:
433 unit: B
434 description: Number of incoming bytes
435 type: Cumulative
436 category: network
437 abstract_vfw.memory.resident_vfw:
438 properties:
439 unit: MB
440 description: Volume of RAM used by the instance on the physical machine
441 type: Gauge
442 category: compute
443 abstract_vsn.cpu_util_vsn:
444 properties:
445 unit: '%'
446 description: Average CPU utilization
447 type: Gauge
448 category: compute
449 abstract_vpg.disk.device.iops_vpg:
450 properties:
451 unit: count/s
452 description: Average disk iops per device
453 type: Gauge
454 category: disk
455 abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port:
456 properties:
457 unit: packet
458 description: Number of incoming packets
459 type: Cumulative
460 category: network
461 abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port:
462 properties:
463 unit: B
464 description: Number of outgoing bytes
465 type: Cumulative
466 category: network
467 abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port:
468 properties:
469 unit: B/s
470 description: Average rate of incoming bytes
471 type: Gauge
472 category: network
473 abstract_vpg.disk.latency_vpg:
474 properties:
475 unit: ms
476 description: Average disk latency
477 type: Gauge
478 category: disk
479 abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port:
480 properties:
481 unit: B/s
482 description: Average rate of incoming bytes
483 type: Gauge
484 category: network
485 abstract_vpg.instance_vpg:
486 properties:
487 unit: instance
488 description: Existence of instance
489 type: Gauge
490 category: compute
491 abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port:
492 properties:
493 unit: packet/s
494 description: Average rate of outgoing packets
495 type: Gauge
496 category: network
497 abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port:
498 properties:
499 unit: packet
500 description: Number of outgoing packets
501 type: Cumulative
502 category: network
503 abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port:
504 properties:
505 unit: packet
506 description: Number of outgoing packets
507 type: Cumulative
508 category: network
509 abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port:
510 properties:
511 unit: packet/s
512 description: Average rate of outgoing packets
513 type: Gauge
514 category: network
515 abstract_vsn.disk.allocation_vsn:
516 properties:
517 unit: B
518 description: The amount of disk occupied by the instance on the host machine
519 type: Gauge
520 category: disk
521 abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port:
522 properties:
523 unit: packet/s
524 description: Average rate of outgoing packets
525 type: Gauge
526 category: network
527 abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port:
528 properties:
529 unit: packet/s
530 description: Average rate of incoming packets
531 type: Gauge
532 category: network
533 abstract_vsn.disk.capacity_vsn:
534 properties:
535 unit: B
536 description: The amount of disk that the instance can see
537 type: Gauge
538 category: disk
539 abstract_vsn.disk.device.capacity_vsn:
540 properties:
541 unit: B
542 description: The amount of disk per device that the instance can see
543 type: Gauge
544 category: disk
545 abstract_vpg.disk.allocation_vpg:
546 properties:
547 unit: B
548 description: The amount of disk occupied by the instance on the host machine
549 type: Gauge
550 category: disk
551 abstract_vfw.disk.device.read.requests.rate_vfw:
552 properties:
553 unit: request/s
554 description: Average rate of read requests
555 type: Gauge
556 category: disk
557 abstract_vsn.disk.root.size_vsn:
558 properties:
559 unit: GB
560 description: Size of root disk
561 type: Gauge
562 category: compute
563 abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port:
564 properties:
565 unit: B
566 description: Number of incoming bytes
567 type: Cumulative
568 category: network
569 abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port:
570 properties:
571 unit: packet/s
572 description: Average rate of outgoing packets
573 type: Gauge
574 category: network
575 abstract_vsn.disk.usage_vsn:
576 properties:
577 unit: B
578 description: The physical size in bytes of the image container on the host
579 type: Gauge
580 category: disk
581 abstract_vsn.disk.write.bytes.rate_vsn:
582 properties:
583 unit: B/s
584 description: Average rate of writes
585 type: Gauge
586 category: compute
587 abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port:
588 properties:
589 unit: B/s
590 description: Average rate of outgoing bytes
591 type: Gauge
592 category: network
593 abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port:
594 properties:
595 unit: packet/s
596 description: Average rate of incoming packets
597 type: Gauge
598 category: network
599 abstract_vsn.endpoint_vsn:
600 properties:
601 secure: true
602 abstract_vpg.disk.read.bytes.rate_vpg:
603 properties:
604 unit: B/s
605 description: Average rate of reads
606 type: Gauge
607 category: compute
608 abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port:
609 properties:
610 unit: B
611 description: Number of outgoing bytes
612 type: Cumulative
613 category: network
614 abstract_vpg.disk.device.read.requests_vpg:
615 properties:
616 unit: request
617 description: Number of read requests
618 type: Cumulative
619 category: disk
620 abstract_vpg.port_mirroring_vpg_vpg_private_1_port:
621 properties:
622 connection_point:
623 network_role:
624 get_input: port_vpg_private_1_port_network_role
625 nfc_naming_code: vpg
626 abstract_vsn.port_mirroring_vsn_vsn_private_1_port:
627 properties:
628 connection_point:
629 network_role:
630 get_input: port_vsn_private_1_port_network_role
631 nfc_naming_code: vsn
632 abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port:
633 properties:
634 unit: B
635 description: Number of incoming bytes
636 type: Cumulative
637 category: network
638 abstract_vfw.disk.ephemeral.size_vfw:
639 properties:
640 unit: GB
641 description: Size of ephemeral disk
642 type: Gauge
643 category: compute
644 abstract_vpg.disk.read.requests_vpg:
645 properties:
646 unit: request
647 description: Number of read requests
648 type: Cumulative
649 category: compute
650 abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port:
651 properties:
652 unit: packet/s
653 description: Average rate of outgoing packets
654 type: Gauge
655 category: network
656 abstract_vsn.disk.device.write.bytes.rate_vsn:
657 properties:
658 unit: B/s
659 description: Average rate of writes
660 type: Gauge
661 category: disk
662 abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port:
663 properties:
664 unit: packet
665 description: Number of outgoing packets
666 type: Cumulative
667 category: network
668 abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port:
669 properties:
670 unit: packet/s
671 description: Average rate of outgoing packets
672 type: Gauge
673 category: network
674 abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port:
675 properties:
676 unit: packet
677 description: Number of incoming packets
678 type: Cumulative
679 category: network
680 abstract_vpg.disk.device.write.bytes_vpg:
681 properties:
682 unit: B
683 description: Volume of writes
684 type: Cumulative
685 category: disk
686 abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port:
687 properties:
688 unit: B
689 description: Number of outgoing bytes
690 type: Cumulative
691 category: network
692 abstract_vsn.memory.usage_vsn:
693 properties:
694 unit: MB
695 description: Volume of RAM used by the instance from the amount of its allocated memory
696 type: Gauge
697 category: compute
698 abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port:
699 properties:
700 unit: B
701 description: Number of incoming bytes
702 type: Cumulative
703 category: network
704 abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port:
705 properties:
706 unit: packet
707 description: Number of incoming packets
708 type: Cumulative
709 category: network
710 abstract_vsn.disk.device.iops_vsn:
711 properties:
712 unit: count/s
713 description: Average disk iops per device
714 type: Gauge
715 category: disk
716 abstract_vpg.disk.device.write.bytes.rate_vpg:
717 properties:
718 unit: B/s
719 description: Average rate of writes
720 type: Gauge
721 category: disk
722 abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port:
723 properties:
724 unit: B/s
725 description: Average rate of outgoing bytes
726 type: Gauge
727 category: network
728 abstract_vsn.disk.device.read.bytes_vsn:
729 properties:
730 unit: B
731 description: Volume of reads
732 type: Cumulative
733 category: disk
734 abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port:
735 properties:
736 unit: packet/s
737 description: Average rate of incoming packets
738 type: Gauge
739 category: network
740 abstract_vfw.disk.latency_vfw:
741 properties:
742 unit: ms
743 description: Average disk latency
744 type: Gauge
745 category: disk
746 abstract_vsn.disk.read.requests_vsn:
747 properties:
748 unit: request
749 description: Number of read requests
750 type: Cumulative
751 category: compute
752 abstract_vpg.endpoint_vpg:
753 properties:
754 secure: true
755 abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port:
756 properties:
757 unit: B/s
758 description: Average rate of incoming bytes
759 type: Gauge
760 category: network
761 abstract_vsn.disk.device.read.requests_vsn:
762 properties:
763 unit: request
764 description: Number of read requests
765 type: Cumulative
766 category: disk
767 abstract_vsn.memory_vsn:
768 properties:
769 unit: MB
770 description: Volume of RAM allocated to the instance
771 type: Gauge
772 category: compute
773 abstract_vfw.disk.device.read.bytes.rate_vfw:
774 properties:
775 unit: B/s
776 description: Average rate of reads
777 type: Gauge
778 category: disk
779 abstract_vfw.disk.device.read.bytes_vfw:
780 properties:
781 unit: B
782 description: Volume of reads
783 type: Cumulative
784 category: disk
785 abstract_vfw.disk.read.bytes_vfw:
786 properties:
787 unit: B
788 description: Volume of reads
789 type: Cumulative
790 category: compute
791 abstract_vfw.disk.read.bytes.rate_vfw:
792 properties:
793 unit: B/s
794 description: Average rate of reads
795 type: Gauge
796 category: compute
797 abstract_vfw.endpoint_vfw:
798 properties:
799 secure: true
800 abstract_vfw.disk.device.write.requests_vfw:
801 properties:
802 unit: request
803 description: Number of write requests
804 type: Cumulative
805 category: disk
806 abstract_vpg.cpu_util_vpg:
807 properties:
808 unit: '%'
809 description: Average CPU utilization
810 type: Gauge
811 category: compute
812 abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port:
813 properties:
814 unit: B/s
815 description: Average rate of outgoing bytes
816 type: Gauge
817 category: network
818 abstract_vpg.vcpus_vpg:
819 properties:
820 unit: vcpu
821 description: Number of virtual CPUs allocated to the instance
822 type: Gauge
823 category: compute
824 abstract_vpg.cpu_vpg:
825 properties:
826 unit: ns
827 description: CPU time used
828 type: Cumulative
829 category: compute
830 abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port:
831 properties:
832 unit: packet
833 description: Number of incoming packets
834 type: Cumulative
835 category: network
836 abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port:
837 properties:
838 unit: packet/s
839 description: Average rate of incoming packets
840 type: Gauge
841 category: network
842 abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port:
843 properties:
844 unit: B
845 description: Number of outgoing bytes
846 type: Cumulative
847 category: network
848 abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port:
849 properties:
850 unit: B
851 description: Number of outgoing bytes
852 type: Cumulative
853 category: network
854 abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port:
855 properties:
856 unit: packet
857 description: Number of outgoing packets
858 type: Cumulative
859 category: network
860 abstract_vfw.disk.write.requests.rate_vfw:
861 properties:
862 unit: request/s
863 description: Average rate of write requests
864 type: Gauge
865 category: compute
866 abstract_vsn.disk.write.requests.rate_vsn:
867 properties:
868 unit: request/s
869 description: Average rate of write requests
870 type: Gauge
871 category: compute
872 abstract_vpg.disk.root.size_vpg:
873 properties:
874 unit: GB
875 description: Size of root disk
876 type: Gauge
877 category: compute
878 abstract_vpg.disk.device.usage_vpg:
879 properties:
880 unit: B
881 description: The physical size in bytes of the image container on the host per device
882 type: Gauge
883 category: disk
884 abstract_vpg.disk.device.write.requests.rate_vpg:
885 properties:
886 unit: request/s
887 description: Average rate of write requests
888 type: Gauge
889 category: disk
890 abstract_vfw.disk.device.capacity_vfw:
891 properties:
892 unit: B
893 description: The amount of disk per device that the instance can see
894 type: Gauge
895 category: disk
896 abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port:
897 properties:
898 unit: B
899 description: Number of outgoing bytes
900 type: Cumulative
901 category: network
902 abstract_vfw.cpu_util_vfw:
903 properties:
904 unit: '%'
905 description: Average CPU utilization
906 type: Gauge
907 category: compute
908 abstract_vfw.cpu.delta_vfw:
909 properties:
910 unit: ns
911 description: CPU time used since previous datapoint
912 type: Delta
913 category: compute
914 abstract_vfw.vcpus_vfw:
915 properties:
916 unit: vcpu
917 description: Number of virtual CPUs allocated to the instance
918 type: Gauge
919 category: compute
920 abstract_vsn.disk.iops_vsn:
921 properties:
922 unit: count/s
923 description: Average disk iops
924 type: Gauge
925 category: disk
926 abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port:
927 properties:
928 unit: B
929 description: Number of incoming bytes
930 type: Cumulative
931 category: network
932 abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port:
933 properties:
934 unit: packet/s
935 description: Average rate of outgoing packets
936 type: Gauge
937 category: network
938 abstract_vfw.disk.iops_vfw:
939 properties:
940 unit: count/s
941 description: Average disk iops
942 type: Gauge
943 category: disk
944 abstract_vfw.disk.write.bytes.rate_vfw:
945 properties:
946 unit: B/s
947 description: Average rate of writes
948 type: Gauge
949 category: compute
950 abstract_vfw.scalable_vfw:
951 properties:
952 min_instances: 1
953 max_instances: 1
954 abstract_vpg.memory_vpg:
955 properties:
956 unit: MB
957 description: Volume of RAM allocated to the instance
958 type: Gauge
959 category: compute
960 abstract_vpg.disk.ephemeral.size_vpg:
961 properties:
962 unit: GB
963 description: Size of ephemeral disk
964 type: Gauge
965 category: compute
966 abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port:
967 properties:
968 unit: B/s
969 description: Average rate of incoming bytes
970 type: Gauge
971 category: network
972 abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port:
973 properties:
974 unit: packet
975 description: Number of outgoing packets
976 type: Cumulative
977 category: network
978 abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port:
979 properties:
980 unit: packet
981 description: Number of incoming packets
982 type: Cumulative
983 category: network
984 abstract_vfw.memory.usage_vfw:
985 properties:
986 unit: MB
987 description: Volume of RAM used by the instance from the amount of its allocated memory
988 type: Gauge
989 category: compute
990 abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port:
991 properties:
992 unit: packet
993 description: Number of incoming packets
994 type: Cumulative
995 category: network
996 abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port:
997 properties:
998 unit: B/s
999 description: Average rate of outgoing bytes
1000 type: Gauge
1001 category: network
1002 abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port:
1003 properties:
1004 unit: packet
1005 description: Number of outgoing packets
1006 type: Cumulative
1007 category: network
1008 abstract_vpg.disk.device.read.requests.rate_vpg:
1009 properties:
1010 unit: request/s
1011 description: Average rate of read requests
1012 type: Gauge
1013 category: disk
1014 abstract_vpg.disk.device.write.requests_vpg:
1015 properties:
1016 unit: request
1017 description: Number of write requests
1018 type: Cumulative
1019 category: disk
1020 abstract_vpg.disk.device.latency_vpg:
1021 properties:
1022 unit: ms
1023 description: Average disk latency per device
1024 type: Gauge
1025 category: disk
1026 abstract_vfw.disk.device.usage_vfw:
1027 properties:
1028 unit: B
1029 description: The physical size in bytes of the image container on the host per device
1030 type: Gauge
1031 category: disk
1032 abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port:
1033 properties:
1034 unit: B
1035 description: Number of outgoing bytes
1036 type: Cumulative
1037 category: network
1038 abstract_vfw.disk.device.write.bytes.rate_vfw:
1039 properties:
1040 unit: B/s
1041 description: Average rate of writes
1042 type: Gauge
1043 category: disk
1044 abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port:
1045 properties:
1046 unit: packet/s
1047 description: Average rate of incoming packets
1048 type: Gauge
1049 category: network
1050 abstract_vpg.cpu.delta_vpg:
1051 properties:
1052 unit: ns
1053 description: CPU time used since previous datapoint
1054 type: Delta
1055 category: compute
1056 abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port:
1057 properties:
1058 unit: B
1059 description: Number of incoming bytes
1060 type: Cumulative
1061 category: network
1062 abstract_vfw.instance_vfw:
1063 properties:
1064 unit: instance
1065 description: Existence of instance
1066 type: Gauge
1067 category: compute
1068 abstract_vsn.disk.latency_vsn:
1069 properties:
1070 unit: ms
1071 description: Average disk latency
1072 type: Gauge
1073 category: disk
1074 abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port:
1075 properties:
1076 unit: B/s
1077 description: Average rate of incoming bytes
1078 type: Gauge
1079 category: network
1080 abstract_vpg.disk.write.bytes.rate_vpg:
1081 properties:
1082 unit: B/s
1083 description: Average rate of writes
1084 type: Gauge
1085 category: compute
1086 abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port:
1087 properties:
1088 unit: packet/s
1089 description: Average rate of incoming packets
1090 type: Gauge
1091 category: network
1092 abstract_vfw.disk.device.write.requests.rate_vfw:
1093 properties:
1094 unit: request/s
1095 description: Average rate of write requests
1096 type: Gauge
1097 category: disk
1098 abstract_vpg.disk.write.requests_vpg:
1099 properties:
1100 unit: request
1101 description: Number of write requests
1102 type: Cumulative
1103 category: compute
1104 abstract_vsn.disk.read.bytes.rate_vsn:
1105 properties:
1106 unit: B/s
1107 description: Average rate of reads
1108 type: Gauge
1109 category: compute
1110 abstract_vsn.disk.device.usage_vsn:
1111 properties:
1112 unit: B
1113 description: The physical size in bytes of the image container on the host per device
1114 type: Gauge
1115 category: disk
1116 groups:
1117 vfirewall0..Vfirewall..base_vfw..module-0:
1118 type: org.openecomp.groups.VfModule
1119 metadata:
1120 vfModuleModelName: Vfirewall..base_vfw..module-0
1121 vfModuleModelInvariantUUID: d8b6b8b5-bdae-469e-a19b-2e70bab40e0f
1122 vfModuleModelUUID: d2fc28cf-912e-46c4-832e-88c719f2e23f
1123 vfModuleModelVersion: '1'
1124 vfModuleModelCustomizationUUID: 78e7cb9c-071b-4ec3-9cac-585521cde800
1125 properties:
1126 min_vf_module_instances: 1
1127 vf_module_label: base_vfw
1128 max_vf_module_instances: 1
1129 vf_module_type: Base
1130 isBase: true
1131 initial_count: 1
1132 volume_group: false
1133 substitution_mappings:
1134 node_type: org.openecomp.service.Vfirewall0911
1135 capabilities:
1136 vfirewall0.abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port:
1137 - vfirewall0
1138 - abstract_vsn.network.incoming.packets_vsn_vsn_private_1_port
1139 vfirewall0.abstract_vsn.disk.device.allocation_vsn:
1140 - vfirewall0
1141 - abstract_vsn.disk.device.allocation_vsn
1142 vfirewall0.abstract_vfw.disk.write.bytes.rate_vfw:
1143 - vfirewall0
1144 - abstract_vfw.disk.write.bytes.rate_vfw
1145 vfirewall0.abstract_vpg.attachment_vpg_vpg_private_0_port:
1146 - vfirewall0
1147 - abstract_vpg.attachment_vpg_vpg_private_0_port
1148 vfirewall0.abstract_vfw.disk.ephemeral.size_vfw:
1149 - vfirewall0
1150 - abstract_vfw.disk.ephemeral.size_vfw
1151 vfirewall0.abstract_vpg.memory_vpg:
1152 - vfirewall0
1153 - abstract_vpg.memory_vpg
1154 vfirewall0.abstract_vfw.binding_vfw:
1155 - vfirewall0
1156 - abstract_vfw.binding_vfw
1157 vfirewall0.abstract_vsn.disk.device.iops_vsn:
1158 - vfirewall0
1159 - abstract_vsn.disk.device.iops_vsn
1160 vfirewall0.abstract_vfw.instance_vfw:
1161 - vfirewall0
1162 - abstract_vfw.instance_vfw
1163 vfirewall0.abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port:
1164 - vfirewall0
1165 - abstract_vsn.network.outpoing.packets_vsn_vsn_private_1_port
1166 vfirewall0.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port:
1167 - vfirewall0
1168 - abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_2_port
1169 vfirewall0.abstract_vfw.forwarder_vfw_vfw_private_1_port:
1170 - vfirewall0
1171 - abstract_vfw.forwarder_vfw_vfw_private_1_port
1172 vfirewall0.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port:
1173 - vfirewall0
1174 - abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_0_port
1175 vfirewall0.abstract_vsn.feature_vsn:
1176 - vfirewall0
1177 - abstract_vsn.feature_vsn
1178 vfirewall0.abstract_vfw.disk.write.bytes_vfw:
1179 - vfirewall0
1180 - abstract_vfw.disk.write.bytes_vfw
1181 vfirewall0.abstract_vsn.os_vsn:
1182 - vfirewall0
1183 - abstract_vsn.os_vsn
1184 vfirewall0.abstract_vpg.feature_vpg_vpg_private_1_port:
1185 - vfirewall0
1186 - abstract_vpg.feature_vpg_vpg_private_1_port
1187 vfirewall0.abstract_vpg.disk.device.allocation_vpg:
1188 - vfirewall0
1189 - abstract_vpg.disk.device.allocation_vpg
1190 vfirewall0.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port:
1191 - vfirewall0
1192 - abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_1_port
1193 vfirewall0.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port:
1194 - vfirewall0
1195 - abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_0_port
1196 vfirewall0.abstract_vpg.forwarder_vpg_vpg_private_0_port:
1197 - vfirewall0
1198 - abstract_vpg.forwarder_vpg_vpg_private_0_port
1199 vfirewall0.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port:
1200 - vfirewall0
1201 - abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_1_port
1202 vfirewall0.protected_private_network.feature:
1203 - vfirewall0
1204 - protected_private_network.feature
1205 vfirewall0.abstract_vpg.memory.usage_vpg:
1206 - vfirewall0
1207 - abstract_vpg.memory.usage_vpg
1208 vfirewall0.abstract_vfw.disk.device.read.bytes.rate_vfw:
1209 - vfirewall0
1210 - abstract_vfw.disk.device.read.bytes.rate_vfw
1211 vfirewall0.abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port:
1212 - vfirewall0
1213 - abstract_vsn.network.incoming.bytes_vsn_vsn_private_1_port
1214 vfirewall0.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port:
1215 - vfirewall0
1216 - abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_0_port
1217 vfirewall0.abstract_vpg.disk.device.write.bytes_vpg:
1218 - vfirewall0
1219 - abstract_vpg.disk.device.write.bytes_vpg
1220 vfirewall0.abstract_vpg.disk.read.requests_vpg:
1221 - vfirewall0
1222 - abstract_vpg.disk.read.requests_vpg
1223 vfirewall0.abstract_vpg.disk.device.read.requests.rate_vpg:
1224 - vfirewall0
1225 - abstract_vpg.disk.device.read.requests.rate_vpg
1226 vfirewall0.abstract_vfw.feature_vfw_vfw_private_2_port:
1227 - vfirewall0
1228 - abstract_vfw.feature_vfw_vfw_private_2_port
1229 vfirewall0.abstract_vfw.disk.device.read.requests.rate_vfw:
1230 - vfirewall0
1231 - abstract_vfw.disk.device.read.requests.rate_vfw
1232 vfirewall0.abstract_vpg.disk.write.bytes.rate_vpg:
1233 - vfirewall0
1234 - abstract_vpg.disk.write.bytes.rate_vpg
1235 vfirewall0.abstract_vsn.cpu_vsn:
1236 - vfirewall0
1237 - abstract_vsn.cpu_vsn
1238 vfirewall0.abstract_vpg.disk.device.iops_vpg:
1239 - vfirewall0
1240 - abstract_vpg.disk.device.iops_vpg
1241 vfirewall0.abstract_vpg.feature_vpg:
1242 - vfirewall0
1243 - abstract_vpg.feature_vpg
1244 vfirewall0.abstract_vsn.scalable_vsn:
1245 - vfirewall0
1246 - abstract_vsn.scalable_vsn
1247 vfirewall0.abstract_vsn.cpu_util_vsn:
1248 - vfirewall0
1249 - abstract_vsn.cpu_util_vsn
1250 vfirewall0.abstract_vfw.disk.latency_vfw:
1251 - vfirewall0
1252 - abstract_vfw.disk.latency_vfw
1253 vfirewall0.abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port:
1254 - vfirewall0
1255 - abstract_vfw.network.outpoing.packets_vfw_vfw_private_1_port
1256 vfirewall0.abstract_vfw.disk.device.capacity_vfw:
1257 - vfirewall0
1258 - abstract_vfw.disk.device.capacity_vfw
1259 vfirewall0.abstract_vsn.feature_vsn_vsn_private_1_port:
1260 - vfirewall0
1261 - abstract_vsn.feature_vsn_vsn_private_1_port
1262 vfirewall0.abstract_vfw.disk.write.requests_vfw:
1263 - vfirewall0
1264 - abstract_vfw.disk.write.requests_vfw
1265 vfirewall0.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port:
1266 - vfirewall0
1267 - abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_0_port
1268 vfirewall0.abstract_vfw.os_vfw:
1269 - vfirewall0
1270 - abstract_vfw.os_vfw
1271 vfirewall0.abstract_vfw.disk.device.allocation_vfw:
1272 - vfirewall0
1273 - abstract_vfw.disk.device.allocation_vfw
1274 vfirewall0.abstract_vpg.scalable_vpg:
1275 - vfirewall0
1276 - abstract_vpg.scalable_vpg
1277 vfirewall0.abstract_vpg.disk.write.bytes_vpg:
1278 - vfirewall0
1279 - abstract_vpg.disk.write.bytes_vpg
1280 vfirewall0.abstract_vfw.disk.device.read.bytes_vfw:
1281 - vfirewall0
1282 - abstract_vfw.disk.device.read.bytes_vfw
1283 vfirewall0.abstract_vsn.disk.read.bytes.rate_vsn:
1284 - vfirewall0
1285 - abstract_vsn.disk.read.bytes.rate_vsn
1286 vfirewall0.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port:
1287 - vfirewall0
1288 - abstract_vpg.network.outgoing.bytes_vpg_vpg_private_1_port
1289 vfirewall0.abstract_vpg.disk.device.write.bytes.rate_vpg:
1290 - vfirewall0
1291 - abstract_vpg.disk.device.write.bytes.rate_vpg
1292 vfirewall0.abstract_vsn.host_vsn:
1293 - vfirewall0
1294 - abstract_vsn.host_vsn
1295 vfirewall0.abstract_vpg.disk.write.requests_vpg:
1296 - vfirewall0
1297 - abstract_vpg.disk.write.requests_vpg
1298 vfirewall0.abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port:
1299 - vfirewall0
1300 - abstract_vfw.network.incoming.packets_vfw_vfw_private_0_port
1301 vfirewall0.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port:
1302 - vfirewall0
1303 - abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_1_port
1304 vfirewall0.abstract_vfw.cpu.delta_vfw:
1305 - vfirewall0
1306 - abstract_vfw.cpu.delta_vfw
1307 vfirewall0.abstract_vpg.disk.device.capacity_vpg:
1308 - vfirewall0
1309 - abstract_vpg.disk.device.capacity_vpg
1310 vfirewall0.abstract_vfw.disk.device.iops_vfw:
1311 - vfirewall0
1312 - abstract_vfw.disk.device.iops_vfw
1313 vfirewall0.abstract_vfw.attachment_vfw_vfw_private_0_port:
1314 - vfirewall0
1315 - abstract_vfw.attachment_vfw_vfw_private_0_port
1316 vfirewall0.abstract_vpg.disk.device.usage_vpg:
1317 - vfirewall0
1318 - abstract_vpg.disk.device.usage_vpg
1319 vfirewall0.abstract_vpg.os_vpg:
1320 - vfirewall0
1321 - abstract_vpg.os_vpg
1322 vfirewall0.abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port:
1323 - vfirewall0
1324 - abstract_vpg.network.incoming.packets_vpg_vpg_private_0_port
1325 vfirewall0.abstract_vfw.feature_vfw:
1326 - vfirewall0
1327 - abstract_vfw.feature_vfw
1328 vfirewall0.unprotected_private_network.end_point:
1329 - vfirewall0
1330 - unprotected_private_network.end_point
1331 vfirewall0.abstract_vsn.disk.root.size_vsn:
1332 - vfirewall0
1333 - abstract_vsn.disk.root.size_vsn
1334 vfirewall0.abstract_vfw.disk.device.write.bytes_vfw:
1335 - vfirewall0
1336 - abstract_vfw.disk.device.write.bytes_vfw
1337 vfirewall0.abstract_vpg.disk.device.read.bytes_vpg:
1338 - vfirewall0
1339 - abstract_vpg.disk.device.read.bytes_vpg
1340 vfirewall0.abstract_vsn.attachment_vsn_vsn_private_1_port:
1341 - vfirewall0
1342 - abstract_vsn.attachment_vsn_vsn_private_1_port
1343 vfirewall0.abstract_vfw.attachment_vfw_vfw_private_1_port:
1344 - vfirewall0
1345 - abstract_vfw.attachment_vfw_vfw_private_1_port
1346 vfirewall0.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port:
1347 - vfirewall0
1348 - abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_0_port
1349 vfirewall0.abstract_vfw.feature_vfw_vfw_private_0_port:
1350 - vfirewall0
1351 - abstract_vfw.feature_vfw_vfw_private_0_port
1352 vfirewall0.abstract_vfw.cpu_vfw:
1353 - vfirewall0
1354 - abstract_vfw.cpu_vfw
1355 vfirewall0.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port:
1356 - vfirewall0
1357 - abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_0_port
1358 vfirewall0.abstract_vfw.disk.read.requests_vfw:
1359 - vfirewall0
1360 - abstract_vfw.disk.read.requests_vfw
1361 vfirewall0.abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port:
1362 - vfirewall0
1363 - abstract_vfw.network.incoming.bytes_vfw_vfw_private_1_port
1364 vfirewall0.abstract_vfw.host_vfw:
1365 - vfirewall0
1366 - abstract_vfw.host_vfw
1367 vfirewall0.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port:
1368 - vfirewall0
1369 - abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_2_port
1370 vfirewall0.abstract_vpg.memory.resident_vpg:
1371 - vfirewall0
1372 - abstract_vpg.memory.resident_vpg
1373 vfirewall0.abstract_vsn.disk.ephemeral.size_vsn:
1374 - vfirewall0
1375 - abstract_vsn.disk.ephemeral.size_vsn
1376 vfirewall0.abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port:
1377 - vfirewall0
1378 - abstract_vsn.network.incoming.packets.rate_vsn_vsn_private_1_port
1379 vfirewall0.abstract_vsn.feature_vsn_vsn_private_0_port:
1380 - vfirewall0
1381 - abstract_vsn.feature_vsn_vsn_private_0_port
1382 vfirewall0.abstract_vfw.memory_vfw:
1383 - vfirewall0
1384 - abstract_vfw.memory_vfw
1385 vfirewall0.abstract_vfw.disk.device.write.requests_vfw:
1386 - vfirewall0
1387 - abstract_vfw.disk.device.write.requests_vfw
1388 vfirewall0.abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port:
1389 - vfirewall0
1390 - abstract_vpg.network.outgoing.bytes_vpg_vpg_private_0_port
1391 vfirewall0.abstract_vsn.disk.write.bytes.rate_vsn:
1392 - vfirewall0
1393 - abstract_vsn.disk.write.bytes.rate_vsn
1394 vfirewall0.abstract_vfw.disk.usage_vfw:
1395 - vfirewall0
1396 - abstract_vfw.disk.usage_vfw
1397 vfirewall0.abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port:
1398 - vfirewall0
1399 - abstract_vsn.network.incoming.bytes.rate_vsn_vsn_private_0_port
1400 vfirewall0.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port:
1401 - vfirewall0
1402 - abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_2_port
1403 vfirewall0.abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port:
1404 - vfirewall0
1405 - abstract_vfw.network.incoming.bytes_vfw_vfw_private_2_port
1406 vfirewall0.abstract_vfw.disk.capacity_vfw:
1407 - vfirewall0
1408 - abstract_vfw.disk.capacity_vfw
1409 vfirewall0.abstract_vpg.disk.device.read.requests_vpg:
1410 - vfirewall0
1411 - abstract_vpg.disk.device.read.requests_vpg
1412 vfirewall0.abstract_vsn.disk.write.requests.rate_vsn:
1413 - vfirewall0
1414 - abstract_vsn.disk.write.requests.rate_vsn
1415 vfirewall0.abstract_vfw.disk.write.requests.rate_vfw:
1416 - vfirewall0
1417 - abstract_vfw.disk.write.requests.rate_vfw
1418 vfirewall0.abstract_vsn.disk.device.read.bytes.rate_vsn:
1419 - vfirewall0
1420 - abstract_vsn.disk.device.read.bytes.rate_vsn
1421 vfirewall0.abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port:
1422 - vfirewall0
1423 - abstract_vsn.network.outgoing.bytes.rate_vsn_vsn_private_0_port
1424 vfirewall0.abstract_vfw.feature_vfw_vfw_private_1_port:
1425 - vfirewall0
1426 - abstract_vfw.feature_vfw_vfw_private_1_port
1427 vfirewall0.abstract_vpg.disk.read.bytes_vpg:
1428 - vfirewall0
1429 - abstract_vpg.disk.read.bytes_vpg
1430 vfirewall0.abstract_vpg.disk.write.requests.rate_vpg:
1431 - vfirewall0
1432 - abstract_vpg.disk.write.requests.rate_vpg
1433 vfirewall0.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port:
1434 - vfirewall0
1435 - abstract_vsn.network.outgoing.bytes_vsn_vsn_private_1_port
1436 vfirewall0.abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port:
1437 - vfirewall0
1438 - abstract_vpg.network.incoming.bytes.rate_vpg_vpg_private_1_port
1439 vfirewall0.abstract_vsn.vcpus_vsn:
1440 - vfirewall0
1441 - abstract_vsn.vcpus_vsn
1442 vfirewall0.abstract_vsn.disk.write.requests_vsn:
1443 - vfirewall0
1444 - abstract_vsn.disk.write.requests_vsn
1445 vfirewall0.abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port:
1446 - vfirewall0
1447 - abstract_vpg.network.outgoing.packets.rate_vpg_vpg_private_0_port
1448 vfirewall0.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port:
1449 - vfirewall0
1450 - abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_1_port
1451 vfirewall0.abstract_vfw.disk.allocation_vfw:
1452 - vfirewall0
1453 - abstract_vfw.disk.allocation_vfw
1454 vfirewall0.abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port:
1455 - vfirewall0
1456 - abstract_vpg.network.outgoing.bytes.rate_vpg_vpg_private_1_port
1457 vfirewall0.abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port:
1458 - vfirewall0
1459 - abstract_vsn.network.outgoing.bytes_vsn_vsn_private_0_port
1460 vfirewall0.abstract_vpg.forwarder_vpg_vpg_private_1_port:
1461 - vfirewall0
1462 - abstract_vpg.forwarder_vpg_vpg_private_1_port
1463 vfirewall0.abstract_vfw.disk.read.bytes.rate_vfw:
1464 - vfirewall0
1465 - abstract_vfw.disk.read.bytes.rate_vfw
1466 vfirewall0.abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port:
1467 - vfirewall0
1468 - abstract_vsn.network.outpoing.packets_vsn_vsn_private_0_port
1469 vfirewall0.abstract_vsn.disk.device.usage_vsn:
1470 - vfirewall0
1471 - abstract_vsn.disk.device.usage_vsn
1472 vfirewall0.unprotected_private_network.link:
1473 - vfirewall0
1474 - unprotected_private_network.link
1475 vfirewall0.abstract_vsn.disk.usage_vsn:
1476 - vfirewall0
1477 - abstract_vsn.disk.usage_vsn
1478 vfirewall0.abstract_vfw.forwarder_vfw_vfw_private_2_port:
1479 - vfirewall0
1480 - abstract_vfw.forwarder_vfw_vfw_private_2_port
1481 vfirewall0.abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port:
1482 - vfirewall0
1483 - abstract_vfw.network.outgoing.packets.rate_vfw_vfw_private_1_port
1484 vfirewall0.abstract_vpg.feature_vpg_vpg_private_0_port:
1485 - vfirewall0
1486 - abstract_vpg.feature_vpg_vpg_private_0_port
1487 vfirewall0.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port:
1488 - vfirewall0
1489 - abstract_vfw.network.outgoing.bytes_vfw_vfw_private_2_port
1490 vfirewall0.abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port:
1491 - vfirewall0
1492 - abstract_vsn.network.incoming.packets_vsn_vsn_private_0_port
1493 vfirewall0.abstract_vpg.instance_vpg:
1494 - vfirewall0
1495 - abstract_vpg.instance_vpg
1496 vfirewall0.abstract_vsn.disk.read.requests_vsn:
1497 - vfirewall0
1498 - abstract_vsn.disk.read.requests_vsn
1499 vfirewall0.abstract_vpg.attachment_vpg_vpg_private_1_port:
1500 - vfirewall0
1501 - abstract_vpg.attachment_vpg_vpg_private_1_port
1502 vfirewall0.abstract_vpg.disk.latency_vpg:
1503 - vfirewall0
1504 - abstract_vpg.disk.latency_vpg
1505 vfirewall0.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port:
1506 - vfirewall0
1507 - abstract_vfw.network.outgoing.bytes_vfw_vfw_private_0_port
1508 vfirewall0.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port:
1509 - vfirewall0
1510 - abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_2_port
1511 vfirewall0.protected_private_network.attachment:
1512 - vfirewall0
1513 - protected_private_network.attachment
1514 vfirewall0.abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port:
1515 - vfirewall0
1516 - abstract_vfw.network.incoming.packets.rate_vfw_vfw_private_0_port
1517 vfirewall0.abstract_vpg.binding_vpg:
1518 - vfirewall0
1519 - abstract_vpg.binding_vpg
1520 vfirewall0.unprotected_private_network.feature:
1521 - vfirewall0
1522 - unprotected_private_network.feature
1523 vfirewall0.abstract_vsn.port_mirroring_vsn_vsn_private_1_port:
1524 - vfirewall0
1525 - abstract_vsn.port_mirroring_vsn_vsn_private_1_port
1526 vfirewall0.abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port:
1527 - vfirewall0
1528 - abstract_vfw.network.outgoing.bytes.rate_vfw_vfw_private_1_port
1529 vfirewall0.abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port:
1530 - vfirewall0
1531 - abstract_vpg.network.incoming.packets.rate_vpg_vpg_private_1_port
1532 vfirewall0.protected_private_network.link:
1533 - vfirewall0
1534 - protected_private_network.link
1535 vfirewall0.abstract_vsn.forwarder_vsn_vsn_private_1_port:
1536 - vfirewall0
1537 - abstract_vsn.forwarder_vsn_vsn_private_1_port
1538 vfirewall0.abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port:
1539 - vfirewall0
1540 - abstract_vfw.network.outpoing.packets_vfw_vfw_private_2_port
1541 vfirewall0.abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port:
1542 - vfirewall0
1543 - abstract_vsn.network.incoming.bytes_vsn_vsn_private_0_port
1544 vfirewall0.abstract_vfw.attachment_vfw_vfw_private_2_port:
1545 - vfirewall0
1546 - abstract_vfw.attachment_vfw_vfw_private_2_port
1547 vfirewall0.abstract_vpg.disk.capacity_vpg:
1548 - vfirewall0
1549 - abstract_vpg.disk.capacity_vpg
1550 vfirewall0.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port:
1551 - vfirewall0
1552 - abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_1_port
1553 vfirewall0.abstract_vsn.memory.resident_vsn:
1554 - vfirewall0
1555 - abstract_vsn.memory.resident_vsn
1556 vfirewall0.abstract_vsn.disk.device.read.requests.rate_vsn:
1557 - vfirewall0
1558 - abstract_vsn.disk.device.read.requests.rate_vsn
1559 vfirewall0.abstract_vpg.endpoint_vpg:
1560 - vfirewall0
1561 - abstract_vpg.endpoint_vpg
1562 vfirewall0.abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port:
1563 - vfirewall0
1564 - abstract_vfw.network.incoming.bytes_vfw_vfw_private_0_port
1565 vfirewall0.abstract_vsn.disk.device.write.requests.rate_vsn:
1566 - vfirewall0
1567 - abstract_vsn.disk.device.write.requests.rate_vsn
1568 vfirewall0.abstract_vfw.disk.device.latency_vfw:
1569 - vfirewall0
1570 - abstract_vfw.disk.device.latency_vfw
1571 vfirewall0.abstract_vfw.disk.iops_vfw:
1572 - vfirewall0
1573 - abstract_vfw.disk.iops_vfw
1574 vfirewall0.abstract_vpg.binding_vpg_vpg_private_0_port:
1575 - vfirewall0
1576 - abstract_vpg.binding_vpg_vpg_private_0_port
1577 vfirewall0.abstract_vpg.cpu.delta_vpg:
1578 - vfirewall0
1579 - abstract_vpg.cpu.delta_vpg
1580 vfirewall0.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port:
1581 - vfirewall0
1582 - abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_1_port
1583 vfirewall0.abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port:
1584 - vfirewall0
1585 - abstract_vpg.network.incoming.packets_vpg_vpg_private_1_port
1586 vfirewall0.abstract_vpg.disk.ephemeral.size_vpg:
1587 - vfirewall0
1588 - abstract_vpg.disk.ephemeral.size_vpg
1589 vfirewall0.abstract_vsn.disk.read.bytes_vsn:
1590 - vfirewall0
1591 - abstract_vsn.disk.read.bytes_vsn
1592 vfirewall0.abstract_vfw.binding_vfw_vfw_private_0_port:
1593 - vfirewall0
1594 - abstract_vfw.binding_vfw_vfw_private_0_port
1595 vfirewall0.abstract_vfw.forwarder_vfw_vfw_private_0_port:
1596 - vfirewall0
1597 - abstract_vfw.forwarder_vfw_vfw_private_0_port
1598 vfirewall0.abstract_vsn.instance_vsn:
1599 - vfirewall0
1600 - abstract_vsn.instance_vsn
1601 vfirewall0.abstract_vsn.attachment_vsn_vsn_private_0_port:
1602 - vfirewall0
1603 - abstract_vsn.attachment_vsn_vsn_private_0_port
1604 vfirewall0.abstract_vsn.disk.allocation_vsn:
1605 - vfirewall0
1606 - abstract_vsn.disk.allocation_vsn
1607 vfirewall0.abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port:
1608 - vfirewall0
1609 - abstract_vfw.network.incoming.bytes.rate_vfw_vfw_private_0_port
1610 vfirewall0.abstract_vsn.disk.capacity_vsn:
1611 - vfirewall0
1612 - abstract_vsn.disk.capacity_vsn
1613 vfirewall0.abstract_vfw.vcpus_vfw:
1614 - vfirewall0
1615 - abstract_vfw.vcpus_vfw
1616 vfirewall0.abstract_vsn.binding_vsn:
1617 - vfirewall0
1618 - abstract_vsn.binding_vsn
1619 vfirewall0.abstract_vpg.disk.usage_vpg:
1620 - vfirewall0
1621 - abstract_vpg.disk.usage_vpg
1622 vfirewall0.abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port:
1623 - vfirewall0
1624 - abstract_vpg.network.incoming.bytes_vpg_vpg_private_1_port
1625 vfirewall0.abstract_vsn.disk.iops_vsn:
1626 - vfirewall0
1627 - abstract_vsn.disk.iops_vsn
1628 vfirewall0.abstract_vfw.port_mirroring_vfw_vfw_private_2_port:
1629 - vfirewall0
1630 - abstract_vfw.port_mirroring_vfw_vfw_private_2_port
1631 vfirewall0.abstract_vfw.disk.read.bytes_vfw:
1632 - vfirewall0
1633 - abstract_vfw.disk.read.bytes_vfw
1634 vfirewall0.abstract_vsn.disk.device.read.bytes_vsn:
1635 - vfirewall0
1636 - abstract_vsn.disk.device.read.bytes_vsn
1637 vfirewall0.abstract_vpg.disk.device.write.requests_vpg:
1638 - vfirewall0
1639 - abstract_vpg.disk.device.write.requests_vpg
1640 vfirewall0.protected_private_network.end_point:
1641 - vfirewall0
1642 - protected_private_network.end_point
1643 vfirewall0.abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port:
1644 - vfirewall0
1645 - abstract_vpg.network.outpoing.packets_vpg_vpg_private_0_port
1646 vfirewall0.abstract_vfw.cpu_util_vfw:
1647 - vfirewall0
1648 - abstract_vfw.cpu_util_vfw
1649 vfirewall0.abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port:
1650 - vfirewall0
1651 - abstract_vfw.network.incoming.packets_vfw_vfw_private_1_port
1652 vfirewall0.abstract_vpg.disk.device.read.bytes.rate_vpg:
1653 - vfirewall0
1654 - abstract_vpg.disk.device.read.bytes.rate_vpg
1655 vfirewall0.abstract_vsn.disk.latency_vsn:
1656 - vfirewall0
1657 - abstract_vsn.disk.latency_vsn
1658 vfirewall0.abstract_vfw.endpoint_vfw:
1659 - vfirewall0
1660 - abstract_vfw.endpoint_vfw
1661 vfirewall0.abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port:
1662 - vfirewall0
1663 - abstract_vsn.network.outgoing.packets.rate_vsn_vsn_private_0_port
1664 vfirewall0.abstract_vpg.disk.iops_vpg:
1665 - vfirewall0
1666 - abstract_vpg.disk.iops_vpg
1667 vfirewall0.abstract_vsn.memory.usage_vsn:
1668 - vfirewall0
1669 - abstract_vsn.memory.usage_vsn
1670 vfirewall0.abstract_vpg.cpu_util_vpg:
1671 - vfirewall0
1672 - abstract_vpg.cpu_util_vpg
1673 vfirewall0.abstract_vsn.disk.write.bytes_vsn:
1674 - vfirewall0
1675 - abstract_vsn.disk.write.bytes_vsn
1676 vfirewall0.abstract_vsn.endpoint_vsn:
1677 - vfirewall0
1678 - abstract_vsn.endpoint_vsn
1679 vfirewall0.abstract_vsn.binding_vsn_vsn_private_1_port:
1680 - vfirewall0
1681 - abstract_vsn.binding_vsn_vsn_private_1_port
1682 vfirewall0.abstract_vpg.disk.device.latency_vpg:
1683 - vfirewall0
1684 - abstract_vpg.disk.device.latency_vpg
1685 vfirewall0.abstract_vpg.binding_vpg_vpg_private_1_port:
1686 - vfirewall0
1687 - abstract_vpg.binding_vpg_vpg_private_1_port
1688 vfirewall0.abstract_vfw.binding_vfw_vfw_private_1_port:
1689 - vfirewall0
1690 - abstract_vfw.binding_vfw_vfw_private_1_port
1691 vfirewall0.abstract_vsn.disk.device.write.bytes_vsn:
1692 - vfirewall0
1693 - abstract_vsn.disk.device.write.bytes_vsn
1694 vfirewall0.abstract_vpg.cpu_vpg:
1695 - vfirewall0
1696 - abstract_vpg.cpu_vpg
1697 vfirewall0.abstract_vfw.disk.device.write.bytes.rate_vfw:
1698 - vfirewall0
1699 - abstract_vfw.disk.device.write.bytes.rate_vfw
1700 vfirewall0.abstract_vsn.disk.device.write.requests_vsn:
1701 - vfirewall0
1702 - abstract_vsn.disk.device.write.requests_vsn
1703 vfirewall0.abstract_vfw.disk.device.usage_vfw:
1704 - vfirewall0
1705 - abstract_vfw.disk.device.usage_vfw
1706 vfirewall0.abstract_vsn.disk.device.read.requests_vsn:
1707 - vfirewall0
1708 - abstract_vsn.disk.device.read.requests_vsn
1709 vfirewall0.unprotected_private_network.attachment:
1710 - vfirewall0
1711 - unprotected_private_network.attachment
1712 vfirewall0.abstract_vpg.host_vpg:
1713 - vfirewall0
1714 - abstract_vpg.host_vpg
1715 vfirewall0.abstract_vfw.binding_vfw_vfw_private_2_port:
1716 - vfirewall0
1717 - abstract_vfw.binding_vfw_vfw_private_2_port
1718 vfirewall0.abstract_vpg.disk.read.bytes.rate_vpg:
1719 - vfirewall0
1720 - abstract_vpg.disk.read.bytes.rate_vpg
1721 vfirewall0.abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port:
1722 - vfirewall0
1723 - abstract_vpg.network.outpoing.packets_vpg_vpg_private_1_port
1724 vfirewall0.abstract_vsn.forwarder_vsn_vsn_private_0_port:
1725 - vfirewall0
1726 - abstract_vsn.forwarder_vsn_vsn_private_0_port
1727 vfirewall0.abstract_vsn.binding_vsn_vsn_private_0_port:
1728 - vfirewall0
1729 - abstract_vsn.binding_vsn_vsn_private_0_port
1730 vfirewall0.abstract_vfw.disk.device.read.requests_vfw:
1731 - vfirewall0
1732 - abstract_vfw.disk.device.read.requests_vfw
1733 vfirewall0.abstract_vsn.memory_vsn:
1734 - vfirewall0
1735 - abstract_vsn.memory_vsn
1736 vfirewall0.abstract_vsn.disk.device.capacity_vsn:
1737 - vfirewall0
1738 - abstract_vsn.disk.device.capacity_vsn
1739 vfirewall0.abstract_vpg.vcpus_vpg:
1740 - vfirewall0
1741 - abstract_vpg.vcpus_vpg
1742 vfirewall0.abstract_vsn.disk.device.latency_vsn:
1743 - vfirewall0
1744 - abstract_vsn.disk.device.latency_vsn
1745 vfirewall0.abstract_vpg.port_mirroring_vpg_vpg_private_1_port:
1746 - vfirewall0
1747 - abstract_vpg.port_mirroring_vpg_vpg_private_1_port
1748 vfirewall0.abstract_vpg.disk.root.size_vpg:
1749 - vfirewall0
1750 - abstract_vpg.disk.root.size_vpg
1751 vfirewall0.abstract_vpg.disk.device.write.requests.rate_vpg:
1752 - vfirewall0
1753 - abstract_vpg.disk.device.write.requests.rate_vpg
1754 vfirewall0.abstract_vsn.disk.device.write.bytes.rate_vsn:
1755 - vfirewall0
1756 - abstract_vsn.disk.device.write.bytes.rate_vsn
1757 vfirewall0.abstract_vsn.cpu.delta_vsn:
1758 - vfirewall0
1759 - abstract_vsn.cpu.delta_vsn
1760 vfirewall0.abstract_vfw.memory.resident_vfw:
1761 - vfirewall0
1762 - abstract_vfw.memory.resident_vfw
1763 vfirewall0.abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port:
1764 - vfirewall0
1765 - abstract_vfw.network.incoming.packets_vfw_vfw_private_2_port
1766 vfirewall0.abstract_vfw.scalable_vfw:
1767 - vfirewall0
1768 - abstract_vfw.scalable_vfw
1769 vfirewall0.abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port:
1770 - vfirewall0
1771 - abstract_vfw.network.outpoing.packets_vfw_vfw_private_0_port
1772 vfirewall0.abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port:
1773 - vfirewall0
1774 - abstract_vpg.network.incoming.bytes_vpg_vpg_private_0_port
1775 vfirewall0.abstract_vpg.disk.allocation_vpg:
1776 - vfirewall0
1777 - abstract_vpg.disk.allocation_vpg
1778 vfirewall0.abstract_vfw.disk.root.size_vfw:
1779 - vfirewall0
1780 - abstract_vfw.disk.root.size_vfw
1781 vfirewall0.abstract_vfw.disk.device.write.requests.rate_vfw:
1782 - vfirewall0
1783 - abstract_vfw.disk.device.write.requests.rate_vfw
1784 vfirewall0.abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port:
1785 - vfirewall0
1786 - abstract_vfw.network.outgoing.bytes_vfw_vfw_private_1_port
1787 vfirewall0.abstract_vfw.memory.usage_vfw:
1788 - vfirewall0
1789 - abstract_vfw.memory.usage_vfw
1790 requirements:
1791 vfirewall0.abstract_vsn.dependency_vsn_vsn_private_1_port:
1792 - vfirewall0
1793 - abstract_vsn.dependency_vsn_vsn_private_1_port
1794 vfirewall0.abstract_vsn.local_storage_vsn:
1795 - vfirewall0
1796 - abstract_vsn.local_storage_vsn
1797 vfirewall0.abstract_vfw.dependency_vfw_vfw_private_2_port:
1798 - vfirewall0
1799 - abstract_vfw.dependency_vfw_vfw_private_2_port
1800 vfirewall0.unprotected_private_network.dependency:
1801 - vfirewall0
1802 - unprotected_private_network.dependency
1803 vfirewall0.abstract_vsn.dependency_vsn:
1804 - vfirewall0
1805 - abstract_vsn.dependency_vsn
1806 vfirewall0.abstract_vfw.dependency_vfw:
1807 - vfirewall0
1808 - abstract_vfw.dependency_vfw
1809 vfirewall0.abstract_vfw.link_vfw_vfw_private_2_port:
1810 - vfirewall0
1811 - abstract_vfw.link_vfw_vfw_private_2_port
1812 vfirewall0.abstract_vpg.dependency_vpg:
1813 - vfirewall0
1814 - abstract_vpg.dependency_vpg
1815 vfirewall0.abstract_vfw.local_storage_vfw:
1816 - vfirewall0
1817 - abstract_vfw.local_storage_vfw
1818 vfirewall0.abstract_vsn.link_vsn_vsn_private_1_port:
1819 - vfirewall0
1820 - abstract_vsn.link_vsn_vsn_private_1_port
1821 vfirewall0.abstract_vfw.link_vfw_vfw_private_1_port:
1822 - vfirewall0
1823 - abstract_vfw.link_vfw_vfw_private_1_port
1824 vfirewall0.abstract_vsn.link_vsn_vsn_private_0_port:
1825 - vfirewall0
1826 - abstract_vsn.link_vsn_vsn_private_0_port
1827 vfirewall0.protected_private_network.dependency:
1828 - vfirewall0
1829 - protected_private_network.dependency
1830 vfirewall0.abstract_vpg.dependency_vpg_vpg_private_1_port:
1831 - vfirewall0
1832 - abstract_vpg.dependency_vpg_vpg_private_1_port
1833 vfirewall0.abstract_vpg.local_storage_vpg:
1834 - vfirewall0
1835 - abstract_vpg.local_storage_vpg
1836 vfirewall0.abstract_vpg.link_vpg_vpg_private_0_port:
1837 - vfirewall0
1838 - abstract_vpg.link_vpg_vpg_private_0_port
1839 vfirewall0.abstract_vfw.link_vfw_vfw_private_0_port:
1840 - vfirewall0
1841 - abstract_vfw.link_vfw_vfw_private_0_port
1842 vfirewall0.abstract_vpg.link_vpg_vpg_private_1_port:
1843 - vfirewall0
1844 - abstract_vpg.link_vpg_vpg_private_1_port
1845 vfirewall0.abstract_vfw.dependency_vfw_vfw_private_0_port:
1846 - vfirewall0
1847 - abstract_vfw.dependency_vfw_vfw_private_0_port
1848 vfirewall0.abstract_vfw.dependency_vfw_vfw_private_1_port:
1849 - vfirewall0
1850 - abstract_vfw.dependency_vfw_vfw_private_1_port
1851 vfirewall0.abstract_vsn.dependency_vsn_vsn_private_0_port:
1852 - vfirewall0
1853 - abstract_vsn.dependency_vsn_vsn_private_0_port
1854 vfirewall0.abstract_vpg.dependency_vpg_vpg_private_0_port:
1855 - vfirewall0
1856 - abstract_vpg.dependency_vpg_vpg_private_0_port