File: network.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 (75 lines) | stat: -rw-r--r-- 1,221 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
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OCI


class _Network(_OCI):
    _type = "network"
    _icon_dir = "resources/oci/network"


class DrgWhite(_Network):
    _icon = "drg-white.png"


class Drg(_Network):
    _icon = "drg.png"


class FirewallWhite(_Network):
    _icon = "firewall-white.png"


class Firewall(_Network):
    _icon = "firewall.png"


class InternetGatewayWhite(_Network):
    _icon = "internet-gateway-white.png"


class InternetGateway(_Network):
    _icon = "internet-gateway.png"


class LoadBalancerWhite(_Network):
    _icon = "load-balancer-white.png"


class LoadBalancer(_Network):
    _icon = "load-balancer.png"


class RouteTableWhite(_Network):
    _icon = "route-table-white.png"


class RouteTable(_Network):
    _icon = "route-table.png"


class SecurityListsWhite(_Network):
    _icon = "security-lists-white.png"


class SecurityLists(_Network):
    _icon = "security-lists.png"


class ServiceGatewayWhite(_Network):
    _icon = "service-gateway-white.png"


class ServiceGateway(_Network):
    _icon = "service-gateway.png"


class VcnWhite(_Network):
    _icon = "vcn-white.png"


class Vcn(_Network):
    _icon = "vcn.png"


# Aliases