Ibm Miscellaneous Entities
Bluemix
- Preview
- Usage
- Definition
import { Bluemix } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Bluemix/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLUEMIX } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, BLUEMIX)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/bluemix.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Cloudant
- Preview
- Usage
- Definition
import { Cloudant } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Cloudant/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDANT } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, CLOUDANT)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/cloudant.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Cognitive Services
- Preview
- Usage
- Definition
import { CognitiveServices } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<CognitiveServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COGNITIVE_SERVICES } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, COGNITIVE_SERVICES)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/cognitive_services.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
IBM Containers
- Preview
- Usage
- Definition
import { IbmContainers } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<IbmContainers/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IBM_CONTAINERS } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, IBM_CONTAINERS)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/ibm_containers.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
IBM Public Cloud
- Preview
- Usage
- Definition
import { IbmPublicCloud } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<IbmPublicCloud/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IBM_PUBLIC_CLOUD } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, IBM_PUBLIC_CLOUD)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/ibm_public_cloud.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 46.2,
}
IoT Cloud
- Preview
- Usage
- Definition
import { IotCloud } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<IotCloud/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IOT_CLOUD } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, IOT_CLOUD)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/iot_cloud.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 46.2,
}
Microservices Application
- Preview
- Usage
- Definition
import { MicroservicesApplication } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<MicroservicesApplication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MICROSERVICES_APPLICATION } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, MICROSERVICES_APPLICATION)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/microservices_application.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Object Storage
- Preview
- Usage
- Definition
import { ObjectStorage } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<ObjectStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OBJECT_STORAGE } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, OBJECT_STORAGE)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/object_storage.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Offline Capabilities
- Preview
- Usage
- Definition
import { OfflineCapabilities } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<OfflineCapabilities/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OFFLINE_CAPABILITIES } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, OFFLINE_CAPABILITIES)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/offline_capabilities.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Openwhisk
- Preview
- Usage
- Definition
import { Openwhisk } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Openwhisk/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OPENWHISK } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, OPENWHISK)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/openwhisk.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Peer Cloud
- Preview
- Usage
- Definition
import { PeerCloud } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<PeerCloud/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PEER_CLOUD } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, PEER_CLOUD)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/peer_cloud.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 46.2,
}
Retrieve Rank
- Preview
- Usage
- Definition
import { RetrieveRank } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<RetrieveRank/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RETRIEVE_RANK } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, RETRIEVE_RANK)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/retrieve_rank.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Scalable
- Preview
- Usage
- Definition
import { Scalable } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Scalable/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCALABLE } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, SCALABLE)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/scalable.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Text to Speech
- Preview
- Usage
- Definition
import { TextToSpeech } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<TextToSpeech/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEXT_TO_SPEECH } from '@dinghy/diagrams/entitiesIbmMiscellaneous'
<Shape
{...props}
_style={extendStyle(props, TEXT_TO_SPEECH)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/miscellaneous/text_to_speech.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}