File: compute.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 (83 lines) | stat: -rw-r--r-- 1,714 bytes parent folder | download | duplicates (3)
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
72
73
74
75
76
77
78
79
80
81
82
83
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _AlibabaCloud


class _Compute(_AlibabaCloud):
    _type = "compute"
    _icon_dir = "resources/alibabacloud/compute"


class AutoScaling(_Compute):
    _icon = "auto-scaling.png"


class BatchCompute(_Compute):
    _icon = "batch-compute.png"


class ContainerRegistry(_Compute):
    _icon = "container-registry.png"


class ContainerService(_Compute):
    _icon = "container-service.png"


class ElasticComputeService(_Compute):
    _icon = "elastic-compute-service.png"


class ElasticContainerInstance(_Compute):
    _icon = "elastic-container-instance.png"


class ElasticHighPerformanceComputing(_Compute):
    _icon = "elastic-high-performance-computing.png"


class ElasticSearch(_Compute):
    _icon = "elastic-search.png"


class FunctionCompute(_Compute):
    _icon = "function-compute.png"


class OperationOrchestrationService(_Compute):
    _icon = "operation-orchestration-service.png"


class ResourceOrchestrationService(_Compute):
    _icon = "resource-orchestration-service.png"


class ServerLoadBalancer(_Compute):
    _icon = "server-load-balancer.png"


class ServerlessAppEngine(_Compute):
    _icon = "serverless-app-engine.png"


class SimpleApplicationServer(_Compute):
    _icon = "simple-application-server.png"


class WebAppService(_Compute):
    _icon = "web-app-service.png"


# Aliases

ESS = AutoScaling
ECS = ElasticComputeService
ECI = ElasticContainerInstance
EHPC = ElasticHighPerformanceComputing
FC = FunctionCompute
OOS = OperationOrchestrationService
ROS = ResourceOrchestrationService
SLB = ServerLoadBalancer
SAE = ServerlessAppEngine
SAS = SimpleApplicationServer
WAS = WebAppService