File: management.py

package info (click to toggle)
python-diagrams 0.23.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,208 kB
  • sloc: python: 4,963; makefile: 6
file content (71 lines) | stat: -rw-r--r-- 1,356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _IBM


class _Management(_IBM):
    _type = "management"
    _icon_dir = "resources/ibm/management"


class AlertNotification(_Management):
    _icon = "alert-notification.png"


class ApiManagement(_Management):
    _icon = "api-management.png"


class CloudManagement(_Management):
    _icon = "cloud-management.png"


class ClusterManagement(_Management):
    _icon = "cluster-management.png"


class ContentManagement(_Management):
    _icon = "content-management.png"


class DataServices(_Management):
    _icon = "data-services.png"


class DeviceManagement(_Management):
    _icon = "device-management.png"


class InformationGovernance(_Management):
    _icon = "information-governance.png"


class ItServiceManagement(_Management):
    _icon = "it-service-management.png"


class Management(_Management):
    _icon = "management.png"


class MonitoringMetrics(_Management):
    _icon = "monitoring-metrics.png"


class ProcessManagement(_Management):
    _icon = "process-management.png"


class ProviderCloudPortalService(_Management):
    _icon = "provider-cloud-portal-service.png"


class PushNotifications(_Management):
    _icon = "push-notifications.png"


class ServiceManagementTools(_Management):
    _icon = "service-management-tools.png"


# Aliases