Updated OCI icon set (2020) (#205)

* New OCI icons

* New OCI services

* Updated colour and platform name
pull/222/head
Lucian Fratila 5 years ago committed by GitHub
parent 950758c4ae
commit e9ef928cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ UPPER_WORDS = {
"api", "cm", "ccm", "crb", "crd", "ds", "etcd", "hpa", "k8s", "ns", "psp", "pv", "pvc", "rb", "rs",
"sa", "sc", "sts", "svc",
),
"oci": ("oci",),
"oci": ("oci", "oke", "ocir"),
"elastic": ("apm", "siem", "ece", "eck"),
"generic": ("vpn", "ios", "xen"),
"openstack": ("rpm", "loci", "nfv", "ec2api"),
@ -362,13 +362,19 @@ ALIASES = {
"oci": {
"compute": {
"Vm": "VirtualMachine",
"VmGrey": "VirtualMachineGrey",
"VmWhite": "VirtualMachineWhite",
"Bm": "BareMetal",
"BmGrey": "BareMetalGrey",
"BmWhite": "BareMetalWhite",
"OCIR": "OCIRegistry",
"OCIRWhite": "OCIRegistryWhite",
"OKE": "ContainerEngine",
"OKEWhite": "ContainerEngineWhite",
},
"database": {
"AutonomousDatabase": "ADB",
"AutonomousDatabaseWhite": "ADBWhite",
"Databaseservice": "DBService",
"DatabaseserviceGrey": "DBServiceGrey",
"DatabaseserviceWhite": "DBServiceWhite",
}
},
"programming": {

@ -1,5 +1,5 @@
"""
OCI provides a set of services for Oracle Cloud provider.
OCI provides a set of services for Oracle Cloud Infrastructure provider.
"""
from diagrams import Node
@ -9,4 +9,4 @@ class _OCI(Node):
_provider = "oci"
_icon_dir = "resources/oci"
fontcolor = "#2d3436"
fontcolor = "#312D2A"

@ -8,24 +8,64 @@ class _Compute(_OCI):
_icon_dir = "resources/oci/compute"
class BmGrey(_Compute):
_icon = "bm-grey.png"
class AutoScaleWhite(_Compute):
_icon = "autoscale-white.png"
class AutoScale(_Compute):
_icon = "autoscale.png"
class BmWhite(_Compute):
_icon = "bm-white.png"
class Bm(_Compute):
_icon = "bm.png"
class ContainerGrey(_Compute):
_icon = "container-grey.png"
class ContainerWhite(_Compute):
_icon = "container-white.png"
class Container(_Compute):
_icon = "container.png"
class VmGrey(_Compute):
_icon = "vm-grey.png"
class FunctionsWhite(_Compute):
_icon = "functions-white.png"
class Functions(_Compute):
_icon = "functions.png"
class InstancePoolsWhite(_Compute):
_icon = "instancepools.png"
class InstancePools(_Compute):
_icon = "instancepools.png"
class OCIRWhite(_Compute):
_icon = "ociregistry-white.png"
class OCIR(_Compute):
_icon = "ociregistry.png"
class OKEWhite(_Compute):
_icon = "containerengine-white.png"
class OKE(_Compute):
_icon = "containerengine.png"
class VmWhite(_Compute):
_icon = "vm-white.png"
class Vm(_Compute):
@ -35,6 +75,6 @@ class Vm(_Compute):
# Aliases
VirtualMachine = Vm
VirtualMachineGrey = VmGrey
VirtualMachineWhite = VmWhite
BareMetal = Bm
BareMetalGrey = BmGrey
BareMetalWhite = BmWhite

@ -8,40 +8,40 @@ class _Connectivity(_OCI):
_icon_dir = "resources/oci/connectivity"
class BackboneGrey(_Connectivity):
_icon = "backbone-grey.png"
class BackboneWhite(_Connectivity):
_icon = "backbone-white.png"
class Backbone(_Connectivity):
_icon = "backbone.png"
class CustomerdatacenterGrey(_Connectivity):
_icon = "customerdatacenter-grey.png"
class CustomerdatacenterWhite(_Connectivity):
_icon = "customerdatacenter-white.png"
class Customerdatacenter(_Connectivity):
_icon = "customerdatacenter.png"
class CustomerpremisesequipGrey(_Connectivity):
_icon = "customerpremisesequip-grey.png"
class CustomerpremisesequipWhite(_Connectivity):
_icon = "customerpremisesequip-white.png"
class Customerpremisesequip(_Connectivity):
_icon = "customerpremisesequip.png"
class FastconnectGrey(_Connectivity):
_icon = "fastconnect-grey.png"
class FastconnectWhite(_Connectivity):
_icon = "fastconnect-white.png"
class Fastconnect(_Connectivity):
_icon = "fastconnect.png"
class VpnGrey(_Connectivity):
_icon = "vpn-grey.png"
class VpnWhite(_Connectivity):
_icon = "vpn-white.png"
class Vpn(_Connectivity):

@ -8,8 +8,16 @@ class _Database(_OCI):
_icon_dir = "resources/oci/database"
class DatabaseserviceGrey(_Database):
_icon = "databaseservice-grey.png"
class AutonomousDatabaseWhite(_Database):
_icon = "autonomous-white.png"
class AutonomousDatabase(_Database):
_icon = "autonomous.png"
class DatabaseserviceWhite(_Database):
_icon = "databaseservice-white.png"
class Databaseservice(_Database):
@ -18,5 +26,7 @@ class Databaseservice(_Database):
# Aliases
ADB = AutonomousDatabase
ADBWhite = AutonomousDatabaseWhite
DBService = Databaseservice
DBServiceGrey = DatabaseserviceGrey
DBServiceWhite = DatabaseserviceWhite

@ -8,16 +8,24 @@ class _Devops(_OCI):
_icon_dir = "resources/oci/devops"
class ApiserviceGrey(_Devops):
_icon = "apiservice-grey.png"
class ApigatewayWhite(_Devops):
_icon = "apigateway-white.png"
class Apigateway(_Devops):
_icon = "apigateway.png"
class ApiserviceWhite(_Devops):
_icon = "apiservice-white.png"
class Apiservice(_Devops):
_icon = "apiservice.png"
class ResourcemgmtGrey(_Devops):
_icon = "resourcemgmt-grey.png"
class ResourcemgmtWhite(_Devops):
_icon = "resourcemgmt-white.png"
class Resourcemgmt(_Devops):

@ -8,32 +8,32 @@ class _Edge(_OCI):
_icon_dir = "resources/oci/edge"
class CdnGrey(_Edge):
_icon = "cdn-grey.png"
class CdnWhite(_Edge):
_icon = "cdn-white.png"
class Cdn(_Edge):
_icon = "cdn.png"
class DnsGrey(_Edge):
_icon = "dns-grey.png"
class DnsWhite(_Edge):
_icon = "dns-white.png"
class Dns(_Edge):
_icon = "dns.png"
class EmaildeliveryGrey(_Edge):
_icon = "emaildelivery-grey.png"
class EmaildeliveryWhite(_Edge):
_icon = "emaildelivery-white.png"
class Emaildelivery(_Edge):
_icon = "emaildelivery.png"
class WafGrey(_Edge):
_icon = "waf-grey.png"
class WafWhite(_Edge):
_icon = "waf-white.png"
class Waf(_Edge):

@ -8,80 +8,80 @@ class _Monitoring(_OCI):
_icon_dir = "resources/oci/monitoring"
class AlarmGrey(_Monitoring):
_icon = "alarm-grey.png"
class AlarmWhite(_Monitoring):
_icon = "alarm-white.png"
class Alarm(_Monitoring):
_icon = "alarm.png"
class EventGrey(_Monitoring):
_icon = "event-grey.png"
class EventWhite(_Monitoring):
_icon = "event-white.png"
class Event(_Monitoring):
_icon = "event.png"
class HealthcheckGrey(_Monitoring):
_icon = "healthcheck-grey.png"
class HealthcheckWhite(_Monitoring):
_icon = "healthcheck-white.png"
class Healthcheck(_Monitoring):
_icon = "healthcheck.png"
class LoggingGrey(_Monitoring):
_icon = "logging-grey.png"
class LoggingWhite(_Monitoring):
_icon = "logging-white.png"
class Logging(_Monitoring):
_icon = "logging.png"
class NotificationsGrey(_Monitoring):
_icon = "notifications-grey.png"
class NotificationsWhite(_Monitoring):
_icon = "notifications-white.png"
class Notifications(_Monitoring):
_icon = "notifications.png"
class QueuingGrey(_Monitoring):
_icon = "queuing-grey.png"
class QueuingWhite(_Monitoring):
_icon = "queuing-white.png"
class Queuing(_Monitoring):
_icon = "queuing.png"
class SearchGrey(_Monitoring):
_icon = "search-grey.png"
class SearchWhite(_Monitoring):
_icon = "search-white.png"
class Search(_Monitoring):
_icon = "search.png"
class StreamingGrey(_Monitoring):
_icon = "streaming-grey.png"
class StreamingWhite(_Monitoring):
_icon = "streaming-white.png"
class Streaming(_Monitoring):
_icon = "streaming.png"
class TelemetryGrey(_Monitoring):
_icon = "telemetry-grey.png"
class TelemetryWhite(_Monitoring):
_icon = "telemetry-white.png"
class Telemetry(_Monitoring):
_icon = "telemetry.png"
class WorkflowGrey(_Monitoring):
_icon = "workflow-grey.png"
class WorkflowWhite(_Monitoring):
_icon = "workflow-white.png"
class Workflow(_Monitoring):

@ -8,64 +8,72 @@ class _Network(_OCI):
_icon_dir = "resources/oci/network"
class DrgGrey(_Network):
_icon = "drg-grey.png"
class DrgWhite(_Network):
_icon = "drg-white.png"
class Drg(_Network):
_icon = "drg.png"
class FirewallGrey(_Network):
_icon = "firewall-grey.png"
class FirewallWhite(_Network):
_icon = "firewall-white.png"
class Firewall(_Network):
_icon = "firewall.png"
class InternetgatewayGrey(_Network):
_icon = "internetgateway-grey.png"
class InternetgatewayWhite(_Network):
_icon = "internetgateway-white.png"
class Internetgateway(_Network):
_icon = "internetgateway.png"
class LoadbalanceGrey(_Network):
_icon = "loadbalance-grey.png"
class LoadbalanceWhite(_Network):
_icon = "loadbalance-white.png"
class Loadbalance(_Network):
_icon = "loadbalance.png"
class RoutetableGrey(_Network):
_icon = "routetable-grey.png"
class NATgatewayWhite(_Network):
_icon = "natgateway-white.png"
class NATgateway(_Network):
_icon = "natgateway.png"
class RoutetableWhite(_Network):
_icon = "routetable-white.png"
class Routetable(_Network):
_icon = "routetable.png"
class SecuritylistsGrey(_Network):
_icon = "securitylists-grey.png"
class SecuritylistsWhite(_Network):
_icon = "securitylists-white.png"
class Securitylists(_Network):
_icon = "securitylists.png"
class ServiceGatewayGrey(_Network):
_icon = "service-gateway-grey.png"
class ServiceGatewayWhite(_Network):
_icon = "service-gateway-white.png"
class ServiceGateway(_Network):
_icon = "service-gateway.png"
class VcloudnetworkGrey(_Network):
_icon = "vcloudnetwork-grey.png"
class VcloudnetworkWhite(_Network):
_icon = "vcloudnetwork-white.png"
class Vcloudnetwork(_Network):

@ -8,84 +8,100 @@ class _Security(_OCI):
_icon_dir = "resources/oci/security"
class AuditGrey(_Security):
_icon = "audit-grey.png"
class AuditWhite(_Security):
_icon = "audit-white.png"
class Audit(_Security):
_icon = "audit.png"
class CompartmentsGrey(_Security):
_icon = "compartments-grey.png"
class CloudGuardWhite(_Security):
_icon = "cloudguard-white.png"
class CloudGuard(_Security):
_icon = "cloudguard.png"
class CompartmentsWhite(_Security):
_icon = "compartments-white.png"
class Compartments(_Security):
_icon = "compartments.png"
class DdosGrey(_Security):
_icon = "ddos-grey.png"
class DdosWhite(_Security):
_icon = "ddos-white.png"
class Ddos(_Security):
_icon = "ddos.png"
class EncryptionGrey(_Security):
_icon = "encryption-grey.png"
class EncryptionWhite(_Security):
_icon = "encryption-white.png"
class Encryption(_Security):
_icon = "encryption.png"
class GroupsGrey(_Security):
_icon = "groups-grey.png"
class GroupsWhite(_Security):
_icon = "groups-white.png"
class Groups(_Security):
_icon = "groups.png"
class IdAccessGrey(_Security):
_icon = "id-access-grey.png"
class IdAccessWhite(_Security):
_icon = "id-access-white.png"
class IdAccess(_Security):
_icon = "id-access.png"
class KeymgmtGrey(_Security):
_icon = "keymgmt-grey.png"
class KeymgmtWhite(_Security):
_icon = "keymgmt-white.png"
class Keymgmt(_Security):
_icon = "keymgmt.png"
class OcidGrey(_Security):
_icon = "ocid-grey.png"
class OcidWhite(_Security):
_icon = "ocid-white.png"
class Ocid(_Security):
_icon = "ocid.png"
class PoliciesGrey(_Security):
_icon = "policies-grey.png"
class PoliciesWhite(_Security):
_icon = "policies-white.png"
class Policies(_Security):
_icon = "policies.png"
class TaggingGrey(_Security):
_icon = "tagging-grey.png"
class TaggingWhite(_Security):
_icon = "tagging-white.png"
class Tagging(_Security):
_icon = "tagging.png"
class VaultWhite(_Security):
_icon = "vault-white.png"
class Vault(_Security):
_icon = "vault.png"
# Aliases

@ -8,56 +8,56 @@ class _Storage(_OCI):
_icon_dir = "resources/oci/storage"
class BackuprestoreGrey(_Storage):
_icon = "backuprestore-grey.png"
class BackuprestoreWhite(_Storage):
_icon = "backuprestore-white.png"
class Backuprestore(_Storage):
_icon = "backuprestore.png"
class BlockstorageGrey(_Storage):
_icon = "blockstorage-grey.png"
class BlockstorageWhite(_Storage):
_icon = "blockstorage-white.png"
class Blockstorage(_Storage):
_icon = "blockstorage.png"
class BucketsGrey(_Storage):
_icon = "buckets-grey.png"
class BucketsWhite(_Storage):
_icon = "buckets-white.png"
class Buckets(_Storage):
_icon = "buckets.png"
class DatatransferGrey(_Storage):
_icon = "datatransfer-grey.png"
class DatatransferWhite(_Storage):
_icon = "datatransfer-white.png"
class Datatransfer(_Storage):
_icon = "datatransfer.png"
class FilestorageGrey(_Storage):
_icon = "filestorage-grey.png"
class FilestorageWhite(_Storage):
_icon = "filestorage-white.png"
class Filestorage(_Storage):
_icon = "filestorage.png"
class ObjectstorageGrey(_Storage):
_icon = "objectstorage-grey.png"
class ObjectstorageWhite(_Storage):
_icon = "objectstorage-white.png"
class Objectstorage(_Storage):
_icon = "objectstorage.png"
class StoragegatewayGrey(_Storage):
_icon = "storagegateway-grey.png"
class StoragegatewayWhite(_Storage):
_icon = "storagegateway-white.png"
class Storagegateway(_Storage):

@ -7,127 +7,147 @@ Node classes list of oci provider.
## oci.compute
- **diagrams.oci.compute.BmGrey**, **BareMetalGrey** (alias)
- **diagrams.oci.compute.AutoScaleWhite**
- **diagrams.oci.compute.AutoScale**
- **diagrams.oci.compute.BmWhite**, **BareMetalWhite** (alias)
- **diagrams.oci.compute.Bm**, **BareMetal** (alias)
- **diagrams.oci.compute.ContainerGrey**
- **diagrams.oci.compute.ContainerWhite**
- **diagrams.oci.compute.Container**
- **diagrams.oci.compute.VmGrey**, **VirtualMachineGrey** (alias)
- **diagrams.oci.compute.FunctionsWhite**
- **diagrams.oci.compute.Functions**
- **diagrams.oci.compute.InstancePoolsWhite**
- **diagrams.oci.compute.InstancePools**
- **diagrams.oci.compute.OCIRWhite**, **OCIRegistryWhite** (alias)
- **diagrams.oci.compute.OCIR**, **OCIRegistry** (alias)
- **diagrams.oci.compute.OKEWhite**, **ContainerEngineWhite** (aliass)
- **diagrams.oci.compute.OKE**, **ContainerEngine** (alias)
- **diagrams.oci.compute.VmWhite**, **VirtualMachineWhite** (alias)
- **diagrams.oci.compute.Vm**, **VirtualMachine** (alias)
## oci.connectivity
- **diagrams.oci.connectivity.BackboneGrey**
- **diagrams.oci.connectivity.BackboneWhite**
- **diagrams.oci.connectivity.Backbone**
- **diagrams.oci.connectivity.CustomerdatacenterGrey**
- **diagrams.oci.connectivity.CustomerdatacenterWhite**
- **diagrams.oci.connectivity.Customerdatacenter**
- **diagrams.oci.connectivity.CustomerpremisesequipGrey**
- **diagrams.oci.connectivity.CustomerpremisesequipWhite**
- **diagrams.oci.connectivity.Customerpremisesequip**
- **diagrams.oci.connectivity.FastconnectGrey**
- **diagrams.oci.connectivity.FastconnectWhite**
- **diagrams.oci.connectivity.Fastconnect**
- **diagrams.oci.connectivity.VpnGrey**
- **diagrams.oci.connectivity.VpnWhite**
- **diagrams.oci.connectivity.Vpn**
## oci.database
- **diagrams.oci.database.DatabaseserviceGrey**, **DBServiceGrey** (alias)
- **diagrams.oci.database.AutonomousDatabaseWhite**, **ADBWhite** (alias)
- **diagrams.oci.database.AutonomousDatabase**, **ADB** (alias)
- **diagrams.oci.database.DatabaseserviceWhite**, **DBServiceWhite** (alias)
- **diagrams.oci.database.Databaseservice**, **DBService** (alias)
## oci.devops
- **diagrams.oci.devops.ApiserviceGrey**
- **diagrams.oci.devops.ApigatewayWhite**
- **diagrams.oci.devops.Apigateway**
- **diagrams.oci.devops.ApiserviceWhite**
- **diagrams.oci.devops.Apiservice**
- **diagrams.oci.devops.ResourcemgmtGrey**
- **diagrams.oci.devops.ResourcemgmtWhite**
- **diagrams.oci.devops.Resourcemgmt**
## oci.edge
- **diagrams.oci.edge.CdnGrey**
- **diagrams.oci.edge.CdnWhite**
- **diagrams.oci.edge.Cdn**
- **diagrams.oci.edge.DnsGrey**
- **diagrams.oci.edge.DnsWhite**
- **diagrams.oci.edge.Dns**
- **diagrams.oci.edge.EmaildeliveryGrey**
- **diagrams.oci.edge.EmaildeliveryWhite**
- **diagrams.oci.edge.Emaildelivery**
- **diagrams.oci.edge.WafGrey**
- **diagrams.oci.edge.WafWhite**
- **diagrams.oci.edge.Waf**
## oci.monitoring
- **diagrams.oci.monitoring.AlarmGrey**
- **diagrams.oci.monitoring.AlarmWhite**
- **diagrams.oci.monitoring.Alarm**
- **diagrams.oci.monitoring.EventGrey**
- **diagrams.oci.monitoring.EventWhite**
- **diagrams.oci.monitoring.Event**
- **diagrams.oci.monitoring.HealthcheckGrey**
- **diagrams.oci.monitoring.HealthcheckWhite**
- **diagrams.oci.monitoring.Healthcheck**
- **diagrams.oci.monitoring.LoggingGrey**
- **diagrams.oci.monitoring.LoggingWhite**
- **diagrams.oci.monitoring.Logging**
- **diagrams.oci.monitoring.NotificationsGrey**
- **diagrams.oci.monitoring.NotificationsWhite**
- **diagrams.oci.monitoring.Notifications**
- **diagrams.oci.monitoring.QueuingGrey**
- **diagrams.oci.monitoring.QueuingWhite**
- **diagrams.oci.monitoring.Queuing**
- **diagrams.oci.monitoring.SearchGrey**
- **diagrams.oci.monitoring.SearchWhite**
- **diagrams.oci.monitoring.Search**
- **diagrams.oci.monitoring.StreamingGrey**
- **diagrams.oci.monitoring.StreamingWhite**
- **diagrams.oci.monitoring.Streaming**
- **diagrams.oci.monitoring.TelemetryGrey**
- **diagrams.oci.monitoring.TelemetryWhite**
- **diagrams.oci.monitoring.Telemetry**
- **diagrams.oci.monitoring.WorkflowGrey**
- **diagrams.oci.monitoring.WorkflowWhite**
- **diagrams.oci.monitoring.Workflow**
## oci.network
- **diagrams.oci.network.DrgGrey**
- **diagrams.oci.network.DrgWhite**
- **diagrams.oci.network.Drg**
- **diagrams.oci.network.FirewallGrey**
- **diagrams.oci.network.FirewallWhite**
- **diagrams.oci.network.Firewall**
- **diagrams.oci.network.InternetgatewayGrey**
- **diagrams.oci.network.InternetgatewayWhite**
- **diagrams.oci.network.Internetgateway**
- **diagrams.oci.network.LoadbalanceGrey**
- **diagrams.oci.network.LoadbalanceWhite**
- **diagrams.oci.network.Loadbalance**
- **diagrams.oci.network.RoutetableGrey**
- **diagrams.oci.network.NATgatewayWhite**
- **diagrams.oci.network.NATgateway**
- **diagrams.oci.network.RoutetableWhite**
- **diagrams.oci.network.Routetable**
- **diagrams.oci.network.SecuritylistsGrey**
- **diagrams.oci.network.SecuritylistsWhite**
- **diagrams.oci.network.Securitylists**
- **diagrams.oci.network.ServiceGatewayGrey**
- **diagrams.oci.network.ServiceGatewayWhite**
- **diagrams.oci.network.ServiceGateway**
- **diagrams.oci.network.VcloudnetworkGrey**
- **diagrams.oci.network.VcloudnetworkWhite**
- **diagrams.oci.network.Vcloudnetwork**
## oci.security
- **diagrams.oci.security.AuditGrey**
- **diagrams.oci.security.AuditWhite**
- **diagrams.oci.security.Audit**
- **diagrams.oci.security.CompartmentsGrey**
- **diagrams.oci.security.CompartmentsWhite**
- **diagrams.oci.security.Compartments**
- **diagrams.oci.security.DdosGrey**
- **diagrams.oci.security.CloudGuardWhite**
- **diagrams.oci.security.CloudGuard**
- **diagrams.oci.security.DdosWhite**
- **diagrams.oci.security.Ddos**
- **diagrams.oci.security.EncryptionGrey**
- **diagrams.oci.security.EncryptionWhite**
- **diagrams.oci.security.Encryption**
- **diagrams.oci.security.GroupsGrey**
- **diagrams.oci.security.GroupsWhite**
- **diagrams.oci.security.Groups**
- **diagrams.oci.security.IdAccessGrey**
- **diagrams.oci.security.IdAccessWhite**
- **diagrams.oci.security.IdAccess**
- **diagrams.oci.security.KeymgmtGrey**
- **diagrams.oci.security.KeymgmtWhite**
- **diagrams.oci.security.Keymgmt**
- **diagrams.oci.security.OcidGrey**
- **diagrams.oci.security.OcidWhite**
- **diagrams.oci.security.Ocid**
- **diagrams.oci.security.PoliciesGrey**
- **diagrams.oci.security.PoliciesWhite**
- **diagrams.oci.security.Policies**
- **diagrams.oci.security.TaggingGrey**
- **diagrams.oci.security.TaggingWhite**
- **diagrams.oci.security.Tagging**
- **diagrams.oci.security.VaultWhite**
- **diagrams.oci.security.Vault**
## oci.storage
- **diagrams.oci.storage.BackuprestoreGrey**
- **diagrams.oci.storage.BackuprestoreWhite**
- **diagrams.oci.storage.Backuprestore**
- **diagrams.oci.storage.BlockstorageGrey**
- **diagrams.oci.storage.BlockstorageWhite**
- **diagrams.oci.storage.Blockstorage**
- **diagrams.oci.storage.BucketsGrey**
- **diagrams.oci.storage.BucketsWhite**
- **diagrams.oci.storage.Buckets**
- **diagrams.oci.storage.DatatransferGrey**
- **diagrams.oci.storage.DatatransferWhite**
- **diagrams.oci.storage.Datatransfer**
- **diagrams.oci.storage.FilestorageGrey**
- **diagrams.oci.storage.FilestorageWhite**
- **diagrams.oci.storage.Filestorage**
- **diagrams.oci.storage.ObjectstorageGrey**
- **diagrams.oci.storage.ObjectstorageWhite**
- **diagrams.oci.storage.Objectstorage**
- **diagrams.oci.storage.StoragegatewayGrey**
- **diagrams.oci.storage.StoragegatewayWhite**
- **diagrams.oci.storage.Storagegateway**

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save