Rack F5 Entities
ARX 1000
- Preview
- Usage
- Definition
import { Arx1000 } from '@dinghy/diagrams/entitiesRackF5'
<Arx1000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_1000 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_1000)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_1000;',
},
_width: 168,
_height: 40,
}
ARX 1500
- Preview
- Usage
- Definition
import { Arx1500 } from '@dinghy/diagrams/entitiesRackF5'
<Arx1500/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_1500 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_1500)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_1500;',
},
_width: 168,
_height: 20,
}
ARX 2000
- Preview
- Usage
- Definition
import { Arx2000 } from '@dinghy/diagrams/entitiesRackF5'
<Arx2000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_2000 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_2000)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_2000;',
},
_width: 168,
_height: 40,
}
ARX 2500
- Preview
- Usage
- Definition
import { Arx2500 } from '@dinghy/diagrams/entitiesRackF5'
<Arx2500/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_2500 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_2500)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_2500;',
},
_width: 168,
_height: 20,
}
ARX 4000
- Preview
- Usage
- Definition
import { Arx4000 } from '@dinghy/diagrams/entitiesRackF5'
<Arx4000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_4000 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_4000)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_4000;',
},
_width: 168,
_height: 60,
}
ARX 500
- Preview
- Usage
- Definition
import { Arx500 } from '@dinghy/diagrams/entitiesRackF5'
<Arx500/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_500 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_500)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_500;',
},
_width: 168,
_height: 20,
}
ARX 5000
- Preview
- Usage
- Definition
import { Arx5000 } from '@dinghy/diagrams/entitiesRackF5'
<Arx5000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_5000 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_5000)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_5000;',
},
_width: 168,
_height: 20,
}
ARX 6000
- Preview
- Usage
- Definition

import { Arx6000 } from '@dinghy/diagrams/entitiesRackF5'
<Arx6000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARX_6000 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, ARX_6000)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.arx_6000;',
},
_width: 168,
_height: 240,
}
BIG-IP 10x00
- Preview
- Usage
- Definition
import { BigIp10x00 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp10x00/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_10X00 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_10X00)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_10x00;',
},
_width: 168,
_height: 40,
}
BIG-IP 110x0
- Preview
- Usage
- Definition
import { BigIp110x0 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp110x0/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_110X0 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_110X0)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_110x0;',
},
_width: 168,
_height: 60,
}
BIG-IP 1600
- Preview
- Usage
- Definition
import { BigIp1600 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp1600/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_1600 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_1600)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_1600;',
},
_width: 168,
_height: 20,
}
BIG-IP 2x00
- Preview
- Usage
- Definition
import { BigIp2x00 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp2x00/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_2X00 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_2X00)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_2x00;',
},
_width: 168,
_height: 20,
}
BIG-IP 3600
- Preview
- Usage
- Definition
import { BigIp3600 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp3600/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_3600 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_3600)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_3600;',
},
_width: 168,
_height: 20,
}
BIG-IP 3900
- Preview
- Usage
- Definition
import { BigIp3900 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp3900/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_3900 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_3900)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_3900;',
},
_width: 168,
_height: 20,
}
BIG-IP 4x00
- Preview
- Usage
- Definition
import { BigIp4x00 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp4x00/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_4X00 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_4X00)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_4x00;',
},
_width: 168,
_height: 20,
}
BIG-IP 5x00
- Preview
- Usage
- Definition
import { BigIp5x00 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp5x00/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_5X00 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_5X00)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_5x00;',
},
_width: 168,
_height: 20,
}
BIG-IP 6900
- Preview
- Usage
- Definition
import { BigIp6900 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp6900/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_6900 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_6900)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_6900;',
},
_width: 168,
_height: 40,
}
BIG-IP 7x00
- Preview
- Usage
- Definition
import { BigIp7x00 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp7x00/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_7X00 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_7X00)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_7x00;',
},
_width: 168,
_height: 40,
}
BIG-IP 89x0
- Preview
- Usage
- Definition
import { BigIp89x0 } from '@dinghy/diagrams/entitiesRackF5'
<BigIp89x0/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIG_IP_89X0 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, BIG_IP_89X0)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.big_ip_89x0;',
},
_width: 168,
_height: 40,
}
EM 4000
- Preview
- Usage
- Definition
import { Em4000 } from '@dinghy/diagrams/entitiesRackF5'
<Em4000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EM_4000 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, EM_4000)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.em_4000;',
},
_width: 168,
_height: 20,
}
FirePass 1200
- Preview
- Usage
- Definition
import { Firepass1200 } from '@dinghy/diagrams/entitiesRackF5'
<Firepass1200/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIREPASS_1200 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, FIREPASS_1200)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.firepass_1200;',
},
_width: 168,
_height: 20,
}
FirePass 4100
- Preview
- Usage
- Definition
import { Firepass4100 } from '@dinghy/diagrams/entitiesRackF5'
<Firepass4100/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FIREPASS_4100 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, FIREPASS_4100)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.firepass_4100;',
},
_width: 168,
_height: 40,
}
VIPRION 2400
- Preview
- Usage
- Definition
import { Viprion2400 } from '@dinghy/diagrams/entitiesRackF5'
<Viprion2400/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIPRION_2400 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, VIPRION_2400)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.viprion_2400;',
},
_width: 168,
_height: 60,
}
VIPRION 4400
- Preview
- Usage
- Definition
import { Viprion4400 } from '@dinghy/diagrams/entitiesRackF5'
<Viprion4400/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIPRION_4400 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, VIPRION_4400)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.viprion_4400;',
},
_width: 168,
_height: 120,
}
VIPRION 4800
- Preview
- Usage
- Definition

import { Viprion4800 } from '@dinghy/diagrams/entitiesRackF5'
<Viprion4800/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VIPRION_4800 } from '@dinghy/diagrams/entitiesRackF5'
<Shape
{...props}
_style={extendStyle(props, VIPRION_4800)}
/>
{
_style: {
entity: 'strokeColor=#666666;html=1;labelPosition=right;align=left;spacingLeft=15;shadow=0;dashed=0;outlineConnect=0;shape=mxgraph.rack.f5.viprion_4800;',
},
_width: 168,
_height: 320,
}