Cisco Directors Entities
Content Engine (Cache Director)
- Preview
- Usage
- Definition
import { ContentEngineCacheDirector } from '@dinghy/diagrams/entitiesCiscoDirectors'
<ContentEngineCacheDirector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTENT_ENGINE_CACHE_DIRECTOR } from '@dinghy/diagrams/entitiesCiscoDirectors'
<Shape
{...props}
_style={extendStyle(props, CONTENT_ENGINE_CACHE_DIRECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.directors.content_engine_(cache_director);sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 90,
_height: 64,
}
Director-Class Fibre Channel Director
- Preview
- Usage
- Definition
import { DirectorClassFibreChannelDirector } from '@dinghy/diagrams/entitiesCiscoDirectors'
<DirectorClassFibreChannelDirector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIRECTOR_CLASS_FIBRE_CHANNEL_DIRECTOR } from '@dinghy/diagrams/entitiesCiscoDirectors'
<Shape
{...props}
_style={extendStyle(props, DIRECTOR_CLASS_FIBRE_CHANNEL_DIRECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.directors.director-class_fibre_channel_director;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 51,
_original_height: 69,
}
Distributed Director
- Preview
- Usage
- Definition

import { DistributedDirector } from '@dinghy/diagrams/entitiesCiscoDirectors'
<DistributedDirector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISTRIBUTED_DIRECTOR } from '@dinghy/diagrams/entitiesCiscoDirectors'
<Shape
{...props}
_style={extendStyle(props, DISTRIBUTED_DIRECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.directors.distributed_director;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 91,
_height: 64,
}
Localdirector
- Preview
- Usage
- Definition
import { Localdirector } from '@dinghy/diagrams/entitiesCiscoDirectors'
<Localdirector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCALDIRECTOR } from '@dinghy/diagrams/entitiesCiscoDirectors'
<Shape
{...props}
_style={extendStyle(props, LOCALDIRECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.directors.localdirector;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 78,
_height: 51,
}
Workgroup Director
- Preview
- Usage
- Definition
import { WorkgroupDirector } from '@dinghy/diagrams/entitiesCiscoDirectors'
<WorkgroupDirector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKGROUP_DIRECTOR } from '@dinghy/diagrams/entitiesCiscoDirectors'
<Shape
{...props}
_style={extendStyle(props, WORKGROUP_DIRECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.directors.workgroup_director;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 83,
_original_height: 67,
}