mirror of https://github.com/mingrammer/diagrams
feat(node): add gcp monitoring (#343)
parent
4bcea01f34
commit
df061cd284
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GCP
|
||||
|
||||
|
||||
class _Operations(_GCP):
|
||||
_type = "operations"
|
||||
_icon_dir = "resources/gcp/operations"
|
||||
|
||||
|
||||
class Monitoring(_Operations):
|
||||
_icon = "monitoring.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 8.0 KiB |
Loading…
Reference in new issue