forked from diegoecab/oci-deal-accelerator
Diagram generation: ref-arch-driven procedure + spec validator + KB enrichment
The diagram path now follows a documented standard procedure (lookup the closest Oracle Architecture Center reference → confirm components → author absolute_layout → spec validator → render → visually verify) and ships persistent guardrails so layout regressions can't recur. Persistent procedure changes (apply to all users, all sessions): - tools/diagram_spec_validator.py — geometry checks (CONTAINER_TOO_THIN, CONTAINER_PADDING_VIOLATION, LABEL_OVERFLOW_PARENT) run BEFORE either renderer (drawio + PPTX). Catches the subnet-collapse / label-overflow bugs that the post-render drawio validator missed. - tools/oci_diagram_gen.py + tools/oci_pptx_diagram_gen.py — call the spec validator before emitting any output. Adds mysql / mysql_heatwave type aliases. - tools/archcenter_pattern_lookup.py — scores against cached page descriptions (not just the 1-line summary), supports --queries for multi-fragment composition, and applies synonym expansion via kb/architecture-center/synonyms.yaml so "LB HA cross AD" matches "load balancer high availability availability domain". - kb/architecture-center/synonyms.yaml — canonical synonym table (load balancer, autonomous database, data guard, …) used by the lookup scorer. KB enrichment: - tools/archcenter_description_fetcher.py + 121 cached _description.md under kb/diagram/assets/archcenter-refs/<slug>/. Removes the runtime dependency on docs.oracle.com when authoring specs and feeds the pattern-lookup scorer. - 110+ cached .drawio / .svg / .png references for offline reuse, plus the OCI Toolkit v24.2 import (kb/diagram/assets/oci-toolkit-drawio). Documentation: - docs/skill/output-formats.md — new "Standard diagram-generation procedure (MANDATORY)" + geometry rules + the new validator entry. - SKILL.md option 2 — references the mandatory procedure. - README.md — describes the spec validator, archcenter_pattern_lookup and description fetcher, and updates the KB-health table. Tooling that backs the procedure (cumulative across recent sessions): tools/archcenter_case_runner.py, archcenter_batch_driver.py, archcenter_zip_downloader.py, drawio_visual_validator.py, drawio_fidelity_eval.py, harvest_drawio_icon.py, import_oci_library.py, oci_pptx_diagram_gen.py, oci_pptx_render.py, refresh_pptx_icon_index.py. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,212 @@
|
||||
# Deploy JD Edwards EnterpriseOne with Oracle Autonomous Database on Dedicated Exadata Infrastructure
|
||||
|
||||
- Source: https://docs.oracle.com/en/solutions/oracle-adb-jde-exadata/index.html
|
||||
- Date: 2025-03
|
||||
- Type: reference-architecture
|
||||
- Services: adb-d, exacs, compute
|
||||
- Tags: application, database
|
||||
|
||||
## Summary (catalog)
|
||||
|
||||
JDE on ADB-D for maximum database performance and isolation. Dedicated Exadata infrastructure for JDE database, compute instances for JDE application and batch servers.
|
||||
|
||||
## Architecture (fetched from source)
|
||||
|
||||
Architecture
|
||||
|
||||
|
||||
|
||||
|
||||
This reference architecture delineates a high availability JD Edwards
|
||||
deployment in a single Availability Domain in an OCI region with Oracle Autonomous Database on Dedicated Exadata Infrastructure . The emphasis of this architecture is to provide detailed information when you
|
||||
are planning to deploy your JD Edwards EnterpriseOne workload on Oracle Autonomous Database on Dedicated Exadata Infrastructure .
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Note:
|
||||
Although it is a JD Edwards specific deployment, this reference architecture
|
||||
can be a good starting point for any workload with Oracle Autonomous Database on Dedicated Exadata Infrastructure .
|
||||
|
||||
|
||||
|
||||
The following diagram illustrates this reference architecture.
|
||||
|
||||
|
||||
Description of the illustration oracle-adb-jde-exadata-arch.png
|
||||
|
||||
oracle-adb-jde-exadata-arch-oracle.zip
|
||||
|
||||
|
||||
This deployment has a Production and two Non-Production environments.
|
||||
All the instances in the Production as well as Non-Production environments
|
||||
including load balancer, web tier, application and database are deployed in
|
||||
a private subnet.
|
||||
|
||||
|
||||
In the Production environment, Presentation tier or Web tier contains
|
||||
four instances which are load balanced by a single Production load
|
||||
balancer.
|
||||
|
||||
|
||||
Each Web tier instance consists of a single Application Interface
|
||||
Services (AIS) Server, Standard HTML Server (Standard HTML), and Dedicated
|
||||
HTML Server (Dedicated HTML). As per the recommendation, all the Web tier
|
||||
components are installed in each Web tier instances (or VM) and scaled
|
||||
horizontally by deploying redundant instances of every component. High
|
||||
availability can be achieved by spreading the multiple VMs across different
|
||||
fault domains.
|
||||
|
||||
|
||||
The Application or middle tier contains four logic servers and batch
|
||||
servers. The logic server and the batch server can be hosted on the same
|
||||
enterprise server instance. However, it is recommended to set up the logic
|
||||
server and the batch server on separate enterprise server instances.
|
||||
|
||||
|
||||
The JD Edwards EnterpriseOne application server connects to the
|
||||
Autonomous Database. Within the Production Autonomous VM cluster, it has a
|
||||
single container database and one pluggable database. Note that you can have
|
||||
a maximum number of five schemas distributed across one or many database
|
||||
instances. You can provision the database server instance with the available
|
||||
schemas as required. The following schemas are available for the database
|
||||
instance: Production (for example, PD920), Prototype (for example, PY920),
|
||||
Development (for example, DV920), Pristine (for example, PS920) and Shared
|
||||
(required).
|
||||
|
||||
|
||||
One-Click is a Provisioning automation for OCI to accelerate the
|
||||
customers path to cloud. Using 'One-Click', customers must install all four
|
||||
namely Production, Prototype, Development and Pristine path codes along with
|
||||
'Shared data source'. There is no automated way to add additional path codes
|
||||
post deployment. However, you can add other path codes as required using
|
||||
traditional On-Premise methodology.
|
||||
|
||||
|
||||
The Non-Production section of the architecture has two environments.
|
||||
One is a multi-instance deployment and another is a single instance
|
||||
deployment for both Presentation and Middle or Application tier. Within the
|
||||
Non-Production Autonomous VM Cluster, we have a single container database
|
||||
and two pluggable databases for two Non-Production environments.
|
||||
|
||||
|
||||
Additionally, One-Click Provisioning Server and Deployment Server
|
||||
are deployed in the Admin subnet. It also has an OCI Bastion which can be
|
||||
used for a secure SSH connectivity. Depending on your requirement, you can
|
||||
use either 'Self Service Bastion' or 'Bastion as a Service'. Optional JD
|
||||
Edwards EnterpriseOne components are hosted in the Admin subnet. Optional
|
||||
components are not deployed by One-Click provisioning. However, the web
|
||||
components can be manually added through server manager and the development
|
||||
client can be added in a new Microsoft Windows instance using the
|
||||
traditional On-Premise methodology.
|
||||
|
||||
|
||||
This section explores the technical Architecture for Oracle Autonomous Database on Dedicated Exadata Infrastructure .
|
||||
|
||||
|
||||
|
||||
Rack Overview
|
||||
|
||||
|
||||
The following image illustrates the rack overview for Oracle Autonomous Database on Dedicated Exadata Infrastructure .
|
||||
|
||||
|
||||
|
||||
Description of the illustration oracle-adb-jde-exadata-rack-overview.png
|
||||
|
||||
oracle-adb-jde-exadata-rack-overview-oracle.zip
|
||||
|
||||
|
||||
Each instance of Dedicated Exadata Infrastructure contains multiple
|
||||
database servers and Exadata storage servers that are connected by
|
||||
high-speed, low-latency network fabric. The Exadata database and storage
|
||||
server rack reside in an OCI region.
|
||||
|
||||
|
||||
With elastic expansion in Exadata X8M and later series (X9M, X11M),
|
||||
the starting configuration is similar to a quarter rack (2 database servers
|
||||
and 3 storage servers), which can be expanded to up to 32 database servers
|
||||
and 64 storage servers to support workloads of different sizes.
|
||||
|
||||
|
||||
|
||||
|
||||
Note:
|
||||
Unlike the Oracle Exadata Database Service on Dedicated
|
||||
Infrastructure instance, Oracle Autonomous Database on Dedicated Exadata Infrastructure only needs to have a client subnet within the customer VCN. Oracle
|
||||
internally uses its service tenancy to route the backup traffic, as shown in
|
||||
the diagram above. Oracle also manages the infrastructure through the
|
||||
management network, which connects the database and storage server
|
||||
hardware.
|
||||
|
||||
|
||||
|
||||
VM Clusters Overview
|
||||
|
||||
|
||||
The following diagram illustrates the VM Clusters overview on
|
||||
Dedicated Exadata Infrastructure.
|
||||
|
||||
|
||||
Description of the illustration oracle-adb-jde-vm-clusters.png
|
||||
|
||||
oracle-adb-jde-vmclusters-oracle.zip
|
||||
|
||||
|
||||
You can create multiple VM clusters on a single Oracle Exadata Cloud Infrastructure . This enables you to choose a specific database server within the
|
||||
infrastructure to host VM from the cluster. The same Oracle Exadata Cloud Infrastructure can host VM clusters supporting both the Oracle Exadata Database Service on Dedicated
|
||||
Infrastructure and the Oracle Autonomous Database ( Oracle Autonomous Transaction
|
||||
Processing and Oracle Autonomous Data Warehouse ). You can host up to eight VM clusters across all the database servers in
|
||||
your Oracle Exadata Database Service on Dedicated
|
||||
Infrastructure .
|
||||
|
||||
|
||||
|
||||
This diagram has two VM clusters (Production and Non-Production) with
|
||||
resources allocated across two database servers that are connected to three
|
||||
storage servers.
|
||||
|
||||
|
||||
VMs and Database Servers Overview
|
||||
|
||||
|
||||
The following diagram illustrates the hypervisor and database
|
||||
servers.
|
||||
|
||||
|
||||
Description of the illustration oracle-adb-jde-vms-db-servers.png
|
||||
|
||||
oracle-adb-jde-vms-db-servers-oracle.zip
|
||||
|
||||
|
||||
Each Oracle Exadata database server contains one or more virtual
|
||||
machine guests running on a hypervisor. Oracle manages the hypervisors
|
||||
through the management network. Each hypervisor uses minimal resources: only
|
||||
2 CPU cores (OCPUs) and 16 GB of RAM.
|
||||
|
||||
|
||||
The client and backup networks connect to the VM guest through
|
||||
bonded network interfaces to maximize performance and availability, where
|
||||
the backup network for Autonomous VM Clusters as specified before is managed
|
||||
by Oracle internally.
|
||||
|
||||
|
||||
Each VM guest has a complete Oracle Database installation including
|
||||
all the Enterprise Edition options, such as Oracle Database In-Memory and
|
||||
Oracle Real Application Clusters (RAC), as well as Oracle Grid
|
||||
Infrastructure. In the Autonomous cluster, we will have Autonomous
|
||||
Management tools. In this diagram we have shown two Autonomous Container
|
||||
databases (ACD1 and ACD2). One Autonomous Database (ADB1) in ACD1 and two
|
||||
Autonomous Databases (ADB2 and ADB3) in ACD2. Oracle manages the
|
||||
infrastructure through the management network, which connects the database
|
||||
and storage server hardware.
|
||||
|
||||
|
||||
The architecture has the following components:
|
||||
|
||||
|
||||
|
||||
- Region
|
||||
An Oracle Cloud
|
||||
Infrastructure region is a localized geographic area that contains one or more data centers, hosting availability domains. Regions are independent of other regions, and vast distances can separate them (across countries o
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 528 KiB |
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,350 @@
|
||||
<svg width="863" height="487" viewBox="0 0 863 487" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="oracle-adb-jde-storageserver">
|
||||
<rect width="863" height="487" fill="white"/>
|
||||
<g id="Group 1274">
|
||||
<g id="OCI Region">
|
||||
<rect x="212.5" y="0.5" width="650" height="486" rx="3.5" fill="#F5F4F2"/>
|
||||
<rect x="212.5" y="0.5" width="650" height="486" rx="3.5" stroke="#9E9892"/>
|
||||
<text id="OCI Region_2" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" font-weight="bold" letter-spacing="0em"><tspan x="220" y="21.816">Oracle Autonomous Database on Dedicated Exadata Infrastructure</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Region_3">
|
||||
<rect x="385.5" y="396.5" width="305" height="81" rx="3.5" fill="#E4E1DD"/>
|
||||
<rect x="385.5" y="396.5" width="305" height="81" rx="3.5" stroke="#9E9892"/>
|
||||
<text id="Availability Domain" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" font-weight="600" letter-spacing="0em"><tspan x="479.594" y="417.816">Storage Servers</tspan></text>
|
||||
</g>
|
||||
<g id="Icon Master">
|
||||
<g id="Storage-Server">
|
||||
<g id="Group 199">
|
||||
<path id="Vector" d="M401.953 468.054V437.245H455.534C455.666 436.474 456.034 435.763 456.586 435.208C457.138 434.654 457.848 434.282 458.619 434.145V429.067H471.953V434.145C472.71 434.296 473.403 434.674 473.941 435.227C474.478 435.781 474.834 436.485 474.962 437.245H480.048V450.558H479.419V468.054H401.953Z" fill="white"/>
|
||||
<path id="Vector_2" d="M470.905 430.016V435.037H471.229C471.981 435.037 472.703 435.336 473.235 435.867C473.768 436.398 474.067 437.119 474.067 437.871V438.194H479.095V440.704H478.467V442.606H479.095V445.098H478.467V446.999H479.095V449.51H478.467V467.102H402.905V438.194H456.429V437.871C456.429 437.119 456.728 436.398 457.26 435.867C457.792 435.336 458.514 435.037 459.267 435.037H459.571V430.016H462.086V435.037H463.99V430.016H466.505V435.037H468.41V430.016H470.905ZM472.81 428.115H457.571V433.421C456.928 433.67 456.346 434.056 455.866 434.552C455.386 435.048 455.019 435.641 454.79 436.292H401V469.003H480.371V451.412H481V436.292H475.686C475.447 435.632 475.066 435.032 474.569 434.536C474.072 434.039 473.471 433.659 472.81 433.421V428.115Z" fill="white"/>
|
||||
<path id="Vector_3" d="M475.952 464.592H405.419V440.705H449.495V438.195H402.904V467.102H478.466V451.393H475.952V464.592Z" fill="#2D5967"/>
|
||||
<path id="Vector_4" d="M407.304 462.708H418.638V442.587H407.304V462.708ZM409.838 445.098H416.123V460.198H409.838V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_5" d="M420.543 451.697H434.067V442.587H420.543V451.697ZM423.057 445.098H431.477V449.186H423.057V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_6" d="M420.543 462.708H434.067V453.598H420.543V462.708ZM423.057 456.109H431.477V460.198H423.057V456.109Z" fill="#2D5967"/>
|
||||
<path id="Vector_7" d="M435.972 451.697H449.496V442.587H435.972V451.697ZM438.486 445.098H446.981V449.186H438.486V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_8" d="M435.972 462.708H449.496V453.598H435.972V462.708ZM438.486 456.109H446.981V460.198H438.486V456.109Z" fill="#2D5967"/>
|
||||
<path id="Vector_9" d="M412.981 449.509C413.675 449.509 414.238 448.947 414.238 448.254C414.238 447.561 413.675 446.999 412.981 446.999C412.287 446.999 411.724 447.561 411.724 448.254C411.724 448.947 412.287 449.509 412.981 449.509Z" fill="#2D5967"/>
|
||||
<path id="Vector_10" d="M412.981 458.296C413.675 458.296 414.238 457.734 414.238 457.041C414.238 456.348 413.675 455.786 412.981 455.786C412.287 455.786 411.724 456.348 411.724 457.041C411.724 457.734 412.287 458.296 412.981 458.296Z" fill="#2D5967"/>
|
||||
<path id="Vector_11" d="M412.981 453.904C413.675 453.904 414.238 453.342 414.238 452.649C414.238 451.956 413.675 451.394 412.981 451.394C412.287 451.394 411.724 451.956 411.724 452.649C411.724 453.342 412.287 453.904 412.981 453.904Z" fill="#2D5967"/>
|
||||
<path id="Vector_12" d="M459.267 452.648H471.229C471.601 452.648 471.97 452.575 472.315 452.432C472.659 452.29 472.972 452.081 473.235 451.818C473.499 451.555 473.708 451.243 473.851 450.899C473.993 450.555 474.067 450.187 474.067 449.814V437.871C474.067 437.499 473.993 437.13 473.851 436.787C473.708 436.443 473.499 436.13 473.235 435.867C472.972 435.604 472.659 435.395 472.315 435.253C471.97 435.111 471.601 435.037 471.229 435.037H459.267C458.514 435.037 457.792 435.336 457.26 435.867C456.728 436.399 456.429 437.12 456.429 437.871V449.814C456.429 450.187 456.502 450.555 456.645 450.899C456.787 451.243 456.996 451.555 457.26 451.818C457.523 452.081 457.836 452.29 458.181 452.432C458.525 452.575 458.894 452.648 459.267 452.648V452.648ZM459.267 437.567H471.229C471.309 437.567 471.387 437.599 471.444 437.656C471.501 437.713 471.533 437.79 471.533 437.871V449.814C471.533 449.897 471.502 449.976 471.445 450.037C471.389 450.097 471.311 450.133 471.229 450.138H459.267C459.182 450.133 459.103 450.098 459.043 450.038C458.983 449.978 458.947 449.899 458.943 449.814V437.871C458.96 437.799 459.002 437.735 459.061 437.69C459.12 437.645 459.193 437.622 459.267 437.624V437.567Z" fill="#2D5967"/>
|
||||
<path id="Vector_13" d="M462.085 430.016H459.571V433.154H462.085V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_14" d="M466.505 430.016H463.99V433.154H466.505V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_15" d="M470.905 430.016H468.39V433.154H470.905V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_16" d="M462.085 454.531H459.571V457.669H462.085V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_17" d="M466.505 454.531H463.99V457.669H466.505V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_18" d="M470.905 454.531H468.39V457.669H470.905V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_19" d="M454.524 446.999H451.381V449.509H454.524V446.999Z" fill="#2D5967"/>
|
||||
<path id="Vector_20" d="M454.524 442.587H451.381V445.098H454.524V442.587Z" fill="#2D5967"/>
|
||||
<path id="Vector_21" d="M454.524 438.195H451.381V440.705H454.524V438.195Z" fill="#2D5967"/>
|
||||
<path id="Vector_22" d="M479.095 446.999H475.952V449.509H479.095V446.999Z" fill="#2D5967"/>
|
||||
<path id="Vector_23" d="M479.095 442.587H475.952V445.098H479.095V442.587Z" fill="#2D5967"/>
|
||||
<path id="Vector_24" d="M475.952 438.195V440.705H479.095V438.195H478.467H475.952Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_2">
|
||||
<g id="Storage-Server_2">
|
||||
<g id="Group 199_2">
|
||||
<path id="Vector_25" d="M593.953 468.054V437.245H647.534C647.666 436.474 648.034 435.763 648.586 435.208C649.138 434.654 649.848 434.282 650.619 434.145V429.067H663.953V434.145C664.71 434.296 665.403 434.674 665.941 435.227C666.478 435.781 666.834 436.485 666.962 437.245H672.048V450.558H671.419V468.054H593.953Z" fill="white"/>
|
||||
<path id="Vector_26" d="M662.905 430.016V435.037H663.229C663.981 435.037 664.703 435.336 665.235 435.867C665.768 436.398 666.067 437.119 666.067 437.871V438.194H671.095V440.704H670.467V442.606H671.095V445.098H670.467V446.999H671.095V449.51H670.467V467.102H594.905V438.194H648.429V437.871C648.429 437.119 648.728 436.398 649.26 435.867C649.792 435.336 650.514 435.037 651.267 435.037H651.571V430.016H654.086V435.037H655.99V430.016H658.505V435.037H660.41V430.016H662.905ZM664.81 428.115H649.571V433.421C648.928 433.67 648.346 434.056 647.866 434.552C647.386 435.048 647.019 435.641 646.79 436.292H593V469.003H672.371V451.412H673V436.292H667.686C667.447 435.632 667.066 435.032 666.569 434.536C666.072 434.039 665.471 433.659 664.81 433.421V428.115Z" fill="white"/>
|
||||
<path id="Vector_27" d="M667.952 464.592H597.419V440.705H641.495V438.195H594.904V467.102H670.466V451.393H667.952V464.592Z" fill="#2D5967"/>
|
||||
<path id="Vector_28" d="M599.304 462.708H610.638V442.587H599.304V462.708ZM601.838 445.098H608.123V460.198H601.838V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_29" d="M612.543 451.697H626.067V442.587H612.543V451.697ZM615.057 445.098H623.477V449.186H615.057V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_30" d="M612.543 462.708H626.067V453.598H612.543V462.708ZM615.057 456.109H623.477V460.198H615.057V456.109Z" fill="#2D5967"/>
|
||||
<path id="Vector_31" d="M627.972 451.697H641.496V442.587H627.972V451.697ZM630.486 445.098H638.981V449.186H630.486V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_32" d="M627.972 462.708H641.496V453.598H627.972V462.708ZM630.486 456.109H638.981V460.198H630.486V456.109Z" fill="#2D5967"/>
|
||||
<path id="Vector_33" d="M604.981 449.509C605.675 449.509 606.238 448.947 606.238 448.254C606.238 447.561 605.675 446.999 604.981 446.999C604.287 446.999 603.724 447.561 603.724 448.254C603.724 448.947 604.287 449.509 604.981 449.509Z" fill="#2D5967"/>
|
||||
<path id="Vector_34" d="M604.981 458.296C605.675 458.296 606.238 457.734 606.238 457.041C606.238 456.348 605.675 455.786 604.981 455.786C604.287 455.786 603.724 456.348 603.724 457.041C603.724 457.734 604.287 458.296 604.981 458.296Z" fill="#2D5967"/>
|
||||
<path id="Vector_35" d="M604.981 453.904C605.675 453.904 606.238 453.342 606.238 452.649C606.238 451.956 605.675 451.394 604.981 451.394C604.287 451.394 603.724 451.956 603.724 452.649C603.724 453.342 604.287 453.904 604.981 453.904Z" fill="#2D5967"/>
|
||||
<path id="Vector_36" d="M651.267 452.648H663.229C663.601 452.648 663.97 452.575 664.315 452.432C664.659 452.29 664.972 452.081 665.235 451.818C665.499 451.555 665.708 451.243 665.851 450.899C665.993 450.555 666.067 450.187 666.067 449.814V437.871C666.067 437.499 665.993 437.13 665.851 436.787C665.708 436.443 665.499 436.13 665.235 435.867C664.972 435.604 664.659 435.395 664.315 435.253C663.97 435.111 663.601 435.037 663.229 435.037H651.267C650.514 435.037 649.792 435.336 649.26 435.867C648.728 436.399 648.429 437.12 648.429 437.871V449.814C648.429 450.187 648.502 450.555 648.645 450.899C648.787 451.243 648.996 451.555 649.26 451.818C649.523 452.081 649.836 452.29 650.181 452.432C650.525 452.575 650.894 452.648 651.267 452.648V452.648ZM651.267 437.567H663.229C663.309 437.567 663.387 437.599 663.444 437.656C663.501 437.713 663.533 437.79 663.533 437.871V449.814C663.533 449.897 663.502 449.976 663.445 450.037C663.389 450.097 663.311 450.133 663.229 450.138H651.267C651.182 450.133 651.103 450.098 651.043 450.038C650.983 449.978 650.947 449.899 650.943 449.814V437.871C650.96 437.799 651.002 437.735 651.061 437.69C651.12 437.645 651.193 437.622 651.267 437.624V437.567Z" fill="#2D5967"/>
|
||||
<path id="Vector_37" d="M654.085 430.016H651.571V433.154H654.085V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_38" d="M658.505 430.016H655.99V433.154H658.505V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_39" d="M662.905 430.016H660.39V433.154H662.905V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_40" d="M654.085 454.531H651.571V457.669H654.085V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_41" d="M658.505 454.531H655.99V457.669H658.505V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_42" d="M662.905 454.531H660.39V457.669H662.905V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_43" d="M646.524 446.999H643.381V449.509H646.524V446.999Z" fill="#2D5967"/>
|
||||
<path id="Vector_44" d="M646.524 442.587H643.381V445.098H646.524V442.587Z" fill="#2D5967"/>
|
||||
<path id="Vector_45" d="M646.524 438.195H643.381V440.705H646.524V438.195Z" fill="#2D5967"/>
|
||||
<path id="Vector_46" d="M671.095 446.999H667.952V449.509H671.095V446.999Z" fill="#2D5967"/>
|
||||
<path id="Vector_47" d="M671.095 442.587H667.952V445.098H671.095V442.587Z" fill="#2D5967"/>
|
||||
<path id="Vector_48" d="M667.952 438.195V440.705H671.095V438.195H670.467H667.952Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_3">
|
||||
<g id="Storage-Server_3">
|
||||
<g id="Group 199_3">
|
||||
<path id="Vector_49" d="M497.953 468.054V437.245H551.534C551.666 436.474 552.034 435.763 552.586 435.208C553.138 434.654 553.848 434.282 554.619 434.145V429.067H567.953V434.145C568.71 434.296 569.403 434.674 569.941 435.227C570.478 435.781 570.834 436.485 570.962 437.245H576.048V450.558H575.419V468.054H497.953Z" fill="white"/>
|
||||
<path id="Vector_50" d="M566.905 430.016V435.037H567.229C567.981 435.037 568.703 435.336 569.235 435.867C569.768 436.398 570.067 437.119 570.067 437.871V438.194H575.095V440.704H574.467V442.606H575.095V445.098H574.467V446.999H575.095V449.51H574.467V467.102H498.905V438.194H552.429V437.871C552.429 437.119 552.728 436.398 553.26 435.867C553.792 435.336 554.514 435.037 555.267 435.037H555.571V430.016H558.086V435.037H559.99V430.016H562.505V435.037H564.41V430.016H566.905ZM568.81 428.115H553.571V433.421C552.928 433.67 552.346 434.056 551.866 434.552C551.386 435.048 551.019 435.641 550.79 436.292H497V469.003H576.371V451.412H577V436.292H571.686C571.447 435.632 571.066 435.032 570.569 434.536C570.072 434.039 569.471 433.659 568.81 433.421V428.115Z" fill="white"/>
|
||||
<path id="Vector_51" d="M571.952 464.592H501.419V440.705H545.495V438.195H498.904V467.102H574.466V451.393H571.952V464.592Z" fill="#2D5967"/>
|
||||
<path id="Vector_52" d="M503.304 462.708H514.638V442.587H503.304V462.708ZM505.838 445.098H512.123V460.198H505.838V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_53" d="M516.543 451.697H530.067V442.587H516.543V451.697ZM519.057 445.098H527.477V449.186H519.057V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_54" d="M516.543 462.708H530.067V453.598H516.543V462.708ZM519.057 456.109H527.477V460.198H519.057V456.109Z" fill="#2D5967"/>
|
||||
<path id="Vector_55" d="M531.972 451.697H545.496V442.587H531.972V451.697ZM534.486 445.098H542.981V449.186H534.486V445.098Z" fill="#2D5967"/>
|
||||
<path id="Vector_56" d="M531.972 462.708H545.496V453.598H531.972V462.708ZM534.486 456.109H542.981V460.198H534.486V456.109Z" fill="#2D5967"/>
|
||||
<path id="Vector_57" d="M508.981 449.509C509.675 449.509 510.238 448.947 510.238 448.254C510.238 447.561 509.675 446.999 508.981 446.999C508.287 446.999 507.724 447.561 507.724 448.254C507.724 448.947 508.287 449.509 508.981 449.509Z" fill="#2D5967"/>
|
||||
<path id="Vector_58" d="M508.981 458.296C509.675 458.296 510.238 457.734 510.238 457.041C510.238 456.348 509.675 455.786 508.981 455.786C508.287 455.786 507.724 456.348 507.724 457.041C507.724 457.734 508.287 458.296 508.981 458.296Z" fill="#2D5967"/>
|
||||
<path id="Vector_59" d="M508.981 453.904C509.675 453.904 510.238 453.342 510.238 452.649C510.238 451.956 509.675 451.394 508.981 451.394C508.287 451.394 507.724 451.956 507.724 452.649C507.724 453.342 508.287 453.904 508.981 453.904Z" fill="#2D5967"/>
|
||||
<path id="Vector_60" d="M555.267 452.648H567.229C567.601 452.648 567.97 452.575 568.315 452.432C568.659 452.29 568.972 452.081 569.235 451.818C569.499 451.555 569.708 451.243 569.851 450.899C569.993 450.555 570.067 450.187 570.067 449.814V437.871C570.067 437.499 569.993 437.13 569.851 436.787C569.708 436.443 569.499 436.13 569.235 435.867C568.972 435.604 568.659 435.395 568.315 435.253C567.97 435.111 567.601 435.037 567.229 435.037H555.267C554.514 435.037 553.792 435.336 553.26 435.867C552.728 436.399 552.429 437.12 552.429 437.871V449.814C552.429 450.187 552.502 450.555 552.645 450.899C552.787 451.243 552.996 451.555 553.26 451.818C553.523 452.081 553.836 452.29 554.181 452.432C554.525 452.575 554.894 452.648 555.267 452.648V452.648ZM555.267 437.567H567.229C567.309 437.567 567.387 437.599 567.444 437.656C567.501 437.713 567.533 437.79 567.533 437.871V449.814C567.533 449.897 567.502 449.976 567.445 450.037C567.389 450.097 567.311 450.133 567.229 450.138H555.267C555.182 450.133 555.103 450.098 555.043 450.038C554.983 449.978 554.947 449.899 554.943 449.814V437.871C554.96 437.799 555.002 437.735 555.061 437.69C555.12 437.645 555.193 437.622 555.267 437.624V437.567Z" fill="#2D5967"/>
|
||||
<path id="Vector_61" d="M558.085 430.016H555.571V433.154H558.085V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_62" d="M562.505 430.016H559.99V433.154H562.505V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_63" d="M566.905 430.016H564.39V433.154H566.905V430.016Z" fill="#2D5967"/>
|
||||
<path id="Vector_64" d="M558.085 454.531H555.571V457.669H558.085V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_65" d="M562.505 454.531H559.99V457.669H562.505V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_66" d="M566.905 454.531H564.39V457.669H566.905V454.531Z" fill="#2D5967"/>
|
||||
<path id="Vector_67" d="M550.524 446.999H547.381V449.509H550.524V446.999Z" fill="#2D5967"/>
|
||||
<path id="Vector_68" d="M550.524 442.587H547.381V445.098H550.524V442.587Z" fill="#2D5967"/>
|
||||
<path id="Vector_69" d="M550.524 438.195H547.381V440.705H550.524V438.195Z" fill="#2D5967"/>
|
||||
<path id="Vector_70" d="M575.095 446.999H571.952V449.509H575.095V446.999Z" fill="#2D5967"/>
|
||||
<path id="Vector_71" d="M575.095 442.587H571.952V445.098H575.095V442.587Z" fill="#2D5967"/>
|
||||
<path id="Vector_72" d="M571.952 438.195V440.705H575.095V438.195H574.467H571.952Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="OCI Virtual Machine">
|
||||
<g id="Srv-Multiple OCI Virtual Machines">
|
||||
<g id="Group 897">
|
||||
<path id="Vector_73" d="M403.741 257.482H360.705C360.581 257.482 360.482 257.581 360.482 257.705V300.741C360.482 300.865 360.581 300.964 360.705 300.964H403.741C403.865 300.964 403.964 300.865 403.964 300.741V257.693C403.964 257.569 403.865 257.47 403.741 257.47V257.482ZM388.735 262.265H399.168V272.699H388.735V262.265ZM388.735 274H399.168V284.434H388.735V274V274ZM377 262.265H387.434V272.699H377V262.265V262.265ZM377 274H387.434V284.434H377V274V274ZM365.265 262.265H375.699V272.699H365.265V262.265ZM365.265 274H375.699V284.434H365.265V274V274ZM399.391 296.169H365.265V285.735H399.391V296.169Z" fill="white"/>
|
||||
<path id="Vector_74" d="M367 294.434H397.657V287.482H367V294.434ZM393.728 289.65C394.447 289.65 395.03 290.233 395.03 290.952C395.03 291.67 394.447 292.253 393.728 292.253C393.01 292.253 392.427 291.67 392.427 290.952C392.427 290.233 393.01 289.65 393.728 289.65Z" fill="white"/>
|
||||
<path id="Vector_75" d="M373.952 264H367V270.952H373.952V264Z" fill="white"/>
|
||||
<path id="Vector_76" d="M385.699 264H378.747V270.952H385.699V264Z" fill="white"/>
|
||||
<path id="Vector_77" d="M373.952 275.735H367V282.686H373.952V275.735Z" fill="white"/>
|
||||
<path id="Vector_78" d="M385.699 275.735H378.747V282.686H385.699V275.735Z" fill="white"/>
|
||||
<path id="Vector_79" d="M397.433 264H390.482V270.952H397.433V264Z" fill="white"/>
|
||||
<g id="Group">
|
||||
<path id="Vector_80" d="M358.09 302.698L358.066 302.661C358.066 302.661 357.991 302.562 357.954 302.513C357.88 302.389 357.805 302.265 357.744 302.141L357.719 302.104C357.719 302.104 357.669 301.98 357.644 301.918V301.881C357.558 301.67 357.496 301.459 357.459 301.224C357.459 301.137 357.434 301.05 357.434 300.976H355.463C355.34 300.976 355.24 300.877 355.24 300.753V257.692C355.24 257.568 355.34 257.469 355.463 257.469H357.434C357.434 257.395 357.446 257.308 357.459 257.234C357.496 256.998 357.545 256.775 357.62 256.565V256.527C357.657 256.465 357.682 256.404 357.719 256.342L357.744 256.304C357.805 256.18 357.867 256.057 357.954 255.933C357.954 255.933 358.029 255.821 358.066 255.772L358.09 255.734H355.476C354.881 255.734 354.348 256.007 353.989 256.428L353.915 256.515C353.691 256.812 353.555 257.172 353.53 257.556V300.864C353.555 301.236 353.691 301.608 353.915 301.905L353.989 301.992C354.348 302.413 354.881 302.686 355.476 302.686H358.09V302.698Z" fill="#2D5967"/>
|
||||
<path id="Vector_81" d="M403.741 255.734H360.705C359.627 255.734 358.747 256.614 358.747 257.692V300.741C358.747 301.819 359.627 302.698 360.705 302.698H403.741C404.819 302.698 405.699 301.819 405.699 300.741V257.692C405.699 256.614 404.819 255.734 403.741 255.734V255.734ZM403.964 300.741C403.964 300.864 403.865 300.964 403.741 300.964H360.705C360.581 300.964 360.482 300.864 360.482 300.741V257.692C360.482 257.568 360.581 257.469 360.705 257.469H403.741C403.865 257.469 403.964 257.568 403.964 257.692V300.741Z" fill="#2D5967"/>
|
||||
<path id="Vector_82" d="M403.741 254.434H350.259C348.462 254.434 347 255.896 347 257.693V300.741C347 302.538 348.462 304 350.259 304H403.741C405.538 304 407 302.538 407 300.741V257.693C407 255.896 405.538 254.434 403.741 254.434ZM405.699 300.741C405.699 301.819 404.819 302.699 403.741 302.699H360.705C359.627 302.699 358.747 301.819 358.747 300.741V257.693C358.747 256.615 359.627 255.735 360.705 255.735H403.741C404.819 255.735 405.699 256.615 405.699 257.693V300.741ZM353.989 302.005L353.914 301.918C353.691 301.621 353.555 301.261 353.53 300.877V257.569C353.555 257.197 353.691 256.825 353.914 256.528L353.989 256.441C354.348 256.02 354.881 255.747 355.476 255.747H358.09L358.066 255.784C358.066 255.784 357.991 255.883 357.954 255.933C357.88 256.057 357.805 256.181 357.743 256.305L357.719 256.342C357.719 256.342 357.669 256.466 357.644 256.528V256.565C357.558 256.776 357.496 256.986 357.458 257.222C357.458 257.308 357.434 257.395 357.434 257.47H355.463C355.34 257.47 355.24 257.569 355.24 257.693V300.741C355.24 300.865 355.34 300.964 355.463 300.964H357.434C357.434 301.038 357.446 301.125 357.458 301.199C357.496 301.435 357.545 301.658 357.62 301.869V301.906C357.657 301.968 357.682 302.03 357.719 302.092L357.743 302.129C357.805 302.253 357.867 302.377 357.954 302.501C357.954 302.501 358.028 302.612 358.066 302.662L358.09 302.699H355.476C354.881 302.699 354.348 302.426 353.989 302.005V302.005ZM348.314 257.693C348.314 256.615 349.193 255.735 350.271 255.735H352.886C352.514 256.23 352.279 256.825 352.242 257.47H350.271C350.147 257.47 350.048 257.569 350.048 257.693V300.741C350.048 300.865 350.147 300.964 350.271 300.964H352.242C352.279 301.608 352.514 302.216 352.886 302.699H350.259C349.181 302.699 348.301 301.819 348.301 300.741V257.693H348.314Z" fill="white"/>
|
||||
<path id="Vector_83" d="M403.741 257.482H360.705C360.581 257.482 360.482 257.581 360.482 257.705V300.741C360.482 300.865 360.581 300.964 360.705 300.964H403.741C403.865 300.964 403.964 300.865 403.964 300.741V257.693C403.964 257.569 403.865 257.47 403.741 257.47V257.482Z" fill="white"/>
|
||||
<path id="Vector_84" d="M350.259 302.698H352.874C352.502 302.203 352.266 301.608 352.229 300.964H350.259C350.135 300.964 350.036 300.864 350.036 300.741V257.692C350.036 257.568 350.135 257.469 350.259 257.469H352.229C352.266 256.825 352.502 256.218 352.874 255.734H350.259C349.181 255.734 348.301 256.614 348.301 257.692V300.741C348.301 301.819 349.181 302.698 350.259 302.698V302.698Z" fill="#2D5967"/>
|
||||
</g>
|
||||
<path id="Vector_85" d="M388.747 285.734H365.265V296.168H399.392V285.734H388.735H388.747ZM397.657 294.433H367V287.482H397.657V294.433Z" fill="#2D5967"/>
|
||||
<path id="Vector_86" d="M393.741 292.253C394.46 292.253 395.042 291.67 395.042 290.952C395.042 290.233 394.46 289.65 393.741 289.65C393.022 289.65 392.44 290.233 392.44 290.952C392.44 291.67 393.022 292.253 393.741 292.253Z" fill="#2D5967"/>
|
||||
<path id="Vector_87" d="M375.699 262.265H365.265V272.699H375.699V262.265ZM373.964 270.964H367.012V264H373.964V270.951V270.964Z" fill="#2D5967"/>
|
||||
<path id="Vector_88" d="M387.434 262.265H377V272.699H387.434V262.265ZM385.699 270.964H378.747V264H385.699V270.951V270.964Z" fill="#2D5967"/>
|
||||
<path id="Vector_89" d="M375.699 274H365.265V284.434H375.699V274ZM373.964 282.699H367.012V275.747H373.964V282.699Z" fill="#2D5967"/>
|
||||
<path id="Vector_90" d="M387.434 274H377V284.434H387.434V274ZM385.699 282.699H378.747V275.747H385.699V282.699Z" fill="#2D5967"/>
|
||||
<path id="Vector_91" d="M399.181 262.265H388.747V272.699H399.181V262.265ZM397.446 270.964H390.494V264H397.446V270.951V270.964Z" fill="#2D5967"/>
|
||||
<path id="Vector_92" d="M399.181 274H388.747V284.434H399.181V274ZM397.446 282.699H390.494V275.747H397.446V282.699Z" fill="#2D5967"/>
|
||||
<path id="Vector_93" d="M397.433 275.735H390.482V282.686H397.433V275.735Z" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label">
|
||||
<text id="IconLabel" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="327.602" y="321.816">ATP-D cluster</tspan></text>
|
||||
<text id="IconLabel_2" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="327.461" y="337.816">VM1 and VM2</tspan></text>
|
||||
<text id="IconLabel_3" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="332.07" y="353.816">(production)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="OCI Virtual Machine_2">
|
||||
<g id="Srv-Multiple OCI Virtual Machines_2">
|
||||
<g id="Group 897_2">
|
||||
<path id="Vector_94" d="M723.241 257.482H680.205C680.081 257.482 679.982 257.581 679.982 257.705V300.741C679.982 300.865 680.081 300.964 680.205 300.964H723.241C723.365 300.964 723.464 300.865 723.464 300.741V257.693C723.464 257.569 723.365 257.47 723.241 257.47V257.482ZM708.235 262.265H718.668V272.699H708.235V262.265ZM708.235 274H718.668V284.434H708.235V274V274ZM696.5 262.265H706.934V272.699H696.5V262.265V262.265ZM696.5 274H706.934V284.434H696.5V274V274ZM684.765 262.265H695.199V272.699H684.765V262.265ZM684.765 274H695.199V284.434H684.765V274V274ZM718.891 296.169H684.765V285.735H718.891V296.169Z" fill="white"/>
|
||||
<path id="Vector_95" d="M686.5 294.434H717.157V287.482H686.5V294.434ZM713.228 289.65C713.947 289.65 714.53 290.233 714.53 290.952C714.53 291.67 713.947 292.253 713.228 292.253C712.51 292.253 711.927 291.67 711.927 290.952C711.927 290.233 712.51 289.65 713.228 289.65Z" fill="white"/>
|
||||
<path id="Vector_96" d="M693.452 264H686.5V270.952H693.452V264Z" fill="white"/>
|
||||
<path id="Vector_97" d="M705.199 264H698.247V270.952H705.199V264Z" fill="white"/>
|
||||
<path id="Vector_98" d="M693.452 275.735H686.5V282.686H693.452V275.735Z" fill="white"/>
|
||||
<path id="Vector_99" d="M705.199 275.735H698.247V282.686H705.199V275.735Z" fill="white"/>
|
||||
<path id="Vector_100" d="M716.933 264H709.982V270.952H716.933V264Z" fill="white"/>
|
||||
<g id="Group_2">
|
||||
<path id="Vector_101" d="M677.59 302.698L677.566 302.661C677.566 302.661 677.491 302.562 677.454 302.513C677.38 302.389 677.305 302.265 677.244 302.141L677.219 302.104C677.219 302.104 677.169 301.98 677.144 301.918V301.881C677.058 301.67 676.996 301.459 676.959 301.224C676.959 301.137 676.934 301.05 676.934 300.976H674.963C674.84 300.976 674.74 300.877 674.74 300.753V257.692C674.74 257.568 674.84 257.469 674.963 257.469H676.934C676.934 257.395 676.946 257.308 676.959 257.234C676.996 256.998 677.045 256.775 677.12 256.565V256.527C677.157 256.465 677.182 256.404 677.219 256.342L677.244 256.304C677.305 256.18 677.367 256.057 677.454 255.933C677.454 255.933 677.529 255.821 677.566 255.772L677.59 255.734H674.976C674.381 255.734 673.848 256.007 673.489 256.428L673.415 256.515C673.191 256.812 673.055 257.172 673.03 257.556V300.864C673.055 301.236 673.191 301.608 673.415 301.905L673.489 301.992C673.848 302.413 674.381 302.686 674.976 302.686H677.59V302.698Z" fill="#A36472"/>
|
||||
<path id="Vector_102" d="M723.241 255.734H680.205C679.127 255.734 678.247 256.614 678.247 257.692V300.741C678.247 301.819 679.127 302.698 680.205 302.698H723.241C724.319 302.698 725.199 301.819 725.199 300.741V257.692C725.199 256.614 724.319 255.734 723.241 255.734V255.734ZM723.464 300.741C723.464 300.864 723.365 300.964 723.241 300.964H680.205C680.081 300.964 679.982 300.864 679.982 300.741V257.692C679.982 257.568 680.081 257.469 680.205 257.469H723.241C723.365 257.469 723.464 257.568 723.464 257.692V300.741Z" fill="#A36472"/>
|
||||
<path id="Vector_103" d="M723.241 254.434H669.759C667.962 254.434 666.5 255.896 666.5 257.693V300.741C666.5 302.538 667.962 304 669.759 304H723.241C725.038 304 726.5 302.538 726.5 300.741V257.693C726.5 255.896 725.038 254.434 723.241 254.434ZM725.199 300.741C725.199 301.819 724.319 302.699 723.241 302.699H680.205C679.127 302.699 678.247 301.819 678.247 300.741V257.693C678.247 256.615 679.127 255.735 680.205 255.735H723.241C724.319 255.735 725.199 256.615 725.199 257.693V300.741ZM673.489 302.005L673.414 301.918C673.191 301.621 673.055 301.261 673.03 300.877V257.569C673.055 257.197 673.191 256.825 673.414 256.528L673.489 256.441C673.848 256.02 674.381 255.747 674.976 255.747H677.59L677.566 255.784C677.566 255.784 677.491 255.883 677.454 255.933C677.38 256.057 677.305 256.181 677.243 256.305L677.219 256.342C677.219 256.342 677.169 256.466 677.144 256.528V256.565C677.058 256.776 676.996 256.986 676.958 257.222C676.958 257.308 676.934 257.395 676.934 257.47H674.963C674.84 257.47 674.74 257.569 674.74 257.693V300.741C674.74 300.865 674.84 300.964 674.963 300.964H676.934C676.934 301.038 676.946 301.125 676.958 301.199C676.996 301.435 677.045 301.658 677.12 301.869V301.906C677.157 301.968 677.182 302.03 677.219 302.092L677.243 302.129C677.305 302.253 677.367 302.377 677.454 302.501C677.454 302.501 677.528 302.612 677.566 302.662L677.59 302.699H674.976C674.381 302.699 673.848 302.426 673.489 302.005V302.005ZM667.814 257.693C667.814 256.615 668.693 255.735 669.771 255.735H672.386C672.014 256.23 671.779 256.825 671.742 257.47H669.771C669.647 257.47 669.548 257.569 669.548 257.693V300.741C669.548 300.865 669.647 300.964 669.771 300.964H671.742C671.779 301.608 672.014 302.216 672.386 302.699H669.759C668.681 302.699 667.801 301.819 667.801 300.741V257.693H667.814Z" fill="white"/>
|
||||
<path id="Vector_104" d="M723.241 257.482H680.205C680.081 257.482 679.982 257.581 679.982 257.705V300.741C679.982 300.865 680.081 300.964 680.205 300.964H723.241C723.365 300.964 723.464 300.865 723.464 300.741V257.693C723.464 257.569 723.365 257.47 723.241 257.47V257.482Z" fill="white"/>
|
||||
<path id="Vector_105" d="M669.759 302.698H672.374C672.002 302.203 671.766 301.608 671.729 300.964H669.759C669.635 300.964 669.536 300.864 669.536 300.741V257.692C669.536 257.568 669.635 257.469 669.759 257.469H671.729C671.766 256.825 672.002 256.218 672.374 255.734H669.759C668.681 255.734 667.801 256.614 667.801 257.692V300.741C667.801 301.819 668.681 302.698 669.759 302.698V302.698Z" fill="#A36472"/>
|
||||
</g>
|
||||
<path id="Vector_106" d="M708.247 285.734H684.765V296.168H718.892V285.734H708.235H708.247ZM717.157 294.433H686.5V287.482H717.157V294.433Z" fill="#A36472"/>
|
||||
<path id="Vector_107" d="M713.241 292.253C713.96 292.253 714.542 291.67 714.542 290.952C714.542 290.233 713.96 289.65 713.241 289.65C712.522 289.65 711.94 290.233 711.94 290.952C711.94 291.67 712.522 292.253 713.241 292.253Z" fill="#A36472"/>
|
||||
<path id="Vector_108" d="M695.199 262.265H684.765V272.699H695.199V262.265ZM693.464 270.964H686.512V264H693.464V270.951V270.964Z" fill="#A36472"/>
|
||||
<path id="Vector_109" d="M706.934 262.265H696.5V272.699H706.934V262.265ZM705.199 270.964H698.247V264H705.199V270.951V270.964Z" fill="#A36472"/>
|
||||
<path id="Vector_110" d="M695.199 274H684.765V284.434H695.199V274ZM693.464 282.699H686.512V275.747H693.464V282.699Z" fill="#A36472"/>
|
||||
<path id="Vector_111" d="M706.934 274H696.5V284.434H706.934V274ZM705.199 282.699H698.247V275.747H705.199V282.699Z" fill="#A36472"/>
|
||||
<path id="Vector_112" d="M718.681 262.265H708.247V272.699H718.681V262.265ZM716.946 270.964H709.994V264H716.946V270.951V270.964Z" fill="#A36472"/>
|
||||
<path id="Vector_113" d="M718.681 274H708.247V284.434H718.681V274ZM716.946 282.699H709.994V275.747H716.946V282.699Z" fill="#A36472"/>
|
||||
<path id="Vector_114" d="M716.933 275.735H709.982V282.686H716.933V275.735Z" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_2">
|
||||
<text id="IconLabel_4" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="647.102" y="321.816">ATP-D cluster</tspan></text>
|
||||
<text id="IconLabel_5" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="645.047" y="337.816">VM3 and VM4</tspan></text>
|
||||
<text id="IconLabel_6" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="634.047" y="353.816">(non-production)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group 1268">
|
||||
<g id="Database server">
|
||||
<rect x="540.5" y="46.5" width="313" height="141" rx="3.5" fill="#E4E1DD"/>
|
||||
<rect x="540.5" y="46.5" width="313" height="141" rx="3.5" stroke="#9E9892"/>
|
||||
<text id="Database server 2" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" font-weight="600" letter-spacing="0em"><tspan x="548" y="67.816">Database server 2</tspan></text>
|
||||
<rect id="Rectangle 692" x="783" y="46" width="64" height="2" fill="#E4E1DD"/>
|
||||
<g id="Icon Master_4">
|
||||
<g id="Database-Server">
|
||||
<g id="Group 1564">
|
||||
<path id="Vector_115" d="M785.714 58.8099L785.714 35.6671L825.143 35.6671C825.428 35.0956 825.857 34.5242 826.571 34.0956C827.428 33.5242 828.714 33.0956 830.143 32.8099C831.143 32.6671 832.286 32.5242 833.428 32.3813C833.857 32.3813 834.143 32.3813 834.571 32.3813C836.143 32.3813 837.571 32.5242 838.857 32.8099C840.286 33.0956 841.571 33.5242 842.428 34.0956C842.857 34.3813 843.143 34.5242 843.428 34.8099C843.571 34.9528 843.571 34.9528 843.714 35.0956C844 35.5242 844.286 35.9528 844.286 36.5242L844.286 36.6671L844.286 47.5242C844.286 47.9528 844.143 48.3813 843.857 48.8099L843.857 58.8099L785.714 58.8099Z" fill="white"/>
|
||||
<path id="Vector_116" d="M834.571 33.0953C836 33.0953 837.429 33.2382 838.714 33.5239C840.143 33.8096 841.286 34.2382 842 34.6667C842.286 34.8096 842.571 35.0953 842.857 35.381C843 35.5239 843 35.5239 843 35.6667C843.429 35.8096 843.571 36.2382 843.571 36.5239L843.571 36.6667L843.571 47.381C843.571 47.8096 843.429 48.0953 843.143 48.5239L843.143 58.0953L786.429 58.0953L786.429 36.381L825.714 36.381C825.857 35.6667 826.286 35.0953 827 34.6667C827.857 34.0953 829 33.8096 830.429 33.5239C831.429 33.381 832.429 33.2382 833.571 33.0953C833.857 33.0953 834.143 33.0953 834.571 33.0953ZM834.571 31.6667C834.143 31.6667 833.714 31.6667 833.429 31.6667C832.286 31.6667 831.143 31.8096 830.143 32.0953C828.571 32.381 827.286 32.8096 826.286 33.5239C825.571 33.9525 825.143 34.5239 824.714 35.0953L786.429 35.0953L785 35.0953L785 36.5239L785 58.2382L785 59.6667L786.429 59.6667L843.143 59.6667L844.571 59.6667L844.571 58.2382L844.571 49.0953C844.857 48.6667 845 48.0953 845 47.5239L845 36.6667L845 36.5239L845 36.381L845 36.2382C845 35.6667 844.714 34.9525 844.286 34.5239C844.143 34.381 844.143 34.2382 844 34.0953C843.714 33.8096 843.286 33.5239 842.857 33.2382C841.857 32.6667 840.571 32.2382 839 31.9525C837.571 31.8096 836.143 31.6667 834.571 31.6667Z" fill="white"/>
|
||||
<path id="Vector_117" d="M841.286 51.5235L841.286 56.2378L788.286 56.2378L788.286 38.2378L824.143 38.2378L824.143 36.6663C824.143 36.5235 824.143 36.5235 824.143 36.3806L786.429 36.3806L786.429 58.0949L843.143 58.0949L843.143 50.5235C843 50.5235 843 50.6663 842.857 50.6663C842.429 50.952 841.857 51.2378 841.286 51.5235Z" fill="#2D5967"/>
|
||||
<path id="Vector_118" d="M798.286 39.6665L789.714 39.6665L789.714 54.8094L798.286 54.8094L798.286 39.6665ZM796.429 52.9522L791.571 52.9522L791.571 41.6665L796.429 41.6665L796.429 52.9522Z" fill="#2D5967"/>
|
||||
<path id="Vector_119" d="M809.857 39.6665L799.714 39.6665L799.714 46.5236L809.857 46.5236L809.857 39.6665ZM808 44.6665L801.571 44.6665L801.571 41.6665L808 41.6665L808 44.6665Z" fill="#2D5967"/>
|
||||
<path id="Vector_120" d="M809.857 47.9521L799.714 47.9521L799.714 54.8093L809.857 54.8093L809.857 47.9521ZM808 52.9521L801.571 52.9521L801.571 49.8093L808 49.8093L808 52.9521Z" fill="#2D5967"/>
|
||||
<path id="Vector_121" d="M821.429 39.6665L811.286 39.6665L811.286 46.5236L821.429 46.5236L821.429 39.6665ZM819.571 44.6665L813.143 44.6665L813.143 41.6665L819.571 41.6665L819.571 44.6665Z" fill="#2D5967"/>
|
||||
<path id="Vector_122" d="M821.429 47.9521L811.286 47.9521L811.286 54.8093L821.429 54.8093L821.429 47.9521ZM819.571 52.9521L813.143 52.9521L813.143 49.8093L819.571 49.8093L819.571 52.9521Z" fill="#2D5967"/>
|
||||
<path id="Vector_123" d="M794 44.9521C794.552 44.9521 795 44.5044 795 43.9521C795 43.3999 794.552 42.9521 794 42.9521C793.448 42.9521 793 43.3999 793 43.9521C793 44.5044 793.448 44.9521 794 44.9521Z" fill="#2D5967"/>
|
||||
<path id="Vector_124" d="M794 51.5237C794.552 51.5237 795 51.076 795 50.5237C795 49.9714 794.552 49.5237 794 49.5237C793.448 49.5237 793 49.9714 793 50.5237C793 51.076 793.448 51.5237 794 51.5237Z" fill="#2D5967"/>
|
||||
<path id="Vector_125" d="M794 48.2378C794.552 48.2378 795 47.7901 795 47.2378C795 46.6855 794.552 46.2378 794 46.2378C793.448 46.2378 793 46.6855 793 47.2378C793 47.7901 793.448 48.2378 794 48.2378Z" fill="#2D5967"/>
|
||||
<path id="Vector_126" d="M843.571 47.524L843.571 36.6669L843.571 36.524C843.571 36.0955 843.429 35.8097 843.143 35.524C843.143 35.3812 843 35.3812 843 35.2383C842.714 34.9526 842.429 34.8097 842.143 34.524C841.286 34.0955 840.143 33.6669 838.857 33.3812C837.429 33.2383 836 33.0955 834.571 33.0955C834.143 33.0955 833.857 33.0955 833.429 33.0955C832.286 33.0955 831.286 33.2383 830.286 33.524C828.857 33.8097 827.714 34.2383 826.857 34.6669C826 35.2383 825.429 35.9526 825.429 36.6669L825.429 47.3812C825.429 48.0955 825.857 48.8097 826.857 49.3812C827.286 49.6669 827.714 49.8097 828.286 50.0955C828.429 50.0955 828.571 50.2383 828.714 50.2383C829.143 50.3812 829.714 50.524 830.143 50.6669C830.857 50.8097 831.429 50.9526 832.143 50.9526C832.857 50.9526 833.571 51.0955 834.286 51.0955C835.857 51.0955 837.286 50.9526 838.571 50.6669C840 50.3812 841.143 49.9526 842 49.524C843.143 48.9526 843.571 48.2383 843.571 47.524ZM831.571 38.2383C830.714 38.0955 830 37.9526 829.286 37.8097C828.714 37.6669 828.286 37.3812 827.857 37.2383C827.571 37.0955 827.429 36.9526 827.429 36.8097C827.429 36.6669 827.571 36.524 828 36.3812C828.429 36.0955 828.857 35.9526 829.429 35.8097C830.143 35.524 830.857 35.3812 831.714 35.3812C832.714 35.2383 833.714 35.2383 834.714 35.2383C835.857 35.2383 836.857 35.3812 837.857 35.524C838.714 35.6669 839.429 35.8097 840.143 35.9526C840.714 36.0955 841.143 36.3812 841.571 36.524C841.857 36.6669 842 36.8097 842 36.9526C842 37.0955 841.857 37.2383 841.571 37.3812C841.286 37.6669 840.714 37.8097 840.143 37.9526C839.429 38.2383 838.714 38.3812 837.857 38.3812C836.857 38.524 835.857 38.6669 834.714 38.6669C833.571 38.524 832.571 38.3812 831.571 38.2383ZM839.286 39.8097L839.571 39.6669C839.714 39.6669 840 39.524 840.143 39.524L840.714 39.3812L841.286 39.0955L841.429 39.0955L841.571 38.9526L841.571 42.0955C841.571 42.2383 841.429 42.3812 841.143 42.524C840.857 42.8097 840.286 42.9526 839.714 43.0955C839 43.3812 838.286 43.524 837.429 43.524C836.429 43.6669 835.429 43.8097 834.286 43.8097C833.143 43.8097 832.143 43.6669 831.143 43.524C830.286 43.3812 829.571 43.2383 828.857 43.0955C828.286 42.9526 827.857 42.6669 827.429 42.524C827.143 42.3812 827 42.2383 827 42.0955L827 38.9526C827.857 39.3812 828.857 39.6669 830.286 39.9526C831.714 40.2383 833 40.2383 834.429 40.2383L835.286 40.2383L836 40.2383L837.143 40.0955C837.429 40.0955 837.857 39.9526 838.143 39.9526L839.286 39.8097ZM839.857 48.524C839.143 48.8097 838.429 48.9526 837.571 48.9526C836.571 49.0955 835.571 49.2383 834.429 49.2383C833.286 49.2383 832.286 49.0955 831.286 48.9526C830.429 48.8097 829.714 48.6669 829 48.524C828.429 48.3812 828 48.0955 827.571 47.9526C827.286 47.8097 827.143 47.6669 827.143 47.524L827.143 44.2383C828 44.6669 829 44.9526 830.429 45.2383C831.714 45.524 833 45.524 834.429 45.524L835.286 45.524C836.571 45.524 837.714 45.3812 838.857 45.2383C840 45.0955 840.857 44.8097 841.571 44.3812L841.571 47.3812C841.571 47.524 841.429 47.6669 841.143 47.8097C840.857 48.0955 840.429 48.2383 839.857 48.524Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="OCI Virtual Machine_3">
|
||||
<g id="Srv-OCI Virtual Machine">
|
||||
<g id="Group_3">
|
||||
<g id="Group_4">
|
||||
<path id="Vector_127" d="M592.85 141.286C591.14 141.286 589.714 139.857 589.714 138.143V85.8572C589.714 84.1429 591.14 82.7144 592.85 82.7144H645.154C646.864 82.7144 648.289 84.1429 648.289 85.8572V138.286C648.289 140 646.864 141.429 645.154 141.429L592.85 141.286Z" fill="white"/>
|
||||
<path id="Vector_128" d="M645.01 83.4286C646.292 83.4286 647.432 84.5714 647.432 85.8571V138.286C647.432 139.571 646.292 140.714 645.01 140.714H592.848C591.565 140.571 590.425 139.429 590.425 138.143V85.8571C590.425 84.5714 591.565 83.4286 592.848 83.4286H645.01ZM645.01 82H592.848C590.71 82 589 83.7143 589 85.8571V138.286C589 140.286 590.71 142 592.848 142H645.152C647.29 142 649 140.286 649 138.143V85.8571C648.857 83.7143 647.147 82 645.01 82Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_5">
|
||||
<path id="Vector_129" d="M645.01 83.429H592.848C591.566 83.429 590.426 84.5718 590.426 85.8575V138.286C590.426 139.429 591.566 140.572 592.848 140.572H645.153C646.435 140.572 647.575 139.429 647.575 138.143V85.8575C647.433 84.5718 646.293 83.429 645.01 83.429ZM645.295 138.143C645.295 138.286 645.153 138.429 645.01 138.429H592.848C592.706 138.429 592.563 138.286 592.563 138.143V85.8575C592.563 85.7147 592.706 85.5718 592.848 85.5718H645.153C645.295 85.5718 645.438 85.7147 645.438 85.8575L645.295 138.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_130" d="M598.406 132.572H639.879V119.858H598.406V132.572ZM600.401 122.001H637.599V130.572H600.401V122.001Z" fill="#2D5967"/>
|
||||
<path id="Vector_131" d="M632.895 127.858C633.761 127.858 634.463 127.154 634.463 126.286C634.463 125.418 633.761 124.715 632.895 124.715C632.029 124.715 631.328 125.418 631.328 126.286C631.328 127.154 632.029 127.858 632.895 127.858Z" fill="#2D5967"/>
|
||||
<path id="Vector_132" d="M610.948 91.4287H598.406V104.143H611.09L610.948 91.4287ZM608.953 102H600.401V93.4287H608.953V102Z" fill="#2D5967"/>
|
||||
<path id="Vector_133" d="M625.201 91.4287H612.516V104.143H625.201V91.4287ZM623.205 102H614.654V93.4287H623.205V102Z" fill="#2D5967"/>
|
||||
<path id="Vector_134" d="M610.948 105.714H598.406V118.428H611.09L610.948 105.714ZM608.953 116.286H600.401V107.714H608.953V116.286Z" fill="#2D5967"/>
|
||||
<path id="Vector_135" d="M625.201 105.714H612.516V118.428H625.201V105.714ZM623.205 116.286H614.654V107.714H623.205V116.286Z" fill="#2D5967"/>
|
||||
<path id="Vector_136" d="M639.452 91.4287H626.768V104.143H639.452V91.4287ZM637.457 102H628.906V93.4287H637.457V102Z" fill="#2D5967"/>
|
||||
<path id="Vector_137" d="M639.452 105.714H626.768V118.428H639.452V105.714ZM637.457 116.286H628.906V107.714H637.457V116.286Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_3">
|
||||
<text id="IconLabel_7" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="549.445" y="159.816">ADB-D cluster VM2 </tspan></text>
|
||||
<text id="IconLabel_8" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="574.07" y="175.816">(production)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="OCI Virtual Machine_4">
|
||||
<g id="Srv-OCI Virtual Machine_2">
|
||||
<g id="Group_6">
|
||||
<g id="Group_7">
|
||||
<path id="Vector_138" d="M749.35 141.286C747.64 141.286 746.214 139.857 746.214 138.143V85.8572C746.214 84.1429 747.64 82.7144 749.35 82.7144H801.654C803.364 82.7144 804.789 84.1429 804.789 85.8572V138.286C804.789 140 803.364 141.429 801.654 141.429L749.35 141.286Z" fill="white"/>
|
||||
<path id="Vector_139" d="M801.51 83.4286C802.792 83.4286 803.932 84.5714 803.932 85.8571V138.286C803.932 139.571 802.792 140.714 801.51 140.714H749.348C748.065 140.571 746.925 139.429 746.925 138.143V85.8571C746.925 84.5714 748.065 83.4286 749.348 83.4286H801.51ZM801.51 82H749.348C747.21 82 745.5 83.7143 745.5 85.8571V138.286C745.5 140.286 747.21 142 749.348 142H801.652C803.79 142 805.5 140.286 805.5 138.143V85.8571C805.357 83.7143 803.647 82 801.51 82Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_8">
|
||||
<path id="Vector_140" d="M801.51 83.429H749.348C748.066 83.429 746.926 84.5718 746.926 85.8575V138.286C746.926 139.429 748.066 140.572 749.348 140.572H801.653C802.935 140.572 804.075 139.429 804.075 138.143V85.8575C803.933 84.5718 802.793 83.429 801.51 83.429ZM801.795 138.143C801.795 138.286 801.653 138.429 801.51 138.429H749.348C749.206 138.429 749.063 138.286 749.063 138.143V85.8575C749.063 85.7147 749.206 85.5718 749.348 85.5718H801.653C801.795 85.5718 801.938 85.7147 801.938 85.8575L801.795 138.143Z" fill="#A36472"/>
|
||||
<path id="Vector_141" d="M754.906 132.572H796.379V119.858H754.906V132.572ZM756.901 122.001H794.099V130.572H756.901V122.001Z" fill="#A36472"/>
|
||||
<path id="Vector_142" d="M789.395 127.858C790.261 127.858 790.963 127.154 790.963 126.286C790.963 125.418 790.261 124.715 789.395 124.715C788.529 124.715 787.828 125.418 787.828 126.286C787.828 127.154 788.529 127.858 789.395 127.858Z" fill="#A36472"/>
|
||||
<path id="Vector_143" d="M767.448 91.4287H754.906V104.143H767.59L767.448 91.4287ZM765.453 102H756.901V93.4287H765.453V102Z" fill="#A36472"/>
|
||||
<path id="Vector_144" d="M781.701 91.4287H769.016V104.143H781.701V91.4287ZM779.705 102H771.154V93.4287H779.705V102Z" fill="#A36472"/>
|
||||
<path id="Vector_145" d="M767.448 105.714H754.906V118.428H767.59L767.448 105.714ZM765.453 116.286H756.901V107.714H765.453V116.286Z" fill="#A36472"/>
|
||||
<path id="Vector_146" d="M781.701 105.714H769.016V118.428H781.701V105.714ZM779.705 116.286H771.154V107.714H779.705V116.286Z" fill="#A36472"/>
|
||||
<path id="Vector_147" d="M795.952 91.4287H783.268V104.143H795.952V91.4287ZM793.957 102H785.406V93.4287H793.957V102Z" fill="#A36472"/>
|
||||
<path id="Vector_148" d="M795.952 105.714H783.268V118.428H795.952V105.714ZM793.957 116.286H785.406V107.714H793.957V116.286Z" fill="#A36472"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_4">
|
||||
<text id="IconLabel_9" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="705.273" y="159.816">ADB-D cluster VM4 </tspan></text>
|
||||
<text id="IconLabel_10" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="713.047" y="175.816">(non-production)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Group 1269">
|
||||
<g id="Database server_2">
|
||||
<rect x="221.5" y="46.5" width="310" height="141" rx="3.5" fill="#E4E1DD"/>
|
||||
<rect x="221.5" y="46.5" width="310" height="141" rx="3.5" stroke="#9E9892"/>
|
||||
<text id="Database server 1" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" font-weight="600" letter-spacing="0em"><tspan x="229" y="67.816">Database server 1</tspan></text>
|
||||
<rect id="Rectangle 692_2" x="461" y="46" width="64" height="2" fill="#E4E1DD"/>
|
||||
<g id="Icon Master_5">
|
||||
<g id="Database-Server_2">
|
||||
<g id="Group 1564_2">
|
||||
<path id="Vector_149" d="M463.714 58.8099L463.714 35.6671L503.143 35.6671C503.428 35.0956 503.857 34.5242 504.571 34.0956C505.428 33.5242 506.714 33.0956 508.143 32.8099C509.143 32.6671 510.286 32.5242 511.428 32.3813C511.857 32.3813 512.143 32.3813 512.571 32.3813C514.143 32.3813 515.571 32.5242 516.857 32.8099C518.286 33.0956 519.571 33.5242 520.428 34.0956C520.857 34.3813 521.143 34.5242 521.428 34.8099C521.571 34.9528 521.571 34.9528 521.714 35.0956C522 35.5242 522.286 35.9528 522.286 36.5242L522.286 36.6671L522.286 47.5242C522.286 47.9528 522.143 48.3813 521.857 48.8099L521.857 58.8099L463.714 58.8099Z" fill="white"/>
|
||||
<path id="Vector_150" d="M512.571 33.0953C514 33.0953 515.429 33.2382 516.714 33.5239C518.143 33.8096 519.286 34.2382 520 34.6667C520.286 34.8096 520.571 35.0953 520.857 35.381C521 35.5239 521 35.5239 521 35.6667C521.429 35.8096 521.571 36.2382 521.571 36.5239L521.571 36.6667L521.571 47.381C521.571 47.8096 521.429 48.0953 521.143 48.5239L521.143 58.0953L464.429 58.0953L464.429 36.381L503.714 36.381C503.857 35.6667 504.286 35.0953 505 34.6667C505.857 34.0953 507 33.8096 508.429 33.5239C509.429 33.381 510.429 33.2382 511.571 33.0953C511.857 33.0953 512.143 33.0953 512.571 33.0953ZM512.571 31.6667C512.143 31.6667 511.714 31.6667 511.429 31.6667C510.286 31.6667 509.143 31.8096 508.143 32.0953C506.571 32.381 505.286 32.8096 504.286 33.5239C503.571 33.9525 503.143 34.5239 502.714 35.0953L464.429 35.0953L463 35.0953L463 36.5239L463 58.2382L463 59.6667L464.429 59.6667L521.143 59.6667L522.571 59.6667L522.571 58.2382L522.571 49.0953C522.857 48.6667 523 48.0953 523 47.5239L523 36.6667L523 36.5239L523 36.381L523 36.2382C523 35.6667 522.714 34.9525 522.286 34.5239C522.143 34.381 522.143 34.2382 522 34.0953C521.714 33.8096 521.286 33.5239 520.857 33.2382C519.857 32.6667 518.571 32.2382 517 31.9525C515.571 31.8096 514.143 31.6667 512.571 31.6667Z" fill="white"/>
|
||||
<path id="Vector_151" d="M519.286 51.5235L519.286 56.2378L466.286 56.2378L466.286 38.2378L502.143 38.2378L502.143 36.6663C502.143 36.5235 502.143 36.5235 502.143 36.3806L464.429 36.3806L464.429 58.0949L521.143 58.0949L521.143 50.5235C521 50.5235 521 50.6663 520.857 50.6663C520.429 50.952 519.857 51.2378 519.286 51.5235Z" fill="#2D5967"/>
|
||||
<path id="Vector_152" d="M476.286 39.6665L467.714 39.6665L467.714 54.8094L476.286 54.8094L476.286 39.6665ZM474.429 52.9522L469.571 52.9522L469.571 41.6665L474.429 41.6665L474.429 52.9522Z" fill="#2D5967"/>
|
||||
<path id="Vector_153" d="M487.857 39.6665L477.714 39.6665L477.714 46.5236L487.857 46.5236L487.857 39.6665ZM486 44.6665L479.571 44.6665L479.571 41.6665L486 41.6665L486 44.6665Z" fill="#2D5967"/>
|
||||
<path id="Vector_154" d="M487.857 47.9521L477.714 47.9521L477.714 54.8093L487.857 54.8093L487.857 47.9521ZM486 52.9521L479.571 52.9521L479.571 49.8093L486 49.8093L486 52.9521Z" fill="#2D5967"/>
|
||||
<path id="Vector_155" d="M499.429 39.6665L489.286 39.6665L489.286 46.5236L499.429 46.5236L499.429 39.6665ZM497.571 44.6665L491.143 44.6665L491.143 41.6665L497.571 41.6665L497.571 44.6665Z" fill="#2D5967"/>
|
||||
<path id="Vector_156" d="M499.429 47.9521L489.286 47.9521L489.286 54.8093L499.429 54.8093L499.429 47.9521ZM497.571 52.9521L491.143 52.9521L491.143 49.8093L497.571 49.8093L497.571 52.9521Z" fill="#2D5967"/>
|
||||
<path id="Vector_157" d="M472 44.9521C472.552 44.9521 473 44.5044 473 43.9521C473 43.3999 472.552 42.9521 472 42.9521C471.448 42.9521 471 43.3999 471 43.9521C471 44.5044 471.448 44.9521 472 44.9521Z" fill="#2D5967"/>
|
||||
<path id="Vector_158" d="M472 51.5237C472.552 51.5237 473 51.076 473 50.5237C473 49.9714 472.552 49.5237 472 49.5237C471.448 49.5237 471 49.9714 471 50.5237C471 51.076 471.448 51.5237 472 51.5237Z" fill="#2D5967"/>
|
||||
<path id="Vector_159" d="M472 48.2378C472.552 48.2378 473 47.7901 473 47.2378C473 46.6855 472.552 46.2378 472 46.2378C471.448 46.2378 471 46.6855 471 47.2378C471 47.7901 471.448 48.2378 472 48.2378Z" fill="#2D5967"/>
|
||||
<path id="Vector_160" d="M521.571 47.524L521.571 36.6669L521.571 36.524C521.571 36.0955 521.429 35.8097 521.143 35.524C521.143 35.3812 521 35.3812 521 35.2383C520.714 34.9526 520.429 34.8097 520.143 34.524C519.286 34.0955 518.143 33.6669 516.857 33.3812C515.429 33.2383 514 33.0955 512.571 33.0955C512.143 33.0955 511.857 33.0955 511.429 33.0955C510.286 33.0955 509.286 33.2383 508.286 33.524C506.857 33.8097 505.714 34.2383 504.857 34.6669C504 35.2383 503.429 35.9526 503.429 36.6669L503.429 47.3812C503.429 48.0955 503.857 48.8097 504.857 49.3812C505.286 49.6669 505.714 49.8097 506.286 50.0955C506.429 50.0955 506.571 50.2383 506.714 50.2383C507.143 50.3812 507.714 50.524 508.143 50.6669C508.857 50.8097 509.429 50.9526 510.143 50.9526C510.857 50.9526 511.571 51.0955 512.286 51.0955C513.857 51.0955 515.286 50.9526 516.571 50.6669C518 50.3812 519.143 49.9526 520 49.524C521.143 48.9526 521.571 48.2383 521.571 47.524ZM509.571 38.2383C508.714 38.0955 508 37.9526 507.286 37.8097C506.714 37.6669 506.286 37.3812 505.857 37.2383C505.571 37.0955 505.429 36.9526 505.429 36.8097C505.429 36.6669 505.571 36.524 506 36.3812C506.429 36.0955 506.857 35.9526 507.429 35.8097C508.143 35.524 508.857 35.3812 509.714 35.3812C510.714 35.2383 511.714 35.2383 512.714 35.2383C513.857 35.2383 514.857 35.3812 515.857 35.524C516.714 35.6669 517.429 35.8097 518.143 35.9526C518.714 36.0955 519.143 36.3812 519.571 36.524C519.857 36.6669 520 36.8097 520 36.9526C520 37.0955 519.857 37.2383 519.571 37.3812C519.286 37.6669 518.714 37.8097 518.143 37.9526C517.429 38.2383 516.714 38.3812 515.857 38.3812C514.857 38.524 513.857 38.6669 512.714 38.6669C511.571 38.524 510.571 38.3812 509.571 38.2383ZM517.286 39.8097L517.571 39.6669C517.714 39.6669 518 39.524 518.143 39.524L518.714 39.3812L519.286 39.0955L519.429 39.0955L519.571 38.9526L519.571 42.0955C519.571 42.2383 519.429 42.3812 519.143 42.524C518.857 42.8097 518.286 42.9526 517.714 43.0955C517 43.3812 516.286 43.524 515.429 43.524C514.429 43.6669 513.429 43.8097 512.286 43.8097C511.143 43.8097 510.143 43.6669 509.143 43.524C508.286 43.3812 507.571 43.2383 506.857 43.0955C506.286 42.9526 505.857 42.6669 505.429 42.524C505.143 42.3812 505 42.2383 505 42.0955L505 38.9526C505.857 39.3812 506.857 39.6669 508.286 39.9526C509.714 40.2383 511 40.2383 512.429 40.2383L513.286 40.2383L514 40.2383L515.143 40.0955C515.429 40.0955 515.857 39.9526 516.143 39.9526L517.286 39.8097ZM517.857 48.524C517.143 48.8097 516.429 48.9526 515.571 48.9526C514.571 49.0955 513.571 49.2383 512.429 49.2383C511.286 49.2383 510.286 49.0955 509.286 48.9526C508.429 48.8097 507.714 48.6669 507 48.524C506.429 48.3812 506 48.0955 505.571 47.9526C505.286 47.8097 505.143 47.6669 505.143 47.524L505.143 44.2383C506 44.6669 507 44.9526 508.429 45.2383C509.714 45.524 511 45.524 512.429 45.524L513.286 45.524C514.571 45.524 515.714 45.3812 516.857 45.2383C518 45.0955 518.857 44.8097 519.571 44.3812L519.571 47.3812C519.571 47.524 519.429 47.6669 519.143 47.8097C518.857 48.0955 518.429 48.2383 517.857 48.524Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="OCI Virtual Machine_5">
|
||||
<g id="Srv-OCI Virtual Machine_3">
|
||||
<g id="Group_9">
|
||||
<g id="Group_10">
|
||||
<path id="Vector_161" d="M272.35 141.286C270.64 141.286 269.214 139.857 269.214 138.143V85.8572C269.214 84.1429 270.64 82.7144 272.35 82.7144H324.654C326.364 82.7144 327.789 84.1429 327.789 85.8572V138.286C327.789 140 326.364 141.429 324.654 141.429L272.35 141.286Z" fill="white"/>
|
||||
<path id="Vector_162" d="M324.51 83.4286C325.792 83.4286 326.932 84.5714 326.932 85.8571V138.286C326.932 139.571 325.792 140.714 324.51 140.714H272.348C271.065 140.571 269.925 139.429 269.925 138.143V85.8571C269.925 84.5714 271.065 83.4286 272.348 83.4286H324.51ZM324.51 82H272.348C270.21 82 268.5 83.7143 268.5 85.8571V138.286C268.5 140.286 270.21 142 272.348 142H324.652C326.79 142 328.5 140.286 328.5 138.143V85.8571C328.357 83.7143 326.647 82 324.51 82Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_11">
|
||||
<path id="Vector_163" d="M324.51 83.429H272.348C271.066 83.429 269.926 84.5718 269.926 85.8575V138.286C269.926 139.429 271.066 140.572 272.348 140.572H324.653C325.935 140.572 327.075 139.429 327.075 138.143V85.8575C326.933 84.5718 325.793 83.429 324.51 83.429ZM324.795 138.143C324.795 138.286 324.653 138.429 324.51 138.429H272.348C272.206 138.429 272.063 138.286 272.063 138.143V85.8575C272.063 85.7147 272.206 85.5718 272.348 85.5718H324.653C324.795 85.5718 324.938 85.7147 324.938 85.8575L324.795 138.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_164" d="M277.906 132.572H319.379V119.858H277.906V132.572ZM279.901 122.001H317.099V130.572H279.901V122.001Z" fill="#2D5967"/>
|
||||
<path id="Vector_165" d="M312.395 127.858C313.261 127.858 313.963 127.154 313.963 126.286C313.963 125.418 313.261 124.715 312.395 124.715C311.529 124.715 310.828 125.418 310.828 126.286C310.828 127.154 311.529 127.858 312.395 127.858Z" fill="#2D5967"/>
|
||||
<path id="Vector_166" d="M290.448 91.4287H277.906V104.143H290.59L290.448 91.4287ZM288.453 102H279.901V93.4287H288.453V102Z" fill="#2D5967"/>
|
||||
<path id="Vector_167" d="M304.701 91.4287H292.016V104.143H304.701V91.4287ZM302.705 102H294.154V93.4287H302.705V102Z" fill="#2D5967"/>
|
||||
<path id="Vector_168" d="M290.448 105.714H277.906V118.428H290.59L290.448 105.714ZM288.453 116.286H279.901V107.714H288.453V116.286Z" fill="#2D5967"/>
|
||||
<path id="Vector_169" d="M304.701 105.714H292.016V118.428H304.701V105.714ZM302.705 116.286H294.154V107.714H302.705V116.286Z" fill="#2D5967"/>
|
||||
<path id="Vector_170" d="M318.952 91.4287H306.268V104.143H318.952V91.4287ZM316.957 102H308.406V93.4287H316.957V102Z" fill="#2D5967"/>
|
||||
<path id="Vector_171" d="M318.952 105.714H306.268V118.428H318.952V105.714ZM316.957 116.286H308.406V107.714H316.957V116.286Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_5">
|
||||
<text id="IconLabel_11" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="230.141" y="159.816">ADB-D cluster VM1 </tspan></text>
|
||||
<text id="IconLabel_12" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="253.57" y="175.816">(production)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="OCI Virtual Machine_6">
|
||||
<g id="Srv-OCI Virtual Machine_4">
|
||||
<g id="Group_12">
|
||||
<g id="Group_13">
|
||||
<path id="Vector_172" d="M429.85 141.286C428.14 141.286 426.714 139.857 426.714 138.143V85.8572C426.714 84.1429 428.14 82.7144 429.85 82.7144H482.154C483.864 82.7144 485.289 84.1429 485.289 85.8572V138.286C485.289 140 483.864 141.429 482.154 141.429L429.85 141.286Z" fill="white"/>
|
||||
<path id="Vector_173" d="M482.01 83.4286C483.292 83.4286 484.432 84.5714 484.432 85.8571V138.286C484.432 139.571 483.292 140.714 482.01 140.714H429.848C428.565 140.571 427.425 139.429 427.425 138.143V85.8571C427.425 84.5714 428.565 83.4286 429.848 83.4286H482.01ZM482.01 82H429.848C427.71 82 426 83.7143 426 85.8571V138.286C426 140.286 427.71 142 429.848 142H482.152C484.29 142 486 140.286 486 138.143V85.8571C485.857 83.7143 484.147 82 482.01 82Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_14">
|
||||
<path id="Vector_174" d="M482.01 83.429H429.848C428.566 83.429 427.426 84.5718 427.426 85.8575V138.286C427.426 139.429 428.566 140.572 429.848 140.572H482.153C483.435 140.572 484.575 139.429 484.575 138.143V85.8575C484.433 84.5718 483.293 83.429 482.01 83.429ZM482.295 138.143C482.295 138.286 482.153 138.429 482.01 138.429H429.848C429.706 138.429 429.563 138.286 429.563 138.143V85.8575C429.563 85.7147 429.706 85.5718 429.848 85.5718H482.153C482.295 85.5718 482.438 85.7147 482.438 85.8575L482.295 138.143Z" fill="#A36472"/>
|
||||
<path id="Vector_175" d="M435.406 132.572H476.879V119.858H435.406V132.572ZM437.401 122.001H474.599V130.572H437.401V122.001Z" fill="#A36472"/>
|
||||
<path id="Vector_176" d="M469.895 127.858C470.761 127.858 471.463 127.154 471.463 126.286C471.463 125.418 470.761 124.715 469.895 124.715C469.029 124.715 468.328 125.418 468.328 126.286C468.328 127.154 469.029 127.858 469.895 127.858Z" fill="#A36472"/>
|
||||
<path id="Vector_177" d="M447.948 91.4287H435.406V104.143H448.09L447.948 91.4287ZM445.953 102H437.401V93.4287H445.953V102Z" fill="#A36472"/>
|
||||
<path id="Vector_178" d="M462.201 91.4287H449.516V104.143H462.201V91.4287ZM460.205 102H451.654V93.4287H460.205V102Z" fill="#A36472"/>
|
||||
<path id="Vector_179" d="M447.948 105.714H435.406V118.428H448.09L447.948 105.714ZM445.953 116.286H437.401V107.714H445.953V116.286Z" fill="#A36472"/>
|
||||
<path id="Vector_180" d="M462.201 105.714H449.516V118.428H462.201V105.714ZM460.205 116.286H451.654V107.714H460.205V116.286Z" fill="#A36472"/>
|
||||
<path id="Vector_181" d="M476.452 91.4287H463.768V104.143H476.452V91.4287ZM474.457 102H465.906V93.4287H474.457V102Z" fill="#A36472"/>
|
||||
<path id="Vector_182" d="M476.452 105.714H463.768V118.428H476.452V105.714ZM474.457 116.286H465.906V107.714H474.457V116.286Z" fill="#A36472"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_6">
|
||||
<text id="IconLabel_13" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="386.398" y="159.816">ADB-D cluster VM3 </tspan></text>
|
||||
<text id="IconLabel_14" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="393.547" y="175.816">(non-production)</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path id="Vector 96" d="M380.707 356.293C380.317 355.902 379.683 355.902 379.293 356.293L372.929 362.657C372.538 363.047 372.538 363.681 372.929 364.071C373.319 364.462 373.953 364.462 374.343 364.071L380 358.414L385.657 364.071C386.047 364.462 386.681 364.462 387.071 364.071C387.462 363.681 387.462 363.047 387.071 362.657L380.707 356.293ZM380 376H379V377H380V376ZM701 376V377H702V376H701ZM701.707 356.293C701.317 355.902 700.683 355.902 700.293 356.293L693.929 362.657C693.538 363.047 693.538 363.681 693.929 364.071C694.319 364.462 694.953 364.462 695.343 364.071L701 358.414L706.657 364.071C707.047 364.462 707.681 364.462 708.071 364.071C708.462 363.681 708.462 363.047 708.071 362.657L701.707 356.293ZM379 357V376H381V357H379ZM380 377H701V375H380V377ZM702 376V357H700V376H702Z" fill="#312D2A"/>
|
||||
<rect id="Rectangle 3" x="538" y="220" width="8" height="8" fill="#F5F4F2"/>
|
||||
<path id="Vector 97" d="M536.293 395.707C536.683 396.098 537.317 396.098 537.707 395.707L544.071 389.343C544.462 388.953 544.462 388.319 544.071 387.929C543.681 387.538 543.047 387.538 542.657 387.929L537 393.586L531.343 387.929C530.953 387.538 530.319 387.538 529.929 387.929C529.538 388.319 529.538 388.953 529.929 389.343L536.293 395.707ZM536 376V395H538V376H536Z" fill="#312D2A"/>
|
||||
<path id="Vector 120" d="M455.707 188.293C455.317 187.902 454.683 187.902 454.293 188.293L447.929 194.657C447.538 195.047 447.538 195.681 447.929 196.071C448.319 196.462 448.953 196.462 449.343 196.071L455 190.414L460.657 196.071C461.047 196.462 461.681 196.462 462.071 196.071C462.462 195.681 462.462 195.047 462.071 194.657L455.707 188.293ZM454 189L454 219L456 219L456 189L454 189Z" fill="#312D2A"/>
|
||||
<path id="Vector 122" d="M361.293 251.707C361.683 252.098 362.317 252.098 362.707 251.707L369.071 245.343C369.462 244.953 369.462 244.319 369.071 243.929C368.681 243.538 368.047 243.538 367.657 243.929L362 249.586L356.343 243.929C355.953 243.538 355.319 243.538 354.929 243.929C354.538 244.319 354.538 244.953 354.929 245.343L361.293 251.707ZM361 219L361 251L363 251L363 219L361 219Z" fill="#312D2A"/>
|
||||
<path id="Vector 124" d="M682.293 251.707C682.683 252.098 683.317 252.098 683.707 251.707L690.071 245.343C690.462 244.953 690.462 244.319 690.071 243.929C689.681 243.538 689.047 243.538 688.657 243.929L683 249.586L677.343 243.929C676.953 243.538 676.319 243.538 675.929 243.929C675.538 244.319 675.538 244.953 675.929 245.343L682.293 251.707ZM682 219L682 251L684 251L684 219L682 219Z" fill="#312D2A"/>
|
||||
<path id="Vector 123" d="M389.293 251.707C389.683 252.098 390.317 252.098 390.707 251.707L397.071 245.343C397.462 244.953 397.462 244.319 397.071 243.929C396.681 243.538 396.047 243.538 395.657 243.929L390 249.586L384.343 243.929C383.953 243.538 383.319 243.538 382.929 243.929C382.538 244.319 382.538 244.953 382.929 245.343L389.293 251.707ZM389 219L389 251L391 251L391 219L389 219Z" fill="#312D2A"/>
|
||||
<path id="Vector 125" d="M710.293 251.707C710.683 252.098 711.317 252.098 711.707 251.707L718.071 245.343C718.462 244.953 718.462 244.319 718.071 243.929C717.681 243.538 717.047 243.538 716.657 243.929L711 249.586L705.343 243.929C704.953 243.538 704.319 243.538 703.929 243.929C703.538 244.319 703.538 244.953 703.929 245.343L710.293 251.707ZM710 219L710 251L712 251L712 219L710 219Z" fill="#312D2A"/>
|
||||
<path id="Vector 121" d="M619.707 188.293C619.317 187.902 618.683 187.902 618.293 188.293L611.929 194.657C611.538 195.047 611.538 195.681 611.929 196.071C612.319 196.462 612.953 196.462 613.343 196.071L619 190.414L624.657 196.071C625.047 196.462 625.681 196.462 626.071 196.071C626.462 195.681 626.462 195.047 626.071 194.657L619.707 188.293ZM618 189L618 219L620 219L620 189L618 189Z" fill="#312D2A"/>
|
||||
<path id="Vector 119" d="M301.707 187.293C301.317 186.902 300.683 186.902 300.293 187.293L293.929 193.657C293.538 194.047 293.538 194.681 293.929 195.071C294.319 195.462 294.953 195.462 295.343 195.071L301 189.414L306.657 195.071C307.047 195.462 307.681 195.462 308.071 195.071C308.462 194.681 308.462 194.047 308.071 193.657L301.707 187.293ZM301 219H300V220H301V219ZM780 219V220H781V219H780ZM780.707 187.293C780.317 186.902 779.683 186.902 779.293 187.293L772.929 193.657C772.538 194.047 772.538 194.681 772.929 195.071C773.319 195.462 773.953 195.462 774.343 195.071L780 189.414L785.657 195.071C786.047 195.462 786.681 195.462 787.071 195.071C787.462 194.681 787.462 194.047 787.071 193.657L780.707 187.293ZM300 188V219H302V188H300ZM301 220H780V218H301V220ZM781 219V188H779V219H781Z" fill="#312D2A"/>
|
||||
<g id="text box yellow note callout">
|
||||
<g id="Frame 818">
|
||||
<path d="M1 328C1 321.373 6.37258 316 13 316H204V400C204 406.627 198.627 412 192 412H13C6.37259 412 1 406.627 1 400V328Z" fill="#FCEFCB"/>
|
||||
<path d="M1 328C1 321.373 6.37258 316 13 316H204V400C204 406.627 198.627 412 192 412H13C6.37259 412 1 406.627 1 400V328Z" stroke="#DEB068"/>
|
||||
<text id="Text box: Note Callout
Use: To show a note about part of a diagram." fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="9" y="337.816">Exadata Database System </tspan><tspan x="9" y="353.816">can host a total of 8 VM </tspan><tspan x="9" y="369.816">clusters for Autonomous </tspan><tspan x="9" y="385.816">and Non-Autonomous </tspan><tspan x="9" y="401.816">Databases</tspan></text>
|
||||
</g>
|
||||
<path id="Vector 44" d="M326 316H204" stroke="#DEB068"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_19220_7205">
|
||||
<rect width="863" height="487" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 63 KiB |
@@ -0,0 +1,7 @@
|
||||
The diagram you downloaded is available in these formats:
|
||||
- DRAWIO
|
||||
- SVG
|
||||
|
||||
You can customize them for your organization using the associated tools:
|
||||
- For DRAWIO format, use draw.io for Confluence, online at diagrams.net, or the desktop app. Go to diagrams.net for more information.
|
||||
- For SVG format, use an SVG editor such as Inkscape or Sketsa SVG Editor, which are free and available for Windows, macOS, Linux.
|
||||
Reference in New Issue
Block a user