@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
AlibabaCloud provides a set of services for Alibaba Cloud provider.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _AlibabaCloud(Node):
|
||||||
|
_provider = "alibabacloud"
|
||||||
|
_icon_dir = "resources/alibabacloud"
|
||||||
|
|
||||||
|
fontcolor = "#ffffff"
|
@ -0,0 +1,31 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Analytics(_AlibabaCloud):
|
||||||
|
_type = "analytics"
|
||||||
|
_icon_dir = "resources/alibabacloud/analytics"
|
||||||
|
|
||||||
|
|
||||||
|
class AnalyticDb(_Analytics):
|
||||||
|
_icon = "analytic-db.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ClickHouse(_Analytics):
|
||||||
|
_icon = "click-house.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DataLakeAnalytics(_Analytics):
|
||||||
|
_icon = "data-lake-analytics.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ElaticMapReduce(_Analytics):
|
||||||
|
_icon = "elatic-map-reduce.png"
|
||||||
|
|
||||||
|
|
||||||
|
class OpenSearch(_Analytics):
|
||||||
|
_icon = "open-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,72 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Application(_AlibabaCloud):
|
||||||
|
_type = "application"
|
||||||
|
_icon_dir = "resources/alibabacloud/application"
|
||||||
|
|
||||||
|
|
||||||
|
class ApiGateway(_Application):
|
||||||
|
_icon = "api-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class BeeBot(_Application):
|
||||||
|
_icon = "bee-bot.png"
|
||||||
|
|
||||||
|
|
||||||
|
class BlockchainAsAService(_Application):
|
||||||
|
_icon = "blockchain-as-a-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudCallCenter(_Application):
|
||||||
|
_icon = "cloud-call-center.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CodePipeline(_Application):
|
||||||
|
_icon = "code-pipeline.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DirectMail(_Application):
|
||||||
|
_icon = "direct-mail.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LogService(_Application):
|
||||||
|
_icon = "log-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class MessageNotificationService(_Application):
|
||||||
|
_icon = "message-notification-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class NodeJsPerformancePlatform(_Application):
|
||||||
|
_icon = "node-js-performance-platform.png"
|
||||||
|
|
||||||
|
|
||||||
|
class OpenSearch(_Application):
|
||||||
|
_icon = "open-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
class PerformanceTestingService(_Application):
|
||||||
|
_icon = "performance-testing-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RdCloud(_Application):
|
||||||
|
_icon = "rd-cloud.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SmartConversationAnalysis(_Application):
|
||||||
|
_icon = "smart-conversation-analysis.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Yida(_Application):
|
||||||
|
_icon = "yida.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
SLS = LogService
|
||||||
|
MNS = MessageNotificationService
|
||||||
|
PTS = PerformanceTestingService
|
||||||
|
SCA = SmartConversationAnalysis
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Communication(_AlibabaCloud):
|
||||||
|
_type = "communication"
|
||||||
|
_icon_dir = "resources/alibabacloud/communication"
|
||||||
|
|
||||||
|
|
||||||
|
class DirectMail(_Communication):
|
||||||
|
_icon = "direct-mail.png"
|
||||||
|
|
||||||
|
|
||||||
|
class MobilePush(_Communication):
|
||||||
|
_icon = "mobile-push.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,83 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Compute(_AlibabaCloud):
|
||||||
|
_type = "compute"
|
||||||
|
_icon_dir = "resources/alibabacloud/compute"
|
||||||
|
|
||||||
|
|
||||||
|
class AutoScaling(_Compute):
|
||||||
|
_icon = "auto-scaling.png"
|
||||||
|
|
||||||
|
|
||||||
|
class BatchCompute(_Compute):
|
||||||
|
_icon = "batch-compute.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ContainerRegistry(_Compute):
|
||||||
|
_icon = "container-registry.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ContainerService(_Compute):
|
||||||
|
_icon = "container-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ElasticComputeService(_Compute):
|
||||||
|
_icon = "elastic-compute-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ElasticContainerInstance(_Compute):
|
||||||
|
_icon = "elastic-container-instance.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ElasticHighPerformanceComputing(_Compute):
|
||||||
|
_icon = "elastic-high-performance-computing.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ElasticSearch(_Compute):
|
||||||
|
_icon = "elastic-search.png"
|
||||||
|
|
||||||
|
|
||||||
|
class FunctionCompute(_Compute):
|
||||||
|
_icon = "function-compute.png"
|
||||||
|
|
||||||
|
|
||||||
|
class OperationOrchestrationService(_Compute):
|
||||||
|
_icon = "operation-orchestration-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ResourceOrchestrationService(_Compute):
|
||||||
|
_icon = "resource-orchestration-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ServerLoadBalancer(_Compute):
|
||||||
|
_icon = "server-load-balancer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ServerlessAppEngine(_Compute):
|
||||||
|
_icon = "serverless-app-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SimpleApplicationServer(_Compute):
|
||||||
|
_icon = "simple-application-server.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WebAppService(_Compute):
|
||||||
|
_icon = "web-app-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
ESS = AutoScaling
|
||||||
|
ECS = ElasticComputeService
|
||||||
|
ECI = ElasticContainerInstance
|
||||||
|
EHPC = ElasticHighPerformanceComputing
|
||||||
|
FC = FunctionCompute
|
||||||
|
OOS = OperationOrchestrationService
|
||||||
|
ROS = ResourceOrchestrationService
|
||||||
|
SLB = ServerLoadBalancer
|
||||||
|
SAE = ServerlessAppEngine
|
||||||
|
SAS = SimpleApplicationServer
|
||||||
|
WAS = WebAppService
|
@ -0,0 +1,86 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Database(_AlibabaCloud):
|
||||||
|
_type = "database"
|
||||||
|
_icon_dir = "resources/alibabacloud/database"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbCassandra(_Database):
|
||||||
|
_icon = "apsaradb-cassandra.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbHbase(_Database):
|
||||||
|
_icon = "apsaradb-hbase.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbMemcache(_Database):
|
||||||
|
_icon = "apsaradb-memcache.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbMongodb(_Database):
|
||||||
|
_icon = "apsaradb-mongodb.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbOceanbase(_Database):
|
||||||
|
_icon = "apsaradb-oceanbase.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbPolardb(_Database):
|
||||||
|
_icon = "apsaradb-polardb.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbPostgresql(_Database):
|
||||||
|
_icon = "apsaradb-postgresql.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbPpas(_Database):
|
||||||
|
_icon = "apsaradb-ppas.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbRedis(_Database):
|
||||||
|
_icon = "apsaradb-redis.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApsaradbSqlserver(_Database):
|
||||||
|
_icon = "apsaradb-sqlserver.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DataManagementService(_Database):
|
||||||
|
_icon = "data-management-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DataTransmissionService(_Database):
|
||||||
|
_icon = "data-transmission-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DatabaseBackupService(_Database):
|
||||||
|
_icon = "database-backup-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DisributeRelationalDatabaseService(_Database):
|
||||||
|
_icon = "disribute-relational-database-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GraphDatabaseService(_Database):
|
||||||
|
_icon = "graph-database-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class HybriddbForMysql(_Database):
|
||||||
|
_icon = "hybriddb-for-mysql.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RelationalDatabaseService(_Database):
|
||||||
|
_icon = "relational-database-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
DMS = DataManagementService
|
||||||
|
DTS = DataTransmissionService
|
||||||
|
DBS = DatabaseBackupService
|
||||||
|
DRDS = DisributeRelationalDatabaseService
|
||||||
|
GDS = GraphDatabaseService
|
||||||
|
RDS = RelationalDatabaseService
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Iot(_AlibabaCloud):
|
||||||
|
_type = "iot"
|
||||||
|
_icon_dir = "resources/alibabacloud/iot"
|
||||||
|
|
||||||
|
|
||||||
|
class IotInternetDeviceId(_Iot):
|
||||||
|
_icon = "iot-internet-device-id.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IotLinkWan(_Iot):
|
||||||
|
_icon = "iot-link-wan.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IotMobileConnectionPackage(_Iot):
|
||||||
|
_icon = "iot-mobile-connection-package.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IotPlatform(_Iot):
|
||||||
|
_icon = "iot-platform.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,52 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Network(_AlibabaCloud):
|
||||||
|
_type = "network"
|
||||||
|
_icon_dir = "resources/alibabacloud/network"
|
||||||
|
|
||||||
|
|
||||||
|
class Cdn(_Network):
|
||||||
|
_icon = "cdn.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudEnterpriseNetwork(_Network):
|
||||||
|
_icon = "cloud-enterprise-network.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ElasticIpAddress(_Network):
|
||||||
|
_icon = "elastic-ip-address.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ExpressConnect(_Network):
|
||||||
|
_icon = "express-connect.png"
|
||||||
|
|
||||||
|
|
||||||
|
class NatGateway(_Network):
|
||||||
|
_icon = "nat-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ServerLoadBalancer(_Network):
|
||||||
|
_icon = "server-load-balancer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SmartAccessGateway(_Network):
|
||||||
|
_icon = "smart-access-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VirtualPrivateCloud(_Network):
|
||||||
|
_icon = "virtual-private-cloud.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VpnGateway(_Network):
|
||||||
|
_icon = "vpn-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
CEN = CloudEnterpriseNetwork
|
||||||
|
EIP = ElasticIpAddress
|
||||||
|
SLB = ServerLoadBalancer
|
||||||
|
VPC = VirtualPrivateCloud
|
@ -0,0 +1,90 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Security(_AlibabaCloud):
|
||||||
|
_type = "security"
|
||||||
|
_icon_dir = "resources/alibabacloud/security"
|
||||||
|
|
||||||
|
|
||||||
|
class AntiBotService(_Security):
|
||||||
|
_icon = "anti-bot-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class AntiDdosBasic(_Security):
|
||||||
|
_icon = "anti-ddos-basic.png"
|
||||||
|
|
||||||
|
|
||||||
|
class AntiDdosPro(_Security):
|
||||||
|
_icon = "anti-ddos-pro.png"
|
||||||
|
|
||||||
|
|
||||||
|
class AntifraudService(_Security):
|
||||||
|
_icon = "antifraud-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class BastionHost(_Security):
|
||||||
|
_icon = "bastion-host.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudFirewall(_Security):
|
||||||
|
_icon = "cloud-firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudSecurityScanner(_Security):
|
||||||
|
_icon = "cloud-security-scanner.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ContentModeration(_Security):
|
||||||
|
_icon = "content-moderation.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CrowdsourcedSecurityTesting(_Security):
|
||||||
|
_icon = "crowdsourced-security-testing.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DataEncryptionService(_Security):
|
||||||
|
_icon = "data-encryption-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DbAudit(_Security):
|
||||||
|
_icon = "db-audit.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GameShield(_Security):
|
||||||
|
_icon = "game-shield.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IdVerification(_Security):
|
||||||
|
_icon = "id-verification.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ManagedSecurityService(_Security):
|
||||||
|
_icon = "managed-security-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SecurityCenter(_Security):
|
||||||
|
_icon = "security-center.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ServerGuard(_Security):
|
||||||
|
_icon = "server-guard.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SslCertificates(_Security):
|
||||||
|
_icon = "ssl-certificates.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WebApplicationFirewall(_Security):
|
||||||
|
_icon = "web-application-firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
ABS = AntiBotService
|
||||||
|
AS = AntifraudService
|
||||||
|
CFW = CloudFirewall
|
||||||
|
CM = ContentModeration
|
||||||
|
DES = DataEncryptionService
|
||||||
|
WAF = WebApplicationFirewall
|
@ -0,0 +1,50 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Storage(_AlibabaCloud):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/alibabacloud/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudStorageGateway(_Storage):
|
||||||
|
_icon = "cloud-storage-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class FileStorageHdfs(_Storage):
|
||||||
|
_icon = "file-storage-hdfs.png"
|
||||||
|
|
||||||
|
|
||||||
|
class FileStorageNas(_Storage):
|
||||||
|
_icon = "file-storage-nas.png"
|
||||||
|
|
||||||
|
|
||||||
|
class HybridBackupRecovery(_Storage):
|
||||||
|
_icon = "hybrid-backup-recovery.png"
|
||||||
|
|
||||||
|
|
||||||
|
class HybridCloudDisasterRecovery(_Storage):
|
||||||
|
_icon = "hybrid-cloud-disaster-recovery.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Imm(_Storage):
|
||||||
|
_icon = "imm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ObjectStorageService(_Storage):
|
||||||
|
_icon = "object-storage-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ObjectTableStore(_Storage):
|
||||||
|
_icon = "object-table-store.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
HDFS = FileStorageHdfs
|
||||||
|
NAS = FileStorageNas
|
||||||
|
HBR = HybridBackupRecovery
|
||||||
|
HDR = HybridCloudDisasterRecovery
|
||||||
|
OSS = ObjectStorageService
|
||||||
|
OTS = ObjectTableStore
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _Web(_AlibabaCloud):
|
||||||
|
_type = "web"
|
||||||
|
_icon_dir = "resources/alibabacloud/web"
|
||||||
|
|
||||||
|
|
||||||
|
class Dns(_Web):
|
||||||
|
_icon = "dns.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Domain(_Web):
|
||||||
|
_icon = "domain.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,130 @@
|
|||||||
|
---
|
||||||
|
id: alibabacloud
|
||||||
|
title: AlibabaCloud
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of alibabacloud provider.
|
||||||
|
|
||||||
|
## alibabacloud.database
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbCassandra**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbHbase**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbMemcache**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbMongodb**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbOceanbase**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbPolardb**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbPostgresql**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbPpas**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbRedis**
|
||||||
|
- **diagrams.alibabacloud.database.ApsaradbSqlserver**
|
||||||
|
- **diagrams.alibabacloud.database.DataManagementService**, **DMS** (alias)
|
||||||
|
- **diagrams.alibabacloud.database.DataTransmissionService**, **DTS** (alias)
|
||||||
|
- **diagrams.alibabacloud.database.DatabaseBackupService**, **DBS** (alias)
|
||||||
|
- **diagrams.alibabacloud.database.DisributeRelationalDatabaseService**, **DRDS** (alias)
|
||||||
|
- **diagrams.alibabacloud.database.GraphDatabaseService**, **GDS** (alias)
|
||||||
|
- **diagrams.alibabacloud.database.HybriddbForMysql**
|
||||||
|
- **diagrams.alibabacloud.database.RelationalDatabaseService**, **RDS** (alias)
|
||||||
|
|
||||||
|
## alibabacloud.security
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.security.AntiBotService**, **ABS** (alias)
|
||||||
|
- **diagrams.alibabacloud.security.AntiDdosBasic**
|
||||||
|
- **diagrams.alibabacloud.security.AntiDdosPro**
|
||||||
|
- **diagrams.alibabacloud.security.AntifraudService**, **AS** (alias)
|
||||||
|
- **diagrams.alibabacloud.security.BastionHost**
|
||||||
|
- **diagrams.alibabacloud.security.CloudFirewall**, **CFW** (alias)
|
||||||
|
- **diagrams.alibabacloud.security.CloudSecurityScanner**
|
||||||
|
- **diagrams.alibabacloud.security.ContentModeration**, **CM** (alias)
|
||||||
|
- **diagrams.alibabacloud.security.CrowdsourcedSecurityTesting**
|
||||||
|
- **diagrams.alibabacloud.security.DataEncryptionService**, **DES** (alias)
|
||||||
|
- **diagrams.alibabacloud.security.DbAudit**
|
||||||
|
- **diagrams.alibabacloud.security.GameShield**
|
||||||
|
- **diagrams.alibabacloud.security.IdVerification**
|
||||||
|
- **diagrams.alibabacloud.security.ManagedSecurityService**
|
||||||
|
- **diagrams.alibabacloud.security.SecurityCenter**
|
||||||
|
- **diagrams.alibabacloud.security.ServerGuard**
|
||||||
|
- **diagrams.alibabacloud.security.SslCertificates**
|
||||||
|
- **diagrams.alibabacloud.security.WebApplicationFirewall**, **WAF** (alias)
|
||||||
|
|
||||||
|
## alibabacloud.web
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.web.Dns**
|
||||||
|
- **diagrams.alibabacloud.web.Domain**
|
||||||
|
|
||||||
|
## alibabacloud.network
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.network.Cdn**
|
||||||
|
- **diagrams.alibabacloud.network.CloudEnterpriseNetwork**, **CEN** (alias)
|
||||||
|
- **diagrams.alibabacloud.network.ElasticIpAddress**, **EIP** (alias)
|
||||||
|
- **diagrams.alibabacloud.network.ExpressConnect**
|
||||||
|
- **diagrams.alibabacloud.network.NatGateway**
|
||||||
|
- **diagrams.alibabacloud.network.ServerLoadBalancer**, **SLB** (alias)
|
||||||
|
- **diagrams.alibabacloud.network.SmartAccessGateway**
|
||||||
|
- **diagrams.alibabacloud.network.VirtualPrivateCloud**, **VPC** (alias)
|
||||||
|
- **diagrams.alibabacloud.network.VpnGateway**
|
||||||
|
|
||||||
|
## alibabacloud.storage
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.storage.CloudStorageGateway**
|
||||||
|
- **diagrams.alibabacloud.storage.FileStorageHdfs**, **HDFS** (alias)
|
||||||
|
- **diagrams.alibabacloud.storage.FileStorageNas**, **NAS** (alias)
|
||||||
|
- **diagrams.alibabacloud.storage.HybridBackupRecovery**, **HBR** (alias)
|
||||||
|
- **diagrams.alibabacloud.storage.HybridCloudDisasterRecovery**, **HDR** (alias)
|
||||||
|
- **diagrams.alibabacloud.storage.Imm**
|
||||||
|
- **diagrams.alibabacloud.storage.ObjectStorageService**, **OSS** (alias)
|
||||||
|
- **diagrams.alibabacloud.storage.ObjectTableStore**, **OTS** (alias)
|
||||||
|
|
||||||
|
## alibabacloud.iot
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.iot.IotInternetDeviceId**
|
||||||
|
- **diagrams.alibabacloud.iot.IotLinkWan**
|
||||||
|
- **diagrams.alibabacloud.iot.IotMobileConnectionPackage**
|
||||||
|
- **diagrams.alibabacloud.iot.IotPlatform**
|
||||||
|
|
||||||
|
## alibabacloud.compute
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.compute.AutoScaling**, **ESS** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.BatchCompute**
|
||||||
|
- **diagrams.alibabacloud.compute.ContainerRegistry**
|
||||||
|
- **diagrams.alibabacloud.compute.ContainerService**
|
||||||
|
- **diagrams.alibabacloud.compute.ElasticComputeService**, **ECS** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.ElasticContainerInstance**, **ECI** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.ElasticHighPerformanceComputing**, **EHPC** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.ElasticSearch**
|
||||||
|
- **diagrams.alibabacloud.compute.FunctionCompute**, **FC** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.OperationOrchestrationService**, **OOS** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.ResourceOrchestrationService**, **ROS** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.ServerLoadBalancer**, **SLB** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.ServerlessAppEngine**, **SAE** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.SimpleApplicationServer**, **SAS** (alias)
|
||||||
|
- **diagrams.alibabacloud.compute.WebAppService**, **WAS** (alias)
|
||||||
|
|
||||||
|
## alibabacloud.application
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.application.ApiGateway**
|
||||||
|
- **diagrams.alibabacloud.application.BeeBot**
|
||||||
|
- **diagrams.alibabacloud.application.BlockchainAsAService**
|
||||||
|
- **diagrams.alibabacloud.application.CloudCallCenter**
|
||||||
|
- **diagrams.alibabacloud.application.CodePipeline**
|
||||||
|
- **diagrams.alibabacloud.application.DirectMail**
|
||||||
|
- **diagrams.alibabacloud.application.LogService**, **SLS** (alias)
|
||||||
|
- **diagrams.alibabacloud.application.MessageNotificationService**, **MNS** (alias)
|
||||||
|
- **diagrams.alibabacloud.application.NodeJsPerformancePlatform**
|
||||||
|
- **diagrams.alibabacloud.application.OpenSearch**
|
||||||
|
- **diagrams.alibabacloud.application.PerformanceTestingService**, **PTS** (alias)
|
||||||
|
- **diagrams.alibabacloud.application.RdCloud**
|
||||||
|
- **diagrams.alibabacloud.application.SmartConversationAnalysis**, **SCA** (alias)
|
||||||
|
- **diagrams.alibabacloud.application.Yida**
|
||||||
|
|
||||||
|
## alibabacloud.communication
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.communication.DirectMail**
|
||||||
|
- **diagrams.alibabacloud.communication.MobilePush**
|
||||||
|
|
||||||
|
## alibabacloud.analytics
|
||||||
|
|
||||||
|
- **diagrams.alibabacloud.analytics.AnalyticDb**
|
||||||
|
- **diagrams.alibabacloud.analytics.ClickHouse**
|
||||||
|
- **diagrams.alibabacloud.analytics.DataLakeAnalytics**
|
||||||
|
- **diagrams.alibabacloud.analytics.ElaticMapReduce**
|
||||||
|
- **diagrams.alibabacloud.analytics.OpenSearch**
|
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 6.7 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 9.9 KiB |