Veeam2 Storage Entities
AWS S3
- Preview
- Usage
- Definition
import { AwsS3 } from '@dinghy/diagrams/entitiesVeeam2Storage'
<AwsS3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AWS_S3 } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, AWS_S3)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.aws_s3;',
},
_original_width: 34,
_original_height: 34,
}
Azure Blob
- Preview
- Usage
- Definition
import { AzureBlob } from '@dinghy/diagrams/entitiesVeeam2Storage'
<AzureBlob/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_BLOB } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, AZURE_BLOB)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.azure_blob;',
},
_original_width: 34,
_original_height: 34,
}
Backup file
- Preview
- Usage
- Definition
import { BackupFile } from '@dinghy/diagrams/entitiesVeeam2Storage'
<BackupFile/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BACKUP_FILE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, BACKUP_FILE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.backup_file;',
},
_width: 28.000000000000004,
_height: 39,
}
Data Volume
- Preview
- Usage
- Definition
import { DataVolume } from '@dinghy/diagrams/entitiesVeeam2Storage'
<DataVolume/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_VOLUME } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATA_VOLUME)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.data_volume;',
},
_width: 40,
_height: 11,
}
Data Volume Snapshot
- Preview
- Usage
- Definition
import { DataVolumeSnapshot } from '@dinghy/diagrams/entitiesVeeam2Storage'
<DataVolumeSnapshot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_VOLUME_SNAPSHOT } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATA_VOLUME_SNAPSHOT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.data_volume_snapshot;',
},
_width: 40,
_height: 11,
}
Data Volume with Snapshot
- Preview
- Usage
- Definition
import { DataVolumeWithSnapshot } from '@dinghy/diagrams/entitiesVeeam2Storage'
<DataVolumeWithSnapshot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_VOLUME_WITH_SNAPSHOT } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATA_VOLUME_WITH_SNAPSHOT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.data_volume_with_snapshot;',
},
_width: 43,
_height: 15,
}
Datastore
- Preview
- Usage
- Definition
import { Datastore } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Datastore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATASTORE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATASTORE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.datastore;',
},
_width: 28.000000000000004,
_height: 35,
}
Datastore 33% full
- Preview
- Usage
- Definition
import { Datastore33Full } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Datastore33Full/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATASTORE_33_FULL } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATASTORE_33_FULL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.datastore_33_full;',
},
_width: 28.000000000000004,
_height: 35,
}
Datastore 66% full
- Preview
- Usage
- Definition
import { Datastore66Full } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Datastore66Full/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATASTORE_66_FULL } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATASTORE_66_FULL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.datastore_66_full;',
},
_width: 28.000000000000004,
_height: 35,
}
Datastore empty
- Preview
- Usage
- Definition
import { DatastoreEmpty } from '@dinghy/diagrams/entitiesVeeam2Storage'
<DatastoreEmpty/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATASTORE_EMPTY } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DATASTORE_EMPTY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.datastore_empty;',
},
_width: 28.000000000000004,
_height: 35,
}
Deduplicating Storage
- Preview
- Usage
- Definition
import { DeduplicatingStorage } from '@dinghy/diagrams/entitiesVeeam2Storage'
<DeduplicatingStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEDUPLICATING_STORAGE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, DEDUPLICATING_STORAGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.deduplicating_storage;',
},
_width: 40,
_height: 11,
}
File
- Preview
- Usage
- Definition
import { File } from '@dinghy/diagrams/entitiesVeeam2Storage'
<File/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FILE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, FILE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.file;',
},
_width: 28.000000000000004,
_height: 39,
}
Folder
- Preview
- Usage
- Definition
import { Folder } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Folder/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FOLDER } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, FOLDER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.folder;',
},
_width: 28.000000000000004,
_height: 24,
}
IBM Object Storage
- Preview
- Usage
- Definition
import { IbmObjectStorage } from '@dinghy/diagrams/entitiesVeeam2Storage'
<IbmObjectStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IBM_OBJECT_STORAGE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, IBM_OBJECT_STORAGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.ibm_object_storage;',
},
_original_width: 34,
_original_height: 34,
}
NAS
- Preview
- Usage
- Definition
import { Nas } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Nas/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NAS } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, NAS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.nas;',
},
_original_width: 28.000000000000004,
_original_height: 28.000000000000004,
}
Object Storage
- Preview
- Usage
- Definition
import { ObjectStorage } from '@dinghy/diagrams/entitiesVeeam2Storage'
<ObjectStorage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OBJECT_STORAGE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, OBJECT_STORAGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.object_storage;',
},
_original_width: 28.000000000000004,
_original_height: 28.000000000000004,
}
S3-compatible
- Preview
- Usage
- Definition
import { S3Compatible } from '@dinghy/diagrams/entitiesVeeam2Storage'
<S3Compatible/>
// or
import { extendStyle } from "@dinghy/base-components";
import { S3_COMPATIBLE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, S3_COMPATIBLE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.s3_compatible;',
},
_original_width: 28.000000000000004,
_original_height: 28.000000000000004,
}
SD Card
- Preview
- Usage
- Definition
import { SdCard } from '@dinghy/diagrams/entitiesVeeam2Storage'
<SdCard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SD_CARD } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, SD_CARD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.sd_card;',
},
_width: 23,
_height: 28.000000000000004,
}
Shared Folder
- Preview
- Usage
- Definition
import { SharedFolder } from '@dinghy/diagrams/entitiesVeeam2Storage'
<SharedFolder/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_FOLDER } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, SHARED_FOLDER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.shared_folder;',
},
_width: 28.000000000000004,
_height: 24,
}
Storage
- Preview
- Usage
- Definition
import { Storage } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Storage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STORAGE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, STORAGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.storage;',
},
_width: 40,
_height: 11,
}
Storage Snapshot
- Preview
- Usage
- Definition
import { StorageSnapshot } from '@dinghy/diagrams/entitiesVeeam2Storage'
<StorageSnapshot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STORAGE_SNAPSHOT } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, STORAGE_SNAPSHOT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.storage_snapshot;',
},
_width: 40,
_height: 11,
}
Storage Stack
- Preview
- Usage
- Definition
import { StorageStack } from '@dinghy/diagrams/entitiesVeeam2Storage'
<StorageStack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STORAGE_STACK } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, STORAGE_STACK)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.storage_stack;',
},
_original_width: 40,
_original_height: 40,
}
Storage with Snapshot
- Preview
- Usage
- Definition
import { StorageWithSnapshot } from '@dinghy/diagrams/entitiesVeeam2Storage'
<StorageWithSnapshot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STORAGE_WITH_SNAPSHOT } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, STORAGE_WITH_SNAPSHOT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.storage_with_snapshot;',
},
_width: 43,
_height: 15,
}
Tape
- Preview
- Usage
- Definition
import { Tape } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Tape/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape;',
},
_width: 38,
_height: 22,
}
Tape Checkout
- Preview
- Usage
- Definition
import { TapeCheckout } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeCheckout/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_CHECKOUT } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_CHECKOUT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_checkout;',
},
_width: 46,
_height: 30,
}
Tape Encrypted
- Preview
- Usage
- Definition
import { TapeEncrypted } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeEncrypted/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_ENCRYPTED } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_ENCRYPTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_encrypted;',
},
_width: 46,
_height: 30,
}
Tape Library
- Preview
- Usage
- Definition
import { TapeLibrary } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeLibrary/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_LIBRARY } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_LIBRARY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_library;',
},
_width: 28.000000000000004,
_height: 35,
}
Tape Locked
- Preview
- Usage
- Definition
import { TapeLocked } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeLocked/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_LOCKED } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_LOCKED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_locked;',
},
_width: 46,
_height: 30,
}
Tape Media Pool
- Preview
- Usage
- Definition
import { TapeMediaPool } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeMediaPool/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_MEDIA_POOL } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_MEDIA_POOL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_media_pool;',
},
_width: 28.000000000000004,
_height: 24,
}
Tape Recording
- Preview
- Usage
- Definition
import { TapeRecording } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeRecording/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_RECORDING } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_RECORDING)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_recording;',
},
_width: 46,
_height: 30,
}
Tape Writing Device
- Preview
- Usage
- Definition
import { TapeWritingDevice } from '@dinghy/diagrams/entitiesVeeam2Storage'
<TapeWritingDevice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TAPE_WRITING_DEVICE } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, TAPE_WRITING_DEVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.tape_writing_device;',
},
_width: 38,
_height: 14.000000000000002,
}
VBR Configuration Backup
- Preview
- Usage
- Definition
import { VbrConfigurationBackup } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VbrConfigurationBackup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBR_CONFIGURATION_BACKUP } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VBR_CONFIGURATION_BACKUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vbr_configuration_backup;',
},
_width: 28.000000000000004,
_height: 39,
}
VBR Transaction Log Backup
- Preview
- Usage
- Definition
import { VbrTransactionLogBackup } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VbrTransactionLogBackup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VBR_TRANSACTION_LOG_BACKUP } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VBR_TRANSACTION_LOG_BACKUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vbr_transaction_log_backup;',
},
_width: 28.000000000000004,
_height: 39,
}
Veeam Backup Chain Metadata
- Preview
- Usage
- Definition
import { VeeamBackupChainMetadata } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VeeamBackupChainMetadata/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_BACKUP_CHAIN_METADATA } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VEEAM_BACKUP_CHAIN_METADATA)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.veeam_backup_chain_metadata;',
},
_width: 28.000000000000004,
_height: 39,
}
Veeam Full Backup
- Preview
- Usage
- Definition
import { VeeamFullBackup } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VeeamFullBackup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_FULL_BACKUP } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VEEAM_FULL_BACKUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.veeam_full_backup;',
},
_width: 28.000000000000004,
_height: 39,
}
Veeam Incremental Backup
- Preview
- Usage
- Definition
import { VeeamIncrementalBackup } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VeeamIncrementalBackup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_INCREMENTAL_BACKUP } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VEEAM_INCREMENTAL_BACKUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.veeam_incremental_backup;',
},
_width: 28.000000000000004,
_height: 39,
}
Veeam Reversed Incremental Backup
- Preview
- Usage
- Definition
import { VeeamReversedIncrementalBackup } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VeeamReversedIncrementalBackup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VEEAM_REVERSED_INCREMENTAL_BACKUP } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VEEAM_REVERSED_INCREMENTAL_BACKUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#005F4B;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.veeam_reversed_incremental_backup;',
},
_width: 28.000000000000004,
_height: 39,
}
VMware vSAN
- Preview
- Usage
- Definition
import { VmwareVsan } from '@dinghy/diagrams/entitiesVeeam2Storage'
<VmwareVsan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VMWARE_VSAN } from '@dinghy/diagrams/entitiesVeeam2Storage'
<Shape
{...props}
_style={extendStyle(props, VMWARE_VSAN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#DF8C42;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam2.vmware_vsan;',
},
_original_width: 34,
_original_height: 34,
}