UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

29 lines (28 loc) 3.1 kB
export declare function Armor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CDN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudIDS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DedicatedInterconnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DNS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ExternalIpAddresses(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FirewallRules(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LoadBalancing(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NAT(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NetworkConnectivityCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NetworkIntelligenceCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NetworkSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NetworkTiers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NetworkTopology(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Network(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PartnerInterconnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PremiumNetworkTier(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PrivateServiceConnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Router(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Routes(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceMesh(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StandardNetworkTier(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TrafficDirector(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VirtualPrivateCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VPN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const IDS: typeof CloudIDS; export declare const PSC: typeof PrivateServiceConnect; export declare const VPC: typeof VirtualPrivateCloud;