mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
746 B
49 lines
746 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _GCP
|
|
|
|
|
|
class _Compute(_GCP):
|
|
_type = "compute"
|
|
_icon_dir = "resources/gcp/compute"
|
|
|
|
|
|
class AppEngine(_Compute):
|
|
_icon = "app-engine.png"
|
|
|
|
|
|
class ComputeEngine(_Compute):
|
|
_icon = "compute-engine.png"
|
|
|
|
|
|
class ContainerOptimizedOS(_Compute):
|
|
_icon = "container-optimized-os.png"
|
|
|
|
|
|
class Functions(_Compute):
|
|
_icon = "functions.png"
|
|
|
|
|
|
class GKEOnPrem(_Compute):
|
|
_icon = "gke-on-prem.png"
|
|
|
|
|
|
class GPU(_Compute):
|
|
_icon = "gpu.png"
|
|
|
|
|
|
class KubernetesEngine(_Compute):
|
|
_icon = "kubernetes-engine.png"
|
|
|
|
|
|
class Run(_Compute):
|
|
_icon = "run.png"
|
|
|
|
|
|
# Aliases
|
|
|
|
GAE = AppEngine
|
|
GCF = Functions
|
|
GCE = ComputeEngine
|
|
GKE = KubernetesEngine
|