Rack Oracle Entities
Netra Blade X3-2B Server
- Preview
- Usage
- Definition
import { NetraBladeX32bServer } from '@dinghy/diagrams/entitiesRackOracle'
<NetraBladeX32bServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_BLADE_X3_2B_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_BLADE_X3_2B_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_blade_x3-2b_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Netra CP3260 ATCA Blade Server
- Preview
- Usage
- Definition
import { NetraCp3260AtcaBladeServer } from '@dinghy/diagrams/entitiesRackOracle'
<NetraCp3260AtcaBladeServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_CP3260_ATCA_BLADE_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_CP3260_ATCA_BLADE_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_cp3260_atca_blade_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 11,
_height: 114,
}
Netra CP3270 ATCA Blade Server
- Preview
- Usage
- Definition
import { NetraCp3270AtcaBladeServer } from '@dinghy/diagrams/entitiesRackOracle'
<NetraCp3270AtcaBladeServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_CP3270_ATCA_BLADE_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_CP3270_ATCA_BLADE_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_cp3270_atca_blade_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 11,
_height: 114,
}
Netra CT900 ATCA Blade Server
- Preview
- Usage
- Definition
import { NetraCt900AtcaBladeServer } from '@dinghy/diagrams/entitiesRackOracle'
<NetraCt900AtcaBladeServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_CT900_ATCA_BLADE_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_CT900_ATCA_BLADE_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_ct900_atca_blade_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 178,
}
Netra CT9000 Server
- Preview
- Usage
- Definition
import { NetraCt9000Server } from '@dinghy/diagrams/entitiesRackOracle'
<NetraCt9000Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_CT9000_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_CT9000_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_ct9000_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 178,
}
Netra Server X3-2
- Preview
- Usage
- Definition
import { NetraServerX32 } from '@dinghy/diagrams/entitiesRackOracle'
<NetraServerX32/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_SERVER_X3_2 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_SERVER_X3_2)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_server_x3-2;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Netra Sparc T4-1 Server
- Preview
- Usage
- Definition
import { NetraSparcT41Server } from '@dinghy/diagrams/entitiesRackOracle'
<NetraSparcT41Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_SPARC_T4_1_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_SPARC_T4_1_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_sparc_t4-1_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Netra Sparc T4-1B Server Module
- Preview
- Usage
- Definition
import { NetraSparcT41bServerModule } from '@dinghy/diagrams/entitiesRackOracle'
<NetraSparcT41bServerModule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_SPARC_T4_1B_SERVER_MODULE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_SPARC_T4_1B_SERVER_MODULE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_sparc_t4-1b_server_module;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Netra Sparc T4-2 Server
- Preview
- Usage
- Definition
import { NetraSparcT42Server } from '@dinghy/diagrams/entitiesRackOracle'
<NetraSparcT42Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_SPARC_T4_2_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_SPARC_T4_2_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_sparc_t4-2_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
Netra X4270 Server
- Preview
- Usage
- Definition
import { NetraX4270Server } from '@dinghy/diagrams/entitiesRackOracle'
<NetraX4270Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_X4270_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_X4270_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_x4270_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Netra X6270 Server Module
- Preview
- Usage
- Definition
import { NetraX6270ServerModule } from '@dinghy/diagrams/entitiesRackOracle'
<NetraX6270ServerModule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NETRA_X6270_SERVER_MODULE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, NETRA_X6270_SERVER_MODULE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.netra_x6270_server_module;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Sparc Enterprise M4000 Server
- Preview
- Usage
- Definition
import { SparcEnterpriseM4000Server } from '@dinghy/diagrams/entitiesRackOracle'
<SparcEnterpriseM4000Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPARC_ENTERPRISE_M4000_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SPARC_ENTERPRISE_M4000_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sparc_enterprise_m4000_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 89,
}
Sparc Enterprise M5000 Server
- Preview
- Usage
- Definition
import { SparcEnterpriseM5000Server } from '@dinghy/diagrams/entitiesRackOracle'
<SparcEnterpriseM5000Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPARC_ENTERPRISE_M5000_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SPARC_ENTERPRISE_M5000_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sparc_enterprise_m5000_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 149,
}
Sparc T4-1 Server
- Preview
- Usage
- Definition
import { SparcT41Server } from '@dinghy/diagrams/entitiesRackOracle'
<SparcT41Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPARC_T4_1_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SPARC_T4_1_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sparc_t4-1_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Sparc T4-1B Server Module
- Preview
- Usage
- Definition
import { SparcT41bServerModule } from '@dinghy/diagrams/entitiesRackOracle'
<SparcT41bServerModule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPARC_T4_1B_SERVER_MODULE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SPARC_T4_1B_SERVER_MODULE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sparc_t4-1b_server_module;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Sparc T4-2 Server
- Preview
- Usage
- Definition
import { SparcT42Server } from '@dinghy/diagrams/entitiesRackOracle'
<SparcT42Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPARC_T4_2_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SPARC_T4_2_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sparc_t4-2_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Sparc T4-4 Server
- Preview
- Usage
- Definition
import { SparcT44Server } from '@dinghy/diagrams/entitiesRackOracle'
<SparcT44Server/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPARC_T4_4_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SPARC_T4_4_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sparc_t4-4_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 75,
}
Sun Blade 6000 Enclosure
- Preview
- Usage
- Definition
import { SunBlade6000Enclosure } from '@dinghy/diagrams/entitiesRackOracle'
<SunBlade6000Enclosure/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_BLADE_6000_ENCLOSURE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_BLADE_6000_ENCLOSURE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_blade_6000_enclosure;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 149,
}
Sun Blade 6000 Ethernet Network Express Module 24p 10 GbE
- Preview
- Usage
- Definition
import { SunBlade6000EthernetNetworkExpressModule24p10Gbe } from '@dinghy/diagrams/entitiesRackOracle'
<SunBlade6000EthernetNetworkExpressModule24p10Gbe/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_BLADE_6000_ETHERNET_NETWORK_EXPRESS_MODULE_24P_10_GBE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_BLADE_6000_ETHERNET_NETWORK_EXPRESS_MODULE_24P_10_GBE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_blade_6000_ethernet_network_express_module_24p_10_gbe;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Sun Blade 6000 Virtualized 40 GbE Network Express Module
- Preview
- Usage
- Definition
import { SunBlade6000Virtualized40GbeNetworkExpressModule } from '@dinghy/diagrams/entitiesRackOracle'
<SunBlade6000Virtualized40GbeNetworkExpressModule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_BLADE_6000_VIRTUALIZED_40_GBE_NETWORK_EXPRESS_MODULE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_BLADE_6000_VIRTUALIZED_40_GBE_NETWORK_EXPRESS_MODULE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_blade_6000_virtualized_40_gbe_network_express_module;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Sun Blade X3-2B Server
- Preview
- Usage
- Definition
import { SunBladeX32bServer } from '@dinghy/diagrams/entitiesRackOracle'
<SunBladeX32bServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_BLADE_X3_2B_SERVER } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_BLADE_X3_2B_SERVER)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_blade_x3-2b_server;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Sun Blade X6270 M2 Server Module
- Preview
- Usage
- Definition
import { SunBladeX6270M2ServerModule } from '@dinghy/diagrams/entitiesRackOracle'
<SunBladeX6270M2ServerModule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_BLADE_X6270_M2_SERVER_MODULE } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_BLADE_X6270_M2_SERVER_MODULE)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_blade_x6270_m2_server_module;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 19,
_height: 121,
}
Sun DataCenter Infiniband Switch 36
- Preview
- Usage
- Definition
import { SunDatacenterInfinibandSwitch36 } from '@dinghy/diagrams/entitiesRackOracle'
<SunDatacenterInfinibandSwitch36/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_DATACENTER_INFINIBAND_SWITCH_36 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_DATACENTER_INFINIBAND_SWITCH_36)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_datacenter_infiniband_switch_36;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Sun Network 10GbE Switch 72p
- Preview
- Usage
- Definition
import { SunNetwork10gbeSwitch72p } from '@dinghy/diagrams/entitiesRackOracle'
<SunNetwork10gbeSwitch72p/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_NETWORK_10GBE_SWITCH_72P } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_NETWORK_10GBE_SWITCH_72P)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_network_10gbe_switch_72p;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Sun Network QDR InfiniBand Gateway Switch
- Preview
- Usage
- Definition
import { SunNetworkQdrInfinibandGatewaySwitch } from '@dinghy/diagrams/entitiesRackOracle'
<SunNetworkQdrInfinibandGatewaySwitch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_NETWORK_QDR_INFINIBAND_GATEWAY_SWITCH } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_NETWORK_QDR_INFINIBAND_GATEWAY_SWITCH)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_network_qdr_infiniband_gateway_switch;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Sun Server X2-4
- Preview
- Usage
- Definition
import { SunServerX24 } from '@dinghy/diagrams/entitiesRackOracle'
<SunServerX24/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_SERVER_X2_4 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_SERVER_X2_4)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_server_x2-4;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 45,
}
Sun Server X2-8
- Preview
- Usage
- Definition
import { SunServerX28 } from '@dinghy/diagrams/entitiesRackOracle'
<SunServerX28/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_SERVER_X2_8 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_SERVER_X2_8)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_server_x2-8;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 75,
}
Sun Server X3-2
- Preview
- Usage
- Definition
import { SunServerX32 } from '@dinghy/diagrams/entitiesRackOracle'
<SunServerX32/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_SERVER_X3_2 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_SERVER_X3_2)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_server_x3-2;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
Sun Server X3-2L
- Preview
- Usage
- Definition
import { SunServerX32l } from '@dinghy/diagrams/entitiesRackOracle'
<SunServerX32l/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_SERVER_X3_2L } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_SERVER_X3_2L)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_server_x3-2l;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Sun Storage 2500-M2 Array
- Preview
- Usage
- Definition
import { SunStorage2500M2Array } from '@dinghy/diagrams/entitiesRackOracle'
<SunStorage2500M2Array/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_STORAGE_2500_M2_ARRAY } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_STORAGE_2500_M2_ARRAY)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_storage_2500-m2_array;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Sun ZFS Storage 7120
- Preview
- Usage
- Definition
import { SunZfsStorage7120 } from '@dinghy/diagrams/entitiesRackOracle'
<SunZfsStorage7120/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_ZFS_STORAGE_7120 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_ZFS_STORAGE_7120)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_zfs_storage_7120;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 30,
}
Sun ZFS Storage 7320
- Preview
- Usage
- Definition
import { SunZfsStorage7320 } from '@dinghy/diagrams/entitiesRackOracle'
<SunZfsStorage7320/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_ZFS_STORAGE_7320 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUN_ZFS_STORAGE_7320)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sun_zfs_storage_7320;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
SunFire T1000
- Preview
- Usage
- Definition
import { SunfireT1000 } from '@dinghy/diagrams/entitiesRackOracle'
<SunfireT1000/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUNFIRE_T1000 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUNFIRE_T1000)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sunfire_t1000;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
SunFire X2100
- Preview
- Usage
- Definition
import { SunfireX2100 } from '@dinghy/diagrams/entitiesRackOracle'
<SunfireX2100/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUNFIRE_X2100 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUNFIRE_X2100)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sunfire_x2100;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 162,
_height: 15,
}
SunFire X4100
- Preview
- Usage
- Definition
import { SunfireX4100 } from '@dinghy/diagrams/entitiesRackOracle'
<SunfireX4100/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUNFIRE_X4100 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUNFIRE_X4100)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sunfire_x4100;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 15,
}
SunFire X4500
- Preview
- Usage
- Definition
import { SunfireX4500 } from '@dinghy/diagrams/entitiesRackOracle'
<SunfireX4500/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUNFIRE_X4500 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUNFIRE_X4500)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sunfire_x4500;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}
SunFire X4600
- Preview
- Usage
- Definition
import { SunfireX4600 } from '@dinghy/diagrams/entitiesRackOracle'
<SunfireX4600/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUNFIRE_X4600 } from '@dinghy/diagrams/entitiesRackOracle'
<Shape
{...props}
_style={extendStyle(props, SUNFIRE_X4600)}
/>
{
_style: {
entity: 'shape=mxgraph.rack.oracle.sunfire_x4600;html=1;labelPosition=right;align=left;spacingLeft=15;dashed=0;shadow=0;fillColor=#ffffff;',
},
_width: 161,
_height: 60,
}