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 (43 lines) | stat: -rw-r--r-- 692 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
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _DigitalOcean


class _Compute(_DigitalOcean):
    _type = "compute"
    _icon_dir = "resources/digitalocean/compute"


class Containers(_Compute):
    _icon = "containers.png"


class Docker(_Compute):
    _icon = "docker.png"


class DropletConnect(_Compute):
    _icon = "droplet-connect.png"


class DropletSnapshot(_Compute):
    _icon = "droplet-snapshot.png"


class Droplet(_Compute):
    _icon = "droplet.png"


class K8SCluster(_Compute):
    _icon = "k8s-cluster.png"


class K8SNodePool(_Compute):
    _icon = "k8s-node-pool.png"


class K8SNode(_Compute):
    _icon = "k8s-node.png"


# Aliases