Browse Source

Added GCP Endpoints (#259)

tags/v0.17.0
Guy Zylberberg 4 years ago
committed by GitHub
parent
commit
ca4972cbad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions
  1. +15
    -0
      diagrams/gcp/api.py
  2. +4
    -0
      docs/nodes/gcp.md
  3. BIN
      resources/gcp/api/endpoints.png

+ 15
- 0
diagrams/gcp/api.py View File

@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _GCP


class _API(_GCP):
_type = "api"
_icon_dir = "resources/gcp/api"


class Endpoints(_API):
_icon = "endpoints.png"


# Aliases

+ 4
- 0
docs/nodes/gcp.md View File

@@ -18,6 +18,10 @@ Node classes list of gcp provider.
- **diagrams.gcp.analytics.Genomics** - **diagrams.gcp.analytics.Genomics**
- **diagrams.gcp.analytics.Pubsub**, **PubSub** (alias) - **diagrams.gcp.analytics.Pubsub**, **PubSub** (alias)


## gcp.api

- **diagrams.gcp.api.Endpoints**

## gcp.compute ## gcp.compute


- **diagrams.gcp.compute.AppEngine**, **GAE** (alias) - **diagrams.gcp.compute.AppEngine**, **GAE** (alias)


BIN
resources/gcp/api/endpoints.png View File

Before After
Width: 256  |  Height: 256  |  Size: 2.7 KiB

Loading…
Cancel
Save