Veeam2 Products and Components Entities
Agent
- Preview
- Usage
- Definition
import { Agent } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Agent/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGENT } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, AGENT)}
/>
{
_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.agent;',
},
_original_width: 21,
_original_height: 21,
}
Cloud Repository
- Preview
- Usage
- Definition
import { CloudRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<CloudRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, CLOUD_REPOSITORY)}
/>
{
_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.cloud_repository;',
},
_width: 37,
_height: 38,
}
Data Mover
- Preview
- Usage
- Definition
import { DataMover } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<DataMover/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_MOVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, DATA_MOVER)}
/>
{
_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.data_mover;',
},
_original_width: 21,
_original_height: 21,
}
FLR Helper Appliance
- Preview
- Usage
- Definition
import { FlrHelperAppliance } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<FlrHelperAppliance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FLR_HELPER_APPLIANCE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, FLR_HELPER_APPLIANCE)}
/>
{
_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.flr_helper_appliance;',
},
_original_width: 21,
_original_height: 21,
}
Linux Repository
- Preview
- Usage
- Definition
import { LinuxRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<LinuxRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LINUX_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, LINUX_REPOSITORY)}
/>
{
_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_repository;',
},
_width: 37,
_height: 38,
}
Mount Server
- Preview
- Usage
- Definition
import { MountServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<MountServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOUNT_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, MOUNT_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.mount_server;',
},
_original_width: 40,
_original_height: 52,
}
Network Proxy
- Preview
- Usage
- Definition
import { NetworkProxy } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<NetworkProxy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETWORK_PROXY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, NETWORK_PROXY)}
/>
{
_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.network_proxy;',
},
_original_width: 28.000000000000004,
_original_height: 28.000000000000004,
}
ONE Server
- Preview
- Usage
- Definition
import { OneServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<OneServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ONE_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, ONE_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.one_server;',
},
_original_width: 40,
_original_height: 52,
}
Proxy Server
- Preview
- Usage
- Definition
import { ProxyServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<ProxyServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROXY_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, PROXY_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.proxy_server;',
},
_original_width: 40,
_original_height: 52,
}
Repository Server
- Preview
- Usage
- Definition
import { RepositoryServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<RepositoryServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { REPOSITORY_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, REPOSITORY_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.repository_server;',
},
_original_width: 40,
_original_height: 52,
}
Scale-Out Backup Repository
- Preview
- Usage
- Definition
import { ScaleOutBackupRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<ScaleOutBackupRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCALE_OUT_BACKUP_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, SCALE_OUT_BACKUP_REPOSITORY)}
/>
{
_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.scale_out_backup_repository;',
},
_width: 37,
_height: 38,
}
Search Server
- Preview
- Usage
- Definition
import { SearchServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<SearchServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SEARCH_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, SEARCH_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.search_server;',
},
_original_width: 40,
_original_height: 52,
}
Server with Veeam Agent
- Preview
- Usage
- Definition
import { ServerWithVeeamAgent } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<ServerWithVeeamAgent/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVER_WITH_VEEAM_AGENT } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, SERVER_WITH_VEEAM_AGENT)}
/>
{
_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_with_veeam_agent;',
},
_original_width: 40,
_original_height: 52,
}
Tape Server
- Preview
- Usage
- Definition
import { TapeServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<TapeServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, TAPE_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.tape_server;',
},
_original_width: 40,
_original_height: 52,
}
Transport Service
- Preview
- Usage
- Definition
import { TransportService } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<TransportService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSPORT_SERVICE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, TRANSPORT_SERVICE)}
/>
{
_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.transport_service;',
},
_original_width: 21,
_original_height: 21,
}
VAO Server
- Preview
- Usage
- Definition
import { VaoServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VaoServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VAO_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VAO_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.vao_server;',
},
_original_width: 40,
_original_height: 52,
}
VAS server
- Preview
- Usage
- Definition
import { VasServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VasServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VAS_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VAS_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.vas_server;',
},
_original_width: 40,
_original_height: 52,
}
VBEM Server
- Preview
- Usage
- Definition
import { VbemServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VbemServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBEM_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VBEM_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.vbem_server;',
},
_original_width: 40,
_original_height: 52,
}
VBO Repository
- Preview
- Usage
- Definition
import { VboRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VboRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBO_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VBO_REPOSITORY)}
/>
{
_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.vbo_repository;',
},
_width: 37,
_height: 38,
}
VBO Server
- Preview
- Usage
- Definition
import { VboServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VboServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBO_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VBO_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.vbo_server;',
},
_original_width: 40,
_original_height: 52,
}
VBR Repository
- Preview
- Usage
- Definition
import { VbrRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VbrRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBR_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VBR_REPOSITORY)}
/>
{
_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.vbr_repository;',
},
_width: 37,
_height: 38,
}
VBR server
- Preview
- Usage
- Definition
import { VbrServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VbrServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBR_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VBR_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.vbr_server;',
},
_original_width: 40,
_original_height: 52,
}
Veeam Agent for IBM AIX
- Preview
- Usage
- Definition
import { VeeamAgentForIbmAix } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAgentForIbmAix/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AGENT_FOR_IBM_AIX } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AGENT_FOR_IBM_AIX)}
/>
{
_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.veeam_agent_for_ibm_aix;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Agent for Linux
- Preview
- Usage
- Definition
import { VeeamAgentForLinux } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAgentForLinux/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AGENT_FOR_LINUX } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AGENT_FOR_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.veeam_agent_for_linux;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Agent for Oracle Solaris
- Preview
- Usage
- Definition
import { VeeamAgentForOracleSolaris } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAgentForOracleSolaris/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AGENT_FOR_ORACLE_SOLARIS } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AGENT_FOR_ORACLE_SOLARIS)}
/>
{
_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.veeam_agent_for_oracle_solaris;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Agent for Windows
- Preview
- Usage
- Definition
import { VeeamAgentForWindows } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAgentForWindows/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AGENT_FOR_WINDOWS } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AGENT_FOR_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.veeam_agent_for_windows;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Agents
- Preview
- Usage
- Definition
import { VeeamAgents } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAgents/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AGENTS } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AGENTS)}
/>
{
_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.veeam_agents;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Availability Orchestrator
- Preview
- Usage
- Definition
import { VeeamAvailabilityOrchestrator } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAvailabilityOrchestrator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AVAILABILITY_ORCHESTRATOR } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AVAILABILITY_ORCHESTRATOR)}
/>
{
_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.veeam_availability_orchestrator;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Availability Suite
- Preview
- Usage
- Definition
import { VeeamAvailabilitySuite } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamAvailabilitySuite/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_AVAILABILITY_SUITE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_AVAILABILITY_SUITE)}
/>
{
_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.veeam_availability_suite;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Backup & Replication
- Preview
- Usage
- Definition
import { VeeamBackupReplication } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamBackupReplication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_BACKUP_REPLICATION } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_BACKUP_REPLICATION)}
/>
{
_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.veeam_backup_replication;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Backup Enterprise Manager
- Preview
- Usage
- Definition
import { VeeamBackupEnterpriseManager } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamBackupEnterpriseManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_BACKUP_ENTERPRISE_MANAGER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_BACKUP_ENTERPRISE_MANAGER)}
/>
{
_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.veeam_backup_enterprise_manager;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Backup for Office 365
- Preview
- Usage
- Definition
import { VeeamBackupForOffice365 } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamBackupForOffice365/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_BACKUP_FOR_OFFICE_365 } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_BACKUP_FOR_OFFICE_365)}
/>
{
_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.veeam_backup_for_office_365;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Cloud Connect
- Preview
- Usage
- Definition
import { VeeamCloudConnect } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamCloudConnect/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_CLOUD_CONNECT } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_CLOUD_CONNECT)}
/>
{
_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.veeam_cloud_connect;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for Active Directory
- Preview
- Usage
- Definition
import { VeeamExplorerForActiveDirectory } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForActiveDirectory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_ACTIVE_DIRECTORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_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.veeam_explorer_for_active_directory;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for Exchange
- Preview
- Usage
- Definition
import { VeeamExplorerForExchange } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForExchange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_EXCHANGE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_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.veeam_explorer_for_exchange;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for OneDrive
- Preview
- Usage
- Definition
import { VeeamExplorerForOnedrive } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForOnedrive/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_ONEDRIVE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_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.veeam_explorer_for_onedrive;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for Oracle
- Preview
- Usage
- Definition
import { VeeamExplorerForOracle } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForOracle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_ORACLE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_ORACLE)}
/>
{
_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.veeam_explorer_for_oracle;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for SharePoint
- Preview
- Usage
- Definition
import { VeeamExplorerForSharepoint } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForSharepoint/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_SHAREPOINT } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_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.veeam_explorer_for_sharepoint;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for SQL
- Preview
- Usage
- Definition
import { VeeamExplorerForSql } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForSql/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_SQL } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_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.veeam_explorer_for_sql;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Explorer for Storage Snapshots
- Preview
- Usage
- Definition
import { VeeamExplorerForStorageSnapshots } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamExplorerForStorageSnapshots/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_EXPLORER_FOR_STORAGE_SNAPSHOTS } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_EXPLORER_FOR_STORAGE_SNAPSHOTS)}
/>
{
_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.veeam_explorer_for_storage_snapshots;',
},
_original_width: 34,
_original_height: 34,
}
Veeam logo
- Preview
- Usage
- Definition
import { VeeamLogo } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamLogo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_LOGO } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_LOGO)}
/>
{
_style: {
entity: 'pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#13B24B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.veeam_logo;',
},
_width: 136,
_height: 24,
}
Veeam MP
- Preview
- Usage
- Definition
import { VeeamMp } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamMp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_MP } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_MP)}
/>
{
_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.veeam_mp;',
},
_original_width: 34,
_original_height: 34,
}
Veeam ONE
- Preview
- Usage
- Definition
import { VeeamOne } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamOne/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_ONE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_ONE)}
/>
{
_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.veeam_one;',
},
_original_width: 34,
_original_height: 34,
}
Veeam ONE Reporter
- Preview
- Usage
- Definition
import { VeeamOneReporter } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamOneReporter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_ONE_REPORTER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_ONE_REPORTER)}
/>
{
_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.veeam_one_reporter;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Plugin for Oracle RMAN
- Preview
- Usage
- Definition
import { VeeamPluginForOracleRman } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamPluginForOracleRman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_PLUGIN_FOR_ORACLE_RMAN } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_PLUGIN_FOR_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.veeam_plugin_for_oracle_rman;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Plugin for SAP HANA
- Preview
- Usage
- Definition
import { VeeamPluginForSapHana } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamPluginForSapHana/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_PLUGIN_FOR_SAP_HANA } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_PLUGIN_FOR_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.veeam_plugin_for_sap_hana;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Plugin for SAP on Oracle
- Preview
- Usage
- Definition
import { VeeamPluginForSapOnOracle } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamPluginForSapOnOracle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_PLUGIN_FOR_SAP_ON_ORACLE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_PLUGIN_FOR_SAP_ON_ORACLE)}
/>
{
_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.veeam_plugin_for_sap_on_oracle;',
},
_original_width: 34,
_original_height: 34,
}
Veeam PN
- Preview
- Usage
- Definition
import { VeeamPn } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamPn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_PN } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_PN)}
/>
{
_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.veeam_pn;',
},
_original_width: 34,
_original_height: 34,
}
Veeam Proxy
- Preview
- Usage
- Definition
import { VeeamProxy } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamProxy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_PROXY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_PROXY)}
/>
{
_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.veeam_proxy;',
},
_original_width: 21,
_original_height: 21,
}
Veeam Repository
- Preview
- Usage
- Definition
import { VeeamRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_REPOSITORY)}
/>
{
_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.veeam_repository;',
},
_width: 37,
_height: 38,
}
Veeam Service Provider Console
- Preview
- Usage
- Definition
import { VeeamServiceProviderConsole } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VeeamServiceProviderConsole/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_SERVICE_PROVIDER_CONSOLE } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VEEAM_SERVICE_PROVIDER_CONSOLE)}
/>
{
_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.veeam_service_provider_console;',
},
_original_width: 34,
_original_height: 34,
}
VPN Server
- Preview
- Usage
- Definition
import { VpnServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VpnServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VPN_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VPN_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.vpn_server;',
},
_original_width: 40,
_original_height: 52,
}
VSPC Server
- Preview
- Usage
- Definition
import { VspcServer } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<VspcServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VSPC_SERVER } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, VSPC_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.vspc_server;',
},
_original_width: 40,
_original_height: 52,
}
WAN Accelerator
- Preview
- Usage
- Definition
import { WanAccelerator } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<WanAccelerator/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAN_ACCELERATOR } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, WAN_ACCELERATOR)}
/>
{
_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.wan_accelerator;',
},
_original_width: 21,
_original_height: 21,
}
Windows Repository
- Preview
- Usage
- Definition
import { WindowsRepository } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<WindowsRepository/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDOWS_REPOSITORY } from '@dinghy/diagrams/entitiesVeeam2ProductsAndComponents'
<Shape
{...props}
_style={extendStyle(props, WINDOWS_REPOSITORY)}
/>
{
_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_repository;',
},
_width: 37,
_height: 38,
}