Cae Compute Service Entities
Batch Accounts
- Preview
- Usage
- Definition
import { BatchAccounts } from '@dinghy/diagrams/entitiesCaeComputeService'
<BatchAccounts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BATCH_ACCOUNTS } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, BATCH_ACCOUNTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Batch_Accounts.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 48,
}
Citrix Virtual Desktops Essentials
- Preview
- Usage
- Definition
import { CitrixVirtualDesktopsEssentials } from '@dinghy/diagrams/entitiesCaeComputeService'
<CitrixVirtualDesktopsEssentials/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CITRIX_VIRTUAL_DESKTOPS_ESSENTIALS } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, CITRIX_VIRTUAL_DESKTOPS_ESSENTIALS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Citrix_Virtual_Desktops_Essentials.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Cloud Services
- Preview
- Usage
- Definition
import { CloudServices } from '@dinghy/diagrams/entitiesCaeComputeService'
<CloudServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_SERVICES } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, CLOUD_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Cloud_Service.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
Cloud Services (classic)
- Preview
- Usage
- Definition
import { CloudServicesClassic } from '@dinghy/diagrams/entitiesCaeComputeService'
<CloudServicesClassic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_SERVICES_CLASSIC } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, CLOUD_SERVICES_CLASSIC)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Cloud_Services_Classic.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
CloudSimple Virtual Machines
- Preview
- Usage
- Definition
import { CloudsimpleVirtualMachines } from '@dinghy/diagrams/entitiesCaeComputeService'
<CloudsimpleVirtualMachines/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDSIMPLE_VIRTUAL_MACHINES } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, CLOUDSIMPLE_VIRTUAL_MACHINES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/CloudSimple_Virtual_Machines.svg;strokeColor=none;',
},
_width: 50,
_height: 32,
}
Disk Snapshots
- Preview
- Usage
- Definition
import { DiskSnapshots } from '@dinghy/diagrams/entitiesCaeComputeService'
<DiskSnapshots/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISK_SNAPSHOTS } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, DISK_SNAPSHOTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/MD_snapshot.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
Disks
- Preview
- Usage
- Definition
import { Disks } from '@dinghy/diagrams/entitiesCaeComputeService'
<Disks/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISKS } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, DISKS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Discs.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 42,
}
Function Apps
- Preview
- Usage
- Definition
import { FunctionApps } from '@dinghy/diagrams/entitiesCaeComputeService'
<FunctionApps/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FUNCTION_APPS } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, FUNCTION_APPS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Functions.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
SAP HANA on Azure
- Preview
- Usage
- Definition
import { SapHanaOnAzure } from '@dinghy/diagrams/entitiesCaeComputeService'
<SapHanaOnAzure/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_HANA_ON_AZURE } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, SAP_HANA_ON_AZURE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/SAP_HANA_on_Azure.svg;strokeColor=none;',
},
_width: 50,
_height: 25,
}
Service Fabric
- Preview
- Usage
- Definition
import { ServiceFabric } from '@dinghy/diagrams/entitiesCaeComputeService'
<ServiceFabric/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICE_FABRIC } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, SERVICE_FABRIC)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Service_Fabric.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
VM Images
- Preview
- Usage
- Definition
import { VmImages } from '@dinghy/diagrams/entitiesCaeComputeService'
<VmImages/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_IMAGES } from '@dinghy/diagrams/entitiesCaeComputeService'
<Shape
{...props}
_style={extendStyle(props, VM_IMAGES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/VM_Images.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}