Veeam2 Software Entities
Antivirus
- Preview
- Usage
- Definition
import { Antivirus } from '@dinghy/diagrams/entitiesVeeam2Software'
<Antivirus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANTIVIRUS } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, ANTIVIRUS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.antivirus;',
},
_original_width: 34,
_original_height: 34,
}
Application
- Preview
- Usage
- Definition
import { Application } from '@dinghy/diagrams/entitiesVeeam2Software'
<Application/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, APPLICATION)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.application;',
},
_original_width: 34,
_original_height: 34,
}
Database
- Preview
- Usage
- Definition
import { Database } from '@dinghy/diagrams/entitiesVeeam2Software'
<Database/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, DATABASE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.database2;',
},
_original_width: 34,
_original_height: 34,
}
Database Server
- Preview
- Usage
- Definition
import { DatabaseServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<DatabaseServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATABASE_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, DATABASE_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.database_server;',
},
_original_width: 40,
_original_height: 52,
}
Domain Controller
- Preview
- Usage
- Definition
import { DomainController } from '@dinghy/diagrams/entitiesVeeam2Software'
<DomainController/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOMAIN_CONTROLLER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, DOMAIN_CONTROLLER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.domain_controller;',
},
_original_width: 40,
_original_height: 52,
}
Exchange Server
- Preview
- Usage
- Definition
import { ExchangeServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<ExchangeServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EXCHANGE_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, EXCHANGE_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.exchange_server;',
},
_original_width: 40,
_original_height: 52,
}
Firewall
- Preview
- Usage
- Definition
import { Firewall } from '@dinghy/diagrams/entitiesVeeam2Software'
<Firewall/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIREWALL } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, FIREWALL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.firewall;',
},
_original_width: 34,
_original_height: 34,
}
Linux
- Preview
- Usage
- Definition
import { Linux } from '@dinghy/diagrams/entitiesVeeam2Software'
<Linux/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINUX } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, LINUX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.linux;',
},
_original_width: 34,
_original_height: 34,
}
Linux Server
- Preview
- Usage
- Definition
import { LinuxServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<LinuxServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINUX_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, LINUX_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.linux_server;',
},
_original_width: 40,
_original_height: 52,
}
Microsoft Active Directory
- Preview
- Usage
- Definition
import { MicrosoftActiveDirectory } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftActiveDirectory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_ACTIVE_DIRECTORY } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_ACTIVE_DIRECTORY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_active_directory;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft Exchange
- Preview
- Usage
- Definition
import { MicrosoftExchange } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftExchange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_EXCHANGE } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_EXCHANGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_exchange;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft Office
- Preview
- Usage
- Definition
import { MicrosoftOffice } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftOffice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_OFFICE } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_OFFICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_office;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft OneDrive
- Preview
- Usage
- Definition
import { MicrosoftOnedrive } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftOnedrive/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_ONEDRIVE } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_ONEDRIVE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_onedrive;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft Outlook
- Preview
- Usage
- Definition
import { MicrosoftOutlook } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftOutlook/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_OUTLOOK } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_OUTLOOK)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_outlook;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft SCOM
- Preview
- Usage
- Definition
import { MicrosoftScom } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftScom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_SCOM } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_SCOM)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_scom;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft SCVMM
- Preview
- Usage
- Definition
import { MicrosoftScvmm } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftScvmm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_SCVMM } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_SCVMM)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_scvmm;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft SharePoint
- Preview
- Usage
- Definition
import { MicrosoftSharepoint } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftSharepoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_SHAREPOINT } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_SHAREPOINT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_sharepoint;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft SQL
- Preview
- Usage
- Definition
import { MicrosoftSql } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftSql/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_SQL } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_SQL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_sql;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft SQL DB
- Preview
- Usage
- Definition
import { MicrosoftSqlDb } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftSqlDb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_SQL_DB } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_SQL_DB)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_sql_db;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft Teams
- Preview
- Usage
- Definition
import { MicrosoftTeams } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftTeams/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_TEAMS } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_TEAMS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_teams;',
},
_original_width: 34,
_original_height: 34,
}
Microsoft Windows
- Preview
- Usage
- Definition
import { MicrosoftWindows } from '@dinghy/diagrams/entitiesVeeam2Software'
<MicrosoftWindows/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSOFT_WINDOWS } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, MICROSOFT_WINDOWS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.microsoft_windows;',
},
_original_width: 34,
_original_height: 34,
}
Nutanix
- Preview
- Usage
- Definition
import { Nutanix } from '@dinghy/diagrams/entitiesVeeam2Software'
<Nutanix/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NUTANIX } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, NUTANIX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.nutanix;',
},
_original_width: 34,
_original_height: 34,
}
OpenVPN
- Preview
- Usage
- Definition
import { Openvpn } from '@dinghy/diagrams/entitiesVeeam2Software'
<Openvpn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENVPN } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, OPENVPN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.open_vpn;',
},
_original_width: 34,
_original_height: 34,
}
Oracle DB
- Preview
- Usage
- Definition
import { OracleDb } from '@dinghy/diagrams/entitiesVeeam2Software'
<OracleDb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_DB } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, ORACLE_DB)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.oracle_db;',
},
_original_width: 34,
_original_height: 34,
}
Oracle RMAN
- Preview
- Usage
- Definition
import { OracleRman } from '@dinghy/diagrams/entitiesVeeam2Software'
<OracleRman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORACLE_RMAN } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, ORACLE_RMAN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.oracle_rman;',
},
_original_width: 34,
_original_height: 34,
}
PowerShell
- Preview
- Usage
- Definition
import { Powershell } from '@dinghy/diagrams/entitiesVeeam2Software'
<Powershell/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POWERSHELL } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, POWERSHELL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.power_shell;',
},
_original_width: 34,
_original_height: 34,
}
SAP BRTools
- Preview
- Usage
- Definition
import { SapBrtools } from '@dinghy/diagrams/entitiesVeeam2Software'
<SapBrtools/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_BRTOOLS } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, SAP_BRTOOLS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.sap_brtools;',
},
_original_width: 34,
_original_height: 34,
}
SAP HANA
- Preview
- Usage
- Definition
import { SapHana } from '@dinghy/diagrams/entitiesVeeam2Software'
<SapHana/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_HANA } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, SAP_HANA)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.sap_hana;',
},
_original_width: 34,
_original_height: 34,
}
SAP HANA DB
- Preview
- Usage
- Definition
import { SapHanaDb } from '@dinghy/diagrams/entitiesVeeam2Software'
<SapHanaDb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_HANA_DB } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, SAP_HANA_DB)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.sap_hana_db;',
},
_original_width: 34,
_original_height: 34,
}
Server Nutanix
- Preview
- Usage
- Definition
import { ServerNutanix } from '@dinghy/diagrams/entitiesVeeam2Software'
<ServerNutanix/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVER_NUTANIX } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, SERVER_NUTANIX)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.server_nutanix;',
},
_original_width: 40,
_original_height: 52,
}
Sharepoint Server
- Preview
- Usage
- Definition
import { SharepointServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<SharepointServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHAREPOINT_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, SHAREPOINT_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.sharepoint_server;',
},
_original_width: 40,
_original_height: 52,
}
SQL Server
- Preview
- Usage
- Definition
import { SqlServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<SqlServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SQL_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, SQL_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.sql_server;',
},
_original_width: 40,
_original_height: 52,
}
vCenter Server
- Preview
- Usage
- Definition
import { VcenterServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<VcenterServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VCENTER_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, VCENTER_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vcenter_server;',
},
_original_width: 40,
_original_height: 52,
}
vCloud Director Server
- Preview
- Usage
- Definition
import { VcloudDirectorServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<VcloudDirectorServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VCLOUD_DIRECTOR_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, VCLOUD_DIRECTOR_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vcloud_director_server;',
},
_original_width: 40,
_original_height: 52,
}
VMware vCloud Director
- Preview
- Usage
- Definition
import { VmwareVcloudDirector } from '@dinghy/diagrams/entitiesVeeam2Software'
<VmwareVcloudDirector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VMWARE_VCLOUD_DIRECTOR } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, VMWARE_VCLOUD_DIRECTOR)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vmware_vcloud_director;',
},
_original_width: 34,
_original_height: 34,
}
VMware vSphere
- Preview
- Usage
- Definition
import { VmwareVsphere } from '@dinghy/diagrams/entitiesVeeam2Software'
<VmwareVsphere/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VMWARE_VSPHERE } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, VMWARE_VSPHERE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vmware_vsphere;',
},
_original_width: 34,
_original_height: 34,
}
Windows Server
- Preview
- Usage
- Definition
import { WindowsServer } from '@dinghy/diagrams/entitiesVeeam2Software'
<WindowsServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_SERVER } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.windows_server;',
},
_original_width: 40,
_original_height: 52,
}
WireGuard
- Preview
- Usage
- Definition
import { Wireguard } from '@dinghy/diagrams/entitiesVeeam2Software'
<Wireguard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WIREGUARD } from '@dinghy/diagrams/entitiesVeeam2Software'
<Shape
{...props}
_style={extendStyle(props, WIREGUARD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.wireguard;',
},
_original_width: 34,
_original_height: 34,
}