Openstack Grey Entities
Cinder Volume
- Preview
- Usage
- Definition
import { CinderVolume } from '@dinghy/diagrams/entitiesOpenstackGrey'
<CinderVolume/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CINDER_VOLUME } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, CINDER_VOLUME)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.cinder_volume;',
},
_original_width: 50,
_original_height: 50,
}
Cinder VolumeAttachment
- Preview
- Usage
- Definition
import { CinderVolumeattachment } from '@dinghy/diagrams/entitiesOpenstackGrey'
<CinderVolumeattachment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CINDER_VOLUMEATTACHMENT } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, CINDER_VOLUMEATTACHMENT)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.cinder_volumeattachment;',
},
_original_width: 50,
_original_height: 50,
}
Designate RecordSet
- Preview
- Usage
- Definition
import { DesignateRecordset } from '@dinghy/diagrams/entitiesOpenstackGrey'
<DesignateRecordset/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DESIGNATE_RECORDSET } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, DESIGNATE_RECORDSET)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.designate_recordset;',
},
_original_width: 50,
_original_height: 50,
}
Designate Zone
- Preview
- Usage
- Definition
import { DesignateZone } from '@dinghy/diagrams/entitiesOpenstackGrey'
<DesignateZone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DESIGNATE_ZONE } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, DESIGNATE_ZONE)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.designate_zone;',
},
_original_width: 50,
_original_height: 50,
}
Heat AutoScalingGroup
- Preview
- Usage
- Definition
import { HeatAutoscalinggroup } from '@dinghy/diagrams/entitiesOpenstackGrey'
<HeatAutoscalinggroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEAT_AUTOSCALINGGROUP } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, HEAT_AUTOSCALINGGROUP)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.heat_autoscalinggroup;',
},
_original_width: 50,
_original_height: 50,
}
Heat ResourceGroup
- Preview
- Usage
- Definition
import { HeatResourcegroup } from '@dinghy/diagrams/entitiesOpenstackGrey'
<HeatResourcegroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEAT_RESOURCEGROUP } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, HEAT_RESOURCEGROUP)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.heat_resourcegroup;',
},
_original_width: 50,
_original_height: 50,
}
Heat ScalingPolicy
- Preview
- Usage
- Definition
import { HeatScalingpolicy } from '@dinghy/diagrams/entitiesOpenstackGrey'
<HeatScalingpolicy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEAT_SCALINGPOLICY } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, HEAT_SCALINGPOLICY)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.heat_scalingpolicy;',
},
_original_width: 50,
_original_height: 50,
}
Neutron FloatingIP
- Preview
- Usage
- Definition
import { NeutronFloatingip } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronFloatingip/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_FLOATINGIP } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_FLOATINGIP)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_floatingip;',
},
_original_width: 50,
_original_height: 50,
}
Neutron FloatingIPAssociation
- Preview
- Usage
- Definition
import { NeutronFloatingipassociation } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronFloatingipassociation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_FLOATINGIPASSOCIATION } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_FLOATINGIPASSOCIATION)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_floatingipassociation;',
},
_original_width: 50,
_original_height: 50,
}
Neutron Net
- Preview
- Usage
- Definition
import { NeutronNet } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronNet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_NET } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_NET)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_net;',
},
_original_width: 50,
_original_height: 50,
}
Neutron Port
- Preview
- Usage
- Definition
import { NeutronPort } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronPort/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_PORT } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_PORT)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_port;',
},
_original_width: 50,
_original_height: 50,
}
Neutron Router
- Preview
- Usage
- Definition
import { NeutronRouter } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronRouter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_ROUTER } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_ROUTER)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_router;',
},
_original_width: 50,
_original_height: 50,
}
Neutron RouterInterface
- Preview
- Usage
- Definition

import { NeutronRouterinterface } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronRouterinterface/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_ROUTERINTERFACE } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_ROUTERINTERFACE)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_routerinterface;',
},
_original_width: 50,
_original_height: 50,
}
Neutron SecurityGroup
- Preview
- Usage
- Definition
import { NeutronSecuritygroup } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronSecuritygroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_SECURITYGROUP } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_SECURITYGROUP)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_securitygroup;',
},
_original_width: 50,
_original_height: 50,
}
Neutron Subnet
- Preview
- Usage
- Definition
import { NeutronSubnet } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NeutronSubnet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEUTRON_SUBNET } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NEUTRON_SUBNET)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.neutron_subnet;',
},
_original_width: 50,
_original_height: 50,
}
Nova Keypair
- Preview
- Usage
- Definition
import { NovaKeypair } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NovaKeypair/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOVA_KEYPAIR } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NOVA_KEYPAIR)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.nova_keypair;',
},
_original_width: 50,
_original_height: 50,
}
Nova Server
- Preview
- Usage
- Definition
import { NovaServer } from '@dinghy/diagrams/entitiesOpenstackGrey'
<NovaServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NOVA_SERVER } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, NOVA_SERVER)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.nova_server;',
},
_original_width: 50,
_original_height: 50,
}
Swift Container
- Preview
- Usage
- Definition
import { SwiftContainer } from '@dinghy/diagrams/entitiesOpenstackGrey'
<SwiftContainer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SWIFT_CONTAINER } from '@dinghy/diagrams/entitiesOpenstackGrey'
<Shape
{...props}
_style={extendStyle(props, SWIFT_CONTAINER)}
/>
{
_style: {
entity: 'fillColor=#808080;aspect=fixed;sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;outlineConnect=0;verticalAlign=top;align=center;shape=mxgraph.openstack.swift_container;',
},
_original_width: 50,
_original_height: 50,
}