feat(node): add gcp monitoring (#343)

pull/451/head
Pierre-Yves Aillet 4 years ago committed by GitHub
parent 4bcea01f34
commit df061cd284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -112,6 +112,10 @@ Node classes list of gcp provider.
- **diagrams.gcp.network.VirtualPrivateCloud**, **VPC** (alias)
- **diagrams.gcp.network.VPN**
## gcp.operations
- **diagrams.gcp.operations.Monitoring**
## gcp.security
- **diagrams.gcp.security.Iam**

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Loading…
Cancel
Save