-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add Huaweicloud diagrams #741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tsaoyu
wants to merge
2
commits into
mingrammer:master
Choose a base branch
from
tsaoyu:feature-huawei-cloud
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| """ | ||
| Huaweicloud provides a set of services for Huawei Cloud provider. | ||
| """ | ||
|
|
||
| from diagrams import Node | ||
|
|
||
|
|
||
| class _Huaweicloud(Node): | ||
| _provider = "huaweicloud" | ||
| _icon_dir = "resources/huaweicloud" | ||
|
|
||
| fontcolor = "#ffffff" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,113 @@ | ||
| # This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
|
||
| from . import _Huaweicloud | ||
|
|
||
|
|
||
| class _Ai_Analytics(_Huaweicloud): | ||
| _type = "ai_analytics" | ||
| _icon_dir = "resources/huaweicloud/ai_analytics" | ||
|
|
||
|
|
||
| class AIS(_Ai_Analytics): | ||
| _icon = "ais.png" | ||
|
|
||
|
|
||
| class Campus(_Ai_Analytics): | ||
| _icon = "campus.png" | ||
|
|
||
|
|
||
| class CDM(_Ai_Analytics): | ||
| _icon = "cdm.png" | ||
|
|
||
|
|
||
| class CloudTable(_Ai_Analytics): | ||
| _icon = "cloud-table.png" | ||
|
|
||
|
|
||
| class CS(_Ai_Analytics): | ||
| _icon = "cs.png" | ||
|
|
||
|
|
||
| class DataAccess(_Ai_Analytics): | ||
| _icon = "data-access.png" | ||
|
|
||
|
|
||
| class DataArts(_Ai_Analytics): | ||
| _icon = "data-arts.png" | ||
|
|
||
|
|
||
| class DGC(_Ai_Analytics): | ||
| _icon = "dgc.png" | ||
|
|
||
|
|
||
| class DLI(_Ai_Analytics): | ||
| _icon = "dli.png" | ||
|
|
||
|
|
||
| class DWS(_Ai_Analytics): | ||
| _icon = "dws.png" | ||
|
|
||
|
|
||
| class GES(_Ai_Analytics): | ||
| _icon = "ges.png" | ||
|
|
||
|
|
||
| class Hilens(_Ai_Analytics): | ||
| _icon = "hilens.png" | ||
|
|
||
|
|
||
| class Image(_Ai_Analytics): | ||
| _icon = "image.png" | ||
|
|
||
|
|
||
| class Imagetagging(_Ai_Analytics): | ||
| _icon = "imagetagging.png" | ||
|
|
||
|
|
||
| class Industriai(_Ai_Analytics): | ||
| _icon = "industriai.png" | ||
|
|
||
|
|
||
| class Log(_Ai_Analytics): | ||
| _icon = "log.png" | ||
|
|
||
|
|
||
| class Logistics(_Ai_Analytics): | ||
| _icon = "logistics.png" | ||
|
|
||
|
|
||
| class MLS(_Ai_Analytics): | ||
| _icon = "mls.png" | ||
|
|
||
|
|
||
| class ModelArts(_Ai_Analytics): | ||
| _icon = "model-arts.png" | ||
|
|
||
|
|
||
| class MRS(_Ai_Analytics): | ||
| _icon = "mrs.png" | ||
|
|
||
|
|
||
| class NLP(_Ai_Analytics): | ||
| _icon = "nlp.png" | ||
|
|
||
|
|
||
| class Roc(_Ai_Analytics): | ||
| _icon = "roc.png" | ||
|
|
||
|
|
||
| class Traffic(_Ai_Analytics): | ||
| _icon = "traffic.png" | ||
|
|
||
|
|
||
| # Aliases | ||
|
|
||
| MA = ModelArts | ||
| MapReduceService = MRS | ||
| ArificalIntelligenceService = AIS | ||
| CloudStreamingService = CS | ||
| DataLakeInsight = DLI | ||
| CloudDataMigrationService = CDM | ||
| NaturalLanguageProcessingService = NLP | ||
| MachineLearningService = MLS | ||
| DataWarehouseService = DWS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
|
||
| from . import _Huaweicloud | ||
|
|
||
|
|
||
| class _Application(_Huaweicloud): | ||
| _type = "application" | ||
| _icon_dir = "resources/huaweicloud/application" | ||
|
|
||
|
|
||
| class CAE(_Application): | ||
| _icon = "cae.png" | ||
|
|
||
|
|
||
| class CSE(_Application): | ||
| _icon = "cse.png" | ||
|
|
||
|
|
||
| class DMS(_Application): | ||
| _icon = "dms.png" | ||
|
|
||
|
|
||
| class ECPC(_Application): | ||
| _icon = "ecpc.png" | ||
|
|
||
|
|
||
| class FunctionStage(_Application): | ||
| _icon = "function-stage.png" | ||
|
|
||
|
|
||
| class Memcached(_Application): | ||
| _icon = "memcached.png" | ||
|
|
||
|
|
||
| class ServiceStage(_Application): | ||
| _icon = "service-stage.png" | ||
|
|
||
|
|
||
| class SMN(_Application): | ||
| _icon = "smn.png" | ||
|
|
||
|
|
||
| # Aliases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
|
||
| from . import _Huaweicloud | ||
|
|
||
|
|
||
| class _Blockchain(_Huaweicloud): | ||
| _type = "blockchain" | ||
| _icon_dir = "resources/huaweicloud/blockchain" | ||
|
|
||
|
|
||
| class BCS(_Blockchain): | ||
| _icon = "bcs.png" | ||
|
|
||
|
|
||
| # Aliases | ||
|
|
||
| BlockChainService = BCS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
|
||
| from . import _Huaweicloud | ||
|
|
||
|
|
||
| class _Communication(_Huaweicloud): | ||
| _type = "communication" | ||
| _icon_dir = "resources/huaweicloud/communication" | ||
|
|
||
|
|
||
| class CloudIpcc(_Communication): | ||
| _icon = "cloud-ipcc.png" | ||
|
|
||
|
|
||
| class CloudPbx(_Communication): | ||
| _icon = "cloud-pbx.png" | ||
|
|
||
|
|
||
| class IM(_Communication): | ||
| _icon = "im.png" | ||
|
|
||
|
|
||
| class MSGSMS(_Communication): | ||
| _icon = "msgsms.png" | ||
|
|
||
|
|
||
| class VoiceCall(_Communication): | ||
| _icon = "voice-call.png" | ||
|
|
||
|
|
||
| # Aliases |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| # This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
|
||
| from . import _Huaweicloud | ||
|
|
||
|
|
||
| class _Compute(_Huaweicloud): | ||
| _type = "compute" | ||
| _icon_dir = "resources/huaweicloud/compute" | ||
|
|
||
|
|
||
| class AutoScaling(_Compute): | ||
| _icon = "auto-scaling.png" | ||
|
|
||
|
|
||
| class BareMetalServer(_Compute): | ||
| _icon = "bare-metal-server.png" | ||
|
|
||
|
|
||
| class CloudContainerEngine(_Compute): | ||
| _icon = "cloud-container-engine.png" | ||
|
|
||
|
|
||
| class DedicatedCloud(_Compute): | ||
| _icon = "dedicated-cloud.png" | ||
|
|
||
|
|
||
| class DedicatedHost(_Compute): | ||
| _icon = "dedicated-host.png" | ||
|
|
||
|
|
||
| class ElasticComputeService(_Compute): | ||
| _icon = "elastic-compute-service.png" | ||
|
|
||
|
|
||
| class ImageService(_Compute): | ||
| _icon = "image-service.png" | ||
|
|
||
|
|
||
| # Aliases | ||
|
|
||
| AS = AutoScaling | ||
| BMS = BareMetalServer | ||
| CCE = CloudContainerEngine | ||
| DeH = DedicatedHost | ||
| DeC = DedicatedCloud | ||
| ECS = ElasticComputeService | ||
| IMS = ImageService |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put the provider at the bottom of the lists/dicts, not in the middle.