mirror of https://github.com/mingrammer/diagrams
parent
677be01b50
commit
aa97a7c957
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Outscale
|
||||||
|
|
||||||
|
|
||||||
|
class _Compute(_Outscale):
|
||||||
|
_type = "compute"
|
||||||
|
_icon_dir = "resources/outscale/compute"
|
||||||
|
|
||||||
|
|
||||||
|
class Compute(_Compute):
|
||||||
|
_icon = "compute.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DirectConnect(_Compute):
|
||||||
|
_icon = "direct-connect.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,35 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Outscale
|
||||||
|
|
||||||
|
|
||||||
|
class _Network(_Outscale):
|
||||||
|
_type = "network"
|
||||||
|
_icon_dir = "resources/outscale/network"
|
||||||
|
|
||||||
|
|
||||||
|
class ClientVpn(_Network):
|
||||||
|
_icon = "client-vpn.png"
|
||||||
|
|
||||||
|
|
||||||
|
class InternetService(_Network):
|
||||||
|
_icon = "internet-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LoadBalancer(_Network):
|
||||||
|
_icon = "load-balancer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class NatService(_Network):
|
||||||
|
_icon = "nat-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Net(_Network):
|
||||||
|
_icon = "net.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SiteToSiteVpng(_Network):
|
||||||
|
_icon = "site-to-site-vpng.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Outscale
|
||||||
|
|
||||||
|
|
||||||
|
class _Security(_Outscale):
|
||||||
|
_type = "security"
|
||||||
|
_icon_dir = "resources/outscale/security"
|
||||||
|
|
||||||
|
|
||||||
|
class Firewall(_Security):
|
||||||
|
_icon = "firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IdentityAndAccessManagement(_Security):
|
||||||
|
_icon = "identity-and-access-management.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Outscale
|
||||||
|
|
||||||
|
|
||||||
|
class _Storage(_Outscale):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/outscale/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class SimpleStorageService(_Storage):
|
||||||
|
_icon = "simple-storage-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Storage(_Storage):
|
||||||
|
_icon = "storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
Loading…
Reference in new issue