@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
IBM provides a set of general IBM services.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _IBM(Node):
|
||||||
|
_provider = "ibm"
|
||||||
|
_icon_dir = "resources/ibm"
|
||||||
|
|
||||||
|
fontcolor = "#ffffff"
|
@ -0,0 +1,31 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Analytics(_Ibm):
|
||||||
|
_type = "analytics"
|
||||||
|
_icon_dir = "resources/ibm/analytics"
|
||||||
|
|
||||||
|
|
||||||
|
class AnalyticsEngine(_Analytics):
|
||||||
|
_icon = "analytics-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Cognos(_Analytics):
|
||||||
|
_icon = "cognos.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Match360(_Analytics):
|
||||||
|
_icon = "match-360.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Powerlytics(_Analytics):
|
||||||
|
_icon = "powerlytics.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Streaming(_Analytics):
|
||||||
|
_icon = "streaming.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Blockchain(_Ibm):
|
||||||
|
_type = "blockchain"
|
||||||
|
_icon_dir = "resources/ibm/blockchain"
|
||||||
|
|
||||||
|
|
||||||
|
class BlockchainPlatform(_Blockchain):
|
||||||
|
_icon = "blockchain-platform.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,75 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Compute(_Ibm):
|
||||||
|
_type = "compute"
|
||||||
|
_icon_dir = "resources/ibm/compute"
|
||||||
|
|
||||||
|
|
||||||
|
class Autoscale(_Compute):
|
||||||
|
_icon = "autoscale.png"
|
||||||
|
|
||||||
|
|
||||||
|
class BareMetal(_Compute):
|
||||||
|
_icon = "bare-metal.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Citrix(_Compute):
|
||||||
|
_icon = "citrix.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudFoundry(_Compute):
|
||||||
|
_icon = "cloud-foundry.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CodeEngine(_Compute):
|
||||||
|
_icon = "code-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DedicatedHost(_Compute):
|
||||||
|
_icon = "dedicated-host.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Dizzion(_Compute):
|
||||||
|
_icon = "dizzion.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Functions(_Compute):
|
||||||
|
_icon = "functions.png"
|
||||||
|
|
||||||
|
|
||||||
|
class HpVirtualServers(_Compute):
|
||||||
|
_icon = "hp-virtual-servers.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Hsm(_Compute):
|
||||||
|
_icon = "hsm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class PowerSystems(_Compute):
|
||||||
|
_icon = "power-systems.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Satellite(_Compute):
|
||||||
|
_icon = "satellite.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Skytap(_Compute):
|
||||||
|
_icon = "skytap.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VirtualServer(_Compute):
|
||||||
|
_icon = "virtual-server.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VMware(_Compute):
|
||||||
|
_icon = "vmware.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VPCVirtualServer(_Compute):
|
||||||
|
_icon = "vpc-virtual-server.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Containers(_Ibm):
|
||||||
|
_type = "containers"
|
||||||
|
_icon_dir = "resources/ibm/containers"
|
||||||
|
|
||||||
|
|
||||||
|
class CodeEngine(_Containers):
|
||||||
|
_icon = "code-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Kubernets(_Containers):
|
||||||
|
_icon = "kubernets.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Openshift(_Containers):
|
||||||
|
_icon = "openshift.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Registry(_Containers):
|
||||||
|
_icon = "registry.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,99 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Database(_Ibm):
|
||||||
|
_type = "database"
|
||||||
|
_icon_dir = "resources/ibm/database"
|
||||||
|
|
||||||
|
|
||||||
|
class Cloudant(_Database):
|
||||||
|
_icon = "cloudant.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComposeEnterprise(_Database):
|
||||||
|
_icon = "compose-enterprise.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComposeJanusgraph(_Database):
|
||||||
|
_icon = "compose-janusgraph.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComposeMysql(_Database):
|
||||||
|
_icon = "compose-mysql.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComposeRethinkdb(_Database):
|
||||||
|
_icon = "compose-rethinkdb.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComposeScylladb(_Database):
|
||||||
|
_icon = "compose-scylladb.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Datastax(_Database):
|
||||||
|
_icon = "datastax.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DB2Warehouse(_Database):
|
||||||
|
_icon = "db2-warehouse.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DB2(_Database):
|
||||||
|
_icon = "db2.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Edb(_Database):
|
||||||
|
_icon = "edb.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Elasticsearch(_Database):
|
||||||
|
_icon = "elasticsearch.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Etcd(_Database):
|
||||||
|
_icon = "etcd.png"
|
||||||
|
|
||||||
|
|
||||||
|
class HyperProtectDbaas(_Database):
|
||||||
|
_icon = "hyper-protect-dbaas.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Influx(_Database):
|
||||||
|
_icon = "influx.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Informix(_Database):
|
||||||
|
_icon = "informix.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Match(_Database):
|
||||||
|
_icon = "match.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mongodb(_Database):
|
||||||
|
_icon = "mongodb.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Portworx(_Database):
|
||||||
|
_icon = "portworx.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Postgresql(_Database):
|
||||||
|
_icon = "postgresql.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Rabbitmq(_Database):
|
||||||
|
_icon = "rabbitmq.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Redis(_Database):
|
||||||
|
_icon = "redis.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SqlQuery(_Database):
|
||||||
|
_icon = "sql-query.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,155 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Devtools(_Ibm):
|
||||||
|
_type = "devtools"
|
||||||
|
_icon_dir = "resources/ibm/devtools"
|
||||||
|
|
||||||
|
|
||||||
|
class Accern(_Devtools):
|
||||||
|
_icon = "accern.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Alloy(_Devtools):
|
||||||
|
_icon = "alloy.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ApiGateway(_Devtools):
|
||||||
|
_icon = "api-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class AppConfiguration(_Devtools):
|
||||||
|
_icon = "app-configuration.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Bondevalue(_Devtools):
|
||||||
|
_icon = "bondevalue.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ContinuousDelivery(_Devtools):
|
||||||
|
_icon = "continuous-delivery.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Difitek(_Devtools):
|
||||||
|
_icon = "difitek.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DomainNameRegistration(_Devtools):
|
||||||
|
_icon = "domain-name-registration.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Dwolla(_Devtools):
|
||||||
|
_icon = "dwolla.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Esri(_Devtools):
|
||||||
|
_icon = "esri.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GeoWs(_Devtools):
|
||||||
|
_icon = "geo-ws.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Hazardhub(_Devtools):
|
||||||
|
_icon = "hazardhub.png"
|
||||||
|
|
||||||
|
|
||||||
|
class HealthScore(_Devtools):
|
||||||
|
_icon = "health-score.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Hydrogen(_Devtools):
|
||||||
|
_icon = "hydrogen.png"
|
||||||
|
|
||||||
|
|
||||||
|
class NaturalLanguageGeneration(_Devtools):
|
||||||
|
_icon = "natural-language-generation.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Nexmo(_Devtools):
|
||||||
|
_icon = "nexmo.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Powerlytics(_Devtools):
|
||||||
|
_icon = "powerlytics.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Quovo(_Devtools):
|
||||||
|
_icon = "quovo.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Rainbow(_Devtools):
|
||||||
|
_icon = "rainbow.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Relsci(_Devtools):
|
||||||
|
_icon = "relsci.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RiskEngine(_Devtools):
|
||||||
|
_icon = "risk-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Schematics(_Devtools):
|
||||||
|
_icon = "schematics.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Sendgrid(_Devtools):
|
||||||
|
_icon = "sendgrid.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Sizeup(_Devtools):
|
||||||
|
_icon = "sizeup.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Splice(_Devtools):
|
||||||
|
_icon = "splice.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Strands(_Devtools):
|
||||||
|
_icon = "strands.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Toolchains(_Devtools):
|
||||||
|
_icon = "toolchains.png"
|
||||||
|
|
||||||
|
|
||||||
|
class TotumRisk(_Devtools):
|
||||||
|
_icon = "totum-risk.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Tradeit(_Devtools):
|
||||||
|
_icon = "tradeit.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Twilio(_Devtools):
|
||||||
|
_icon = "twilio.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Ucloud(_Devtools):
|
||||||
|
_icon = "ucloud.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Wealthengine(_Devtools):
|
||||||
|
_icon = "wealthengine.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WireAccountVerificationService(_Devtools):
|
||||||
|
_icon = "wire-account-verification-service.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Xignite(_Devtools):
|
||||||
|
_icon = "xignite.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Ylabs(_Devtools):
|
||||||
|
_icon = "ylabs.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Yodlee(_Devtools):
|
||||||
|
_icon = "yodlee.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,43 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Integration(_Ibm):
|
||||||
|
_type = "integration"
|
||||||
|
_icon_dir = "resources/ibm/integration"
|
||||||
|
|
||||||
|
|
||||||
|
class ApiConnect(_Integration):
|
||||||
|
_icon = "api-connect.png"
|
||||||
|
|
||||||
|
|
||||||
|
class AppConnect(_Integration):
|
||||||
|
_icon = "app-connect.png"
|
||||||
|
|
||||||
|
|
||||||
|
class EventStreams(_Integration):
|
||||||
|
_icon = "event-streams.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Lift(_Integration):
|
||||||
|
_icon = "lift.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Mq(_Integration):
|
||||||
|
_icon = "mq.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RocketMainframe(_Integration):
|
||||||
|
_icon = "rocket-mainframe.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SecureGateway(_Integration):
|
||||||
|
_icon = "secure-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SimpleCloudIo(_Integration):
|
||||||
|
_icon = "simple-cloud-io.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,43 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Iot(_Ibm):
|
||||||
|
_type = "iot"
|
||||||
|
_icon_dir = "resources/ibm/iot"
|
||||||
|
|
||||||
|
|
||||||
|
class BoschRollouts(_Iot):
|
||||||
|
_icon = "bosch-rollouts.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CarDiagnostic(_Iot):
|
||||||
|
_icon = "car-diagnostic.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DataPlans(_Iot):
|
||||||
|
_icon = "data-plans.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Flow(_Iot):
|
||||||
|
_icon = "flow.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IotPlatform(_Iot):
|
||||||
|
_icon = "iot-platform.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Portworx(_Iot):
|
||||||
|
_icon = "portworx.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Skyhook(_Iot):
|
||||||
|
_icon = "skyhook.png"
|
||||||
|
|
||||||
|
|
||||||
|
class UnificationEngine(_Iot):
|
||||||
|
_icon = "unification-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Migration(_Ibm):
|
||||||
|
_type = "migration"
|
||||||
|
_icon_dir = "resources/ibm/migration"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudMigration(_Migration):
|
||||||
|
_icon = "cloud-migration.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,75 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Ml(_Ibm):
|
||||||
|
_type = "ml"
|
||||||
|
_icon_dir = "resources/ibm/ml"
|
||||||
|
|
||||||
|
|
||||||
|
class Annotator(_Ml):
|
||||||
|
_icon = "annotator.png"
|
||||||
|
|
||||||
|
|
||||||
|
class KnowledgeStudio(_Ml):
|
||||||
|
_icon = "knowledge-studio.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LanguageTranslator(_Ml):
|
||||||
|
_icon = "language-translator.png"
|
||||||
|
|
||||||
|
|
||||||
|
class MachineLearning(_Ml):
|
||||||
|
_icon = "machine-learning.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Match360(_Ml):
|
||||||
|
_icon = "match-360.png"
|
||||||
|
|
||||||
|
|
||||||
|
class NaturalLanguageClassifier(_Ml):
|
||||||
|
_icon = "natural-language-classifier.png"
|
||||||
|
|
||||||
|
|
||||||
|
class NaturalLanguageUnderstanding(_Ml):
|
||||||
|
_icon = "natural-language-understanding.png"
|
||||||
|
|
||||||
|
|
||||||
|
class PersonalityInsights(_Ml):
|
||||||
|
_icon = "personality-insights.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SpeechToText(_Ml):
|
||||||
|
_icon = "speech-to-text.png"
|
||||||
|
|
||||||
|
|
||||||
|
class TextToSpeech(_Ml):
|
||||||
|
_icon = "text-to-speech.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ToneAnalyzer(_Ml):
|
||||||
|
_icon = "tone-analyzer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WatsonAssistant(_Ml):
|
||||||
|
_icon = "watson-assistant.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WatsonDiscovery(_Ml):
|
||||||
|
_icon = "watson-discovery.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WatsonKnowledgeCatalog(_Ml):
|
||||||
|
_icon = "watson-knowledge-catalog.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WatsonOpenscale(_Ml):
|
||||||
|
_icon = "watson-openscale.png"
|
||||||
|
|
||||||
|
|
||||||
|
class WatsonStudio(_Ml):
|
||||||
|
_icon = "watson-studio.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,39 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Mobile(_Ibm):
|
||||||
|
_type = "mobile"
|
||||||
|
_icon_dir = "resources/ibm/mobile"
|
||||||
|
|
||||||
|
|
||||||
|
class B2T(_Mobile):
|
||||||
|
_icon = "b2t.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Bitbar(_Mobile):
|
||||||
|
_icon = "bitbar.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Match360(_Mobile):
|
||||||
|
_icon = "match-360.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Phunware(_Mobile):
|
||||||
|
_icon = "phunware.png"
|
||||||
|
|
||||||
|
|
||||||
|
class PushNotifications(_Mobile):
|
||||||
|
_icon = "push-notifications.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Telstra(_Mobile):
|
||||||
|
_icon = "telstra.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Twilio(_Mobile):
|
||||||
|
_icon = "twilio.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,23 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Monitoring(_Ibm):
|
||||||
|
_type = "monitoring"
|
||||||
|
_icon_dir = "resources/ibm/monitoring"
|
||||||
|
|
||||||
|
|
||||||
|
class ActivityTracker(_Monitoring):
|
||||||
|
_icon = "activity-tracker.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LogAnalysis(_Monitoring):
|
||||||
|
_icon = "log-analysis.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Monitoring(_Monitoring):
|
||||||
|
_icon = "monitoring.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,79 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Network(_Ibm):
|
||||||
|
_type = "network"
|
||||||
|
_icon_dir = "resources/ibm/network"
|
||||||
|
|
||||||
|
|
||||||
|
class CDN(_Network):
|
||||||
|
_icon = "cdn.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DirectLinkVPC(_Network):
|
||||||
|
_icon = "direct-link-vpc.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DirectLink(_Network):
|
||||||
|
_icon = "direct-link.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DNS(_Network):
|
||||||
|
_icon = "dns.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Firewall(_Network):
|
||||||
|
_icon = "firewall.png"
|
||||||
|
|
||||||
|
|
||||||
|
class GatewayAppliance(_Network):
|
||||||
|
_icon = "gateway-appliance.png"
|
||||||
|
|
||||||
|
|
||||||
|
class InternetServices(_Network):
|
||||||
|
_icon = "internet-services.png"
|
||||||
|
|
||||||
|
|
||||||
|
class IpsecVPN(_Network):
|
||||||
|
_icon = "ipsec-vpn.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LBaaS(_Network):
|
||||||
|
_icon = "lbaas.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LocalLoadBalancing(_Network):
|
||||||
|
_icon = "local-load-balancing.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Subnets(_Network):
|
||||||
|
_icon = "subnets.png"
|
||||||
|
|
||||||
|
|
||||||
|
class TransitGateway(_Network):
|
||||||
|
_icon = "transit-gateway.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Vlan(_Network):
|
||||||
|
_icon = "vlan.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VPCEndpoints(_Network):
|
||||||
|
_icon = "vpc-endpoints.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VPCFlowlogs(_Network):
|
||||||
|
_icon = "vpc-flowlogs.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VPC(_Network):
|
||||||
|
_icon = "vpc.png"
|
||||||
|
|
||||||
|
|
||||||
|
class VPN(_Network):
|
||||||
|
_icon = "vpn.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,59 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Security(_Ibm):
|
||||||
|
_type = "security"
|
||||||
|
_icon_dir = "resources/ibm/security"
|
||||||
|
|
||||||
|
|
||||||
|
class AppId(_Security):
|
||||||
|
_icon = "app-id.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CertificateManager(_Security):
|
||||||
|
_icon = "certificate-manager.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Contrast(_Security):
|
||||||
|
_icon = "contrast.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Crypto(_Security):
|
||||||
|
_icon = "crypto.png"
|
||||||
|
|
||||||
|
|
||||||
|
class DataShield(_Security):
|
||||||
|
_icon = "data-shield.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Fusionauth(_Security):
|
||||||
|
_icon = "fusionauth.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Hsm(_Security):
|
||||||
|
_icon = "hsm.png"
|
||||||
|
|
||||||
|
|
||||||
|
class KeyProtect(_Security):
|
||||||
|
_icon = "key-protect.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Raxak(_Security):
|
||||||
|
_icon = "raxak.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SecretsManager(_Security):
|
||||||
|
_icon = "secrets-manager.png"
|
||||||
|
|
||||||
|
|
||||||
|
class SslCertificates(_Security):
|
||||||
|
_icon = "ssl-certificates.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Twilio(_Security):
|
||||||
|
_icon = "twilio.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,43 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Ibm
|
||||||
|
|
||||||
|
|
||||||
|
class _Storage(_Ibm):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/ibm/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class BlockStorageVolumes(_Storage):
|
||||||
|
_icon = "block-storage-volumes.png"
|
||||||
|
|
||||||
|
|
||||||
|
class BlockStorage(_Storage):
|
||||||
|
_icon = "block-storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Box(_Storage):
|
||||||
|
_icon = "box.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CloudBackup(_Storage):
|
||||||
|
_icon = "cloud-backup.png"
|
||||||
|
|
||||||
|
|
||||||
|
class FileStorage(_Storage):
|
||||||
|
_icon = "file-storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class MassDataMigration(_Storage):
|
||||||
|
_icon = "mass-data-migration.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ObjectStorage(_Storage):
|
||||||
|
_icon = "object-storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Portworx(_Storage):
|
||||||
|
_icon = "portworx.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,215 @@
|
|||||||
|
---
|
||||||
|
id: ibm
|
||||||
|
title: Ibm
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of ibm provider.
|
||||||
|
|
||||||
|
## ibm.analytics
|
||||||
|
|
||||||
|
- **diagrams.ibm.analytics.AnalyticsEngine**
|
||||||
|
- **diagrams.ibm.analytics.Cognos**
|
||||||
|
- **diagrams.ibm.analytics.Match360**
|
||||||
|
- **diagrams.ibm.analytics.Powerlytics**
|
||||||
|
- **diagrams.ibm.analytics.Streaming**
|
||||||
|
|
||||||
|
## ibm.blockchain
|
||||||
|
|
||||||
|
- **diagrams.ibm.blockchain.BlockchainPlatform**
|
||||||
|
|
||||||
|
## ibm.compute
|
||||||
|
|
||||||
|
- **diagrams.ibm.compute.Autoscale**
|
||||||
|
- **diagrams.ibm.compute.BareMetal**
|
||||||
|
- **diagrams.ibm.compute.Citrix**
|
||||||
|
- **diagrams.ibm.compute.CloudFoundry**
|
||||||
|
- **diagrams.ibm.compute.CodeEngine**
|
||||||
|
- **diagrams.ibm.compute.DedicatedHost**
|
||||||
|
- **diagrams.ibm.compute.Dizzion**
|
||||||
|
- **diagrams.ibm.compute.Functions**
|
||||||
|
- **diagrams.ibm.compute.HpVirtualServers**
|
||||||
|
- **diagrams.ibm.compute.Hsm**
|
||||||
|
- **diagrams.ibm.compute.PowerSystems**
|
||||||
|
- **diagrams.ibm.compute.Satellite**
|
||||||
|
- **diagrams.ibm.compute.Skytap**
|
||||||
|
- **diagrams.ibm.compute.VirtualServer**
|
||||||
|
- **diagrams.ibm.compute.VMware**
|
||||||
|
- **diagrams.ibm.compute.VPCVirtualServer**
|
||||||
|
|
||||||
|
## ibm.containers
|
||||||
|
|
||||||
|
- **diagrams.ibm.containers.CodeEngine**
|
||||||
|
- **diagrams.ibm.containers.Kubernets**
|
||||||
|
- **diagrams.ibm.containers.Openshift**
|
||||||
|
- **diagrams.ibm.containers.Registry**
|
||||||
|
|
||||||
|
## ibm.database
|
||||||
|
|
||||||
|
- **diagrams.ibm.database.Cloudant**
|
||||||
|
- **diagrams.ibm.database.ComposeEnterprise**
|
||||||
|
- **diagrams.ibm.database.ComposeJanusgraph**
|
||||||
|
- **diagrams.ibm.database.ComposeMysql**
|
||||||
|
- **diagrams.ibm.database.ComposeRethinkdb**
|
||||||
|
- **diagrams.ibm.database.ComposeScylladb**
|
||||||
|
- **diagrams.ibm.database.Datastax**
|
||||||
|
- **diagrams.ibm.database.DB2Warehouse**
|
||||||
|
- **diagrams.ibm.database.DB2**
|
||||||
|
- **diagrams.ibm.database.Edb**
|
||||||
|
- **diagrams.ibm.database.Elasticsearch**
|
||||||
|
- **diagrams.ibm.database.Etcd**
|
||||||
|
- **diagrams.ibm.database.HyperProtectDbaas**
|
||||||
|
- **diagrams.ibm.database.Influx**
|
||||||
|
- **diagrams.ibm.database.Informix**
|
||||||
|
- **diagrams.ibm.database.Match**
|
||||||
|
- **diagrams.ibm.database.Mongodb**
|
||||||
|
- **diagrams.ibm.database.Portworx**
|
||||||
|
- **diagrams.ibm.database.Postgresql**
|
||||||
|
- **diagrams.ibm.database.Rabbitmq**
|
||||||
|
- **diagrams.ibm.database.Redis**
|
||||||
|
- **diagrams.ibm.database.SqlQuery**
|
||||||
|
|
||||||
|
## ibm.devtools
|
||||||
|
|
||||||
|
- **diagrams.ibm.devtools.Accern**
|
||||||
|
- **diagrams.ibm.devtools.Alloy**
|
||||||
|
- **diagrams.ibm.devtools.ApiGateway**
|
||||||
|
- **diagrams.ibm.devtools.AppConfiguration**
|
||||||
|
- **diagrams.ibm.devtools.Bondevalue**
|
||||||
|
- **diagrams.ibm.devtools.ContinuousDelivery**
|
||||||
|
- **diagrams.ibm.devtools.Difitek**
|
||||||
|
- **diagrams.ibm.devtools.DomainNameRegistration**
|
||||||
|
- **diagrams.ibm.devtools.Dwolla**
|
||||||
|
- **diagrams.ibm.devtools.Esri**
|
||||||
|
- **diagrams.ibm.devtools.GeoWs**
|
||||||
|
- **diagrams.ibm.devtools.Hazardhub**
|
||||||
|
- **diagrams.ibm.devtools.HealthScore**
|
||||||
|
- **diagrams.ibm.devtools.Hydrogen**
|
||||||
|
- **diagrams.ibm.devtools.NaturalLanguageGeneration**
|
||||||
|
- **diagrams.ibm.devtools.Nexmo**
|
||||||
|
- **diagrams.ibm.devtools.Powerlytics**
|
||||||
|
- **diagrams.ibm.devtools.Quovo**
|
||||||
|
- **diagrams.ibm.devtools.Rainbow**
|
||||||
|
- **diagrams.ibm.devtools.Relsci**
|
||||||
|
- **diagrams.ibm.devtools.RiskEngine**
|
||||||
|
- **diagrams.ibm.devtools.Schematics**
|
||||||
|
- **diagrams.ibm.devtools.Sendgrid**
|
||||||
|
- **diagrams.ibm.devtools.Sizeup**
|
||||||
|
- **diagrams.ibm.devtools.Splice**
|
||||||
|
- **diagrams.ibm.devtools.Strands**
|
||||||
|
- **diagrams.ibm.devtools.Toolchains**
|
||||||
|
- **diagrams.ibm.devtools.TotumRisk**
|
||||||
|
- **diagrams.ibm.devtools.Tradeit**
|
||||||
|
- **diagrams.ibm.devtools.Twilio**
|
||||||
|
- **diagrams.ibm.devtools.Ucloud**
|
||||||
|
- **diagrams.ibm.devtools.Wealthengine**
|
||||||
|
- **diagrams.ibm.devtools.WireAccountVerificationService**
|
||||||
|
- **diagrams.ibm.devtools.Xignite**
|
||||||
|
- **diagrams.ibm.devtools.Ylabs**
|
||||||
|
- **diagrams.ibm.devtools.Yodlee**
|
||||||
|
|
||||||
|
## ibm.integration
|
||||||
|
|
||||||
|
- **diagrams.ibm.integration.ApiConnect**
|
||||||
|
- **diagrams.ibm.integration.AppConnect**
|
||||||
|
- **diagrams.ibm.integration.EventStreams**
|
||||||
|
- **diagrams.ibm.integration.Lift**
|
||||||
|
- **diagrams.ibm.integration.Mq**
|
||||||
|
- **diagrams.ibm.integration.RocketMainframe**
|
||||||
|
- **diagrams.ibm.integration.SecureGateway**
|
||||||
|
- **diagrams.ibm.integration.SimpleCloudIo**
|
||||||
|
|
||||||
|
## ibm.iot
|
||||||
|
|
||||||
|
- **diagrams.ibm.iot.BoschRollouts**
|
||||||
|
- **diagrams.ibm.iot.CarDiagnostic**
|
||||||
|
- **diagrams.ibm.iot.DataPlans**
|
||||||
|
- **diagrams.ibm.iot.Flow**
|
||||||
|
- **diagrams.ibm.iot.IotPlatform**
|
||||||
|
- **diagrams.ibm.iot.Portworx**
|
||||||
|
- **diagrams.ibm.iot.Skyhook**
|
||||||
|
- **diagrams.ibm.iot.UnificationEngine**
|
||||||
|
|
||||||
|
## ibm.migration
|
||||||
|
|
||||||
|
- **diagrams.ibm.migration.CloudMigration**
|
||||||
|
|
||||||
|
## ibm.ml
|
||||||
|
|
||||||
|
- **diagrams.ibm.ml.Annotator**
|
||||||
|
- **diagrams.ibm.ml.KnowledgeStudio**
|
||||||
|
- **diagrams.ibm.ml.LanguageTranslator**
|
||||||
|
- **diagrams.ibm.ml.MachineLearning**
|
||||||
|
- **diagrams.ibm.ml.Match360**
|
||||||
|
- **diagrams.ibm.ml.NaturalLanguageClassifier**
|
||||||
|
- **diagrams.ibm.ml.NaturalLanguageUnderstanding**
|
||||||
|
- **diagrams.ibm.ml.PersonalityInsights**
|
||||||
|
- **diagrams.ibm.ml.SpeechToText**
|
||||||
|
- **diagrams.ibm.ml.TextToSpeech**
|
||||||
|
- **diagrams.ibm.ml.ToneAnalyzer**
|
||||||
|
- **diagrams.ibm.ml.WatsonAssistant**
|
||||||
|
- **diagrams.ibm.ml.WatsonDiscovery**
|
||||||
|
- **diagrams.ibm.ml.WatsonKnowledgeCatalog**
|
||||||
|
- **diagrams.ibm.ml.WatsonOpenscale**
|
||||||
|
- **diagrams.ibm.ml.WatsonStudio**
|
||||||
|
|
||||||
|
## ibm.mobile
|
||||||
|
|
||||||
|
- **diagrams.ibm.mobile.B2T**
|
||||||
|
- **diagrams.ibm.mobile.Bitbar**
|
||||||
|
- **diagrams.ibm.mobile.Match360**
|
||||||
|
- **diagrams.ibm.mobile.Phunware**
|
||||||
|
- **diagrams.ibm.mobile.PushNotifications**
|
||||||
|
- **diagrams.ibm.mobile.Telstra**
|
||||||
|
- **diagrams.ibm.mobile.Twilio**
|
||||||
|
|
||||||
|
## ibm.monitoring
|
||||||
|
|
||||||
|
- **diagrams.ibm.monitoring.ActivityTracker**
|
||||||
|
- **diagrams.ibm.monitoring.LogAnalysis**
|
||||||
|
- **diagrams.ibm.monitoring.Monitoring**
|
||||||
|
|
||||||
|
## ibm.network
|
||||||
|
|
||||||
|
- **diagrams.ibm.network.CDN**
|
||||||
|
- **diagrams.ibm.network.DirectLinkVPC**
|
||||||
|
- **diagrams.ibm.network.DirectLink**
|
||||||
|
- **diagrams.ibm.network.DNS**
|
||||||
|
- **diagrams.ibm.network.Firewall**
|
||||||
|
- **diagrams.ibm.network.GatewayAppliance**
|
||||||
|
- **diagrams.ibm.network.InternetServices**
|
||||||
|
- **diagrams.ibm.network.IpsecVPN**
|
||||||
|
- **diagrams.ibm.network.LBaaS**
|
||||||
|
- **diagrams.ibm.network.LocalLoadBalancing**
|
||||||
|
- **diagrams.ibm.network.Subnets**
|
||||||
|
- **diagrams.ibm.network.TransitGateway**
|
||||||
|
- **diagrams.ibm.network.Vlan**
|
||||||
|
- **diagrams.ibm.network.VPCEndpoints**
|
||||||
|
- **diagrams.ibm.network.VPCFlowlogs**
|
||||||
|
- **diagrams.ibm.network.VPC**
|
||||||
|
- **diagrams.ibm.network.VPN**
|
||||||
|
|
||||||
|
## ibm.security
|
||||||
|
|
||||||
|
- **diagrams.ibm.security.AppId**
|
||||||
|
- **diagrams.ibm.security.CertificateManager**
|
||||||
|
- **diagrams.ibm.security.Contrast**
|
||||||
|
- **diagrams.ibm.security.Crypto**
|
||||||
|
- **diagrams.ibm.security.DataShield**
|
||||||
|
- **diagrams.ibm.security.Fusionauth**
|
||||||
|
- **diagrams.ibm.security.Hsm**
|
||||||
|
- **diagrams.ibm.security.KeyProtect**
|
||||||
|
- **diagrams.ibm.security.Raxak**
|
||||||
|
- **diagrams.ibm.security.SecretsManager**
|
||||||
|
- **diagrams.ibm.security.SslCertificates**
|
||||||
|
- **diagrams.ibm.security.Twilio**
|
||||||
|
|
||||||
|
## ibm.storage
|
||||||
|
|
||||||
|
- **diagrams.ibm.storage.BlockStorageVolumes**
|
||||||
|
- **diagrams.ibm.storage.BlockStorage**
|
||||||
|
- **diagrams.ibm.storage.Box**
|
||||||
|
- **diagrams.ibm.storage.CloudBackup**
|
||||||
|
- **diagrams.ibm.storage.FileStorage**
|
||||||
|
- **diagrams.ibm.storage.MassDataMigration**
|
||||||
|
- **diagrams.ibm.storage.ObjectStorage**
|
||||||
|
- **diagrams.ibm.storage.Portworx**
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 810 B |
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 703 B |
After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 987 B |
After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 962 B |
After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 810 B |
After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 608 B |
After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 5.5 KiB |