Cae Compute Service VM Entities
Availability Sets
- Preview
- Usage
- Definition
import { AvailabilitySets } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<AvailabilitySets/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AVAILABILITY_SETS } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, AVAILABILITY_SETS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Virtual_Machines_Availability_Set.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Non-Azure Machine
- Preview
- Usage
- Definition
import { NonAzureMachine } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<NonAzureMachine/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NON_AZURE_MACHINE } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, NON_AZURE_MACHINE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Non_Azure_Machine.svg;strokeColor=none;',
},
_width: 31,
_height: 50,
}
OS Images (classic)
- Preview
- Usage
- Definition
import { OsImagesClassic } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<OsImagesClassic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OS_IMAGES_CLASSIC } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, OS_IMAGES_CLASSIC)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/OS_Images_Classic.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM
- Preview
- Usage
- Definition
import { Vm } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Vm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Virtual_Machine_2.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM (Linux, Non-Azure)
- Preview
- Usage
- Definition
import { VmLinuxNonAzure } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<VmLinuxNonAzure/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_LINUX_NON_AZURE } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM_LINUX_NON_AZURE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/VM_Linux_Non_Azure.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM (Linux)
- Preview
- Usage
- Definition
import { VmLinux } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<VmLinux/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_LINUX } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM_LINUX)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/VM_Linux.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM (Windows, Non-Azure)
- Preview
- Usage
- Definition
import { VmWindowsNonAzure } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<VmWindowsNonAzure/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_WINDOWS_NON_AZURE } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM_WINDOWS_NON_AZURE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/VM_Windows_Non_Azure.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM (Windows)
- Preview
- Usage
- Definition
import { VmWindows } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<VmWindows/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_WINDOWS } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM_WINDOWS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/VirtualMachineWindows.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM 2
- Preview
- Usage
- Definition
import { Vm2 } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Vm2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_2 } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM_2)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Virtual_Machine.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
VM Scale Sets
- Preview
- Usage
- Definition
import { VmScaleSets } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<VmScaleSets/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VM_SCALE_SETS } from '@dinghy/diagrams/entitiesCaeComputeServiceVm'
<Shape
{...props}
_style={extendStyle(props, VM_SCALE_SETS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/VM_Scale_Set.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}