pull/572/merge
gabriel-tessier 3 years ago committed by GitHub
commit 0ab958d879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,11 +29,11 @@ fi
# preprocess the resources # preprocess the resources
for pvd in "${providers[@]}"; do for pvd in "${providers[@]}"; do
# convert the svg to png for azure provider # convert the svg to png for azure provider
if [ "$pvd" = "onprem" ] || [ "$pvd" = "azure" ]; then if [ "$pvd" = "onprem" ] || [ "$pvd" = "azure" ] || [ "$pvd" == "oci" ]; then
echo "converting the svg to png using inkscape for provider '$pvd'" echo "converting the svg to png using inkscape for provider '$pvd'"
python -m scripts.resource svg2png "$pvd" python -m scripts.resource svg2png "$pvd"
fi fi
if [ "$pvd" == "oci" ] || [ "$pvd" = "ibm" ]; then if [ "$pvd" = "ibm" ]; then
echo "converting the svg to png using image magick for provider '$pvd'" echo "converting the svg to png using image magick for provider '$pvd'"
python -m scripts.resource svg2png2 "$pvd" python -m scripts.resource svg2png2 "$pvd"
fi fi

@ -8,64 +8,40 @@ class _Compute(_OCI):
_icon_dir = "resources/oci/compute" _icon_dir = "resources/oci/compute"
class AutoscaleWhite(_Compute): class Apex(_Compute):
_icon = "autoscale-white.png" _icon = "apex.png"
class Autoscale(_Compute): class Autoscale(_Compute):
_icon = "autoscale.png" _icon = "autoscale.png"
class BMWhite(_Compute):
_icon = "bm-white.png"
class BM(_Compute): class BM(_Compute):
_icon = "bm.png" _icon = "bm.png"
class ContainerWhite(_Compute):
_icon = "container-white.png"
class Container(_Compute): class Container(_Compute):
_icon = "container.png" _icon = "container.png"
class FunctionsWhite(_Compute):
_icon = "functions-white.png"
class Functions(_Compute): class Functions(_Compute):
_icon = "functions.png" _icon = "functions.png"
class InstancePoolsWhite(_Compute):
_icon = "instance-pools-white.png"
class InstancePools(_Compute): class InstancePools(_Compute):
_icon = "instance-pools.png" _icon = "instance-pools.png"
class OCIRWhite(_Compute):
_icon = "ocir-white.png"
class OCIR(_Compute): class OCIR(_Compute):
_icon = "ocir.png" _icon = "ocir.png"
class OKEWhite(_Compute):
_icon = "oke-white.png"
class OKE(_Compute): class OKE(_Compute):
_icon = "oke.png" _icon = "oke.png"
class VMWhite(_Compute): class Red(_Compute):
_icon = "vm-white.png" _icon = "red.png"
class VM(_Compute): class VM(_Compute):

@ -8,18 +8,10 @@ class _Connectivity(_OCI):
_icon_dir = "resources/oci/connectivity" _icon_dir = "resources/oci/connectivity"
class BackboneWhite(_Connectivity):
_icon = "backbone-white.png"
class Backbone(_Connectivity): class Backbone(_Connectivity):
_icon = "backbone.png" _icon = "backbone.png"
class CDNWhite(_Connectivity):
_icon = "cdn-white.png"
class CDN(_Connectivity): class CDN(_Connectivity):
_icon = "cdn.png" _icon = "cdn.png"
@ -28,52 +20,40 @@ class CustomerDatacenter(_Connectivity):
_icon = "customer-datacenter.png" _icon = "customer-datacenter.png"
class CustomerDatacntrWhite(_Connectivity):
_icon = "customer-datacntr-white.png"
class CustomerPremiseWhite(_Connectivity):
_icon = "customer-premise-white.png"
class CustomerPremise(_Connectivity): class CustomerPremise(_Connectivity):
_icon = "customer-premise.png" _icon = "customer-premise.png"
class DisconnectedRegionsWhite(_Connectivity): class Datacenter(_Connectivity):
_icon = "disconnected-regions-white.png" _icon = "datacenter.png"
class DisconnectedRegions(_Connectivity): class DisconnectedRegions(_Connectivity):
_icon = "disconnected-regions.png" _icon = "disconnected-regions.png"
class DNSWhite(_Connectivity):
_icon = "dns-white.png"
class DNS(_Connectivity): class DNS(_Connectivity):
_icon = "dns.png" _icon = "dns.png"
class FastConnectWhite(_Connectivity):
_icon = "fast-connect-white.png"
class FastConnect(_Connectivity): class FastConnect(_Connectivity):
_icon = "fast-connect.png" _icon = "fast-connect.png"
class NATGatewayWhite(_Connectivity): class LocalPeeringGateway(_Connectivity):
_icon = "nat-gateway-white.png" _icon = "local-peering-gateway.png"
class NATGateway(_Connectivity): class NATGateway(_Connectivity):
_icon = "nat-gateway.png" _icon = "nat-gateway.png"
class VPNWhite(_Connectivity): class RemotePeeringGateway(_Connectivity):
_icon = "vpn-white.png" _icon = "remote-peering-gateway.png"
class ServiceConnectorHub(_Connectivity):
_icon = "service-connector-hub.png"
class VPN(_Connectivity): class VPN(_Connectivity):

@ -8,72 +8,64 @@ class _Database(_OCI):
_icon_dir = "resources/oci/database" _icon_dir = "resources/oci/database"
class AutonomousWhite(_Database): class AutonomousDataWarehouseCs(_Database):
_icon = "autonomous-white.png" _icon = "autonomous-data-warehouse-cs.png"
class Autonomous(_Database): class AutonomousDataWarehouse(_Database):
_icon = "autonomous.png" _icon = "autonomous-data-warehouse.png"
class BigdataServiceWhite(_Database): class AutonomousTransactionProcessing(_Database):
_icon = "bigdata-service-white.png" _icon = "autonomous-transaction-processing.png"
class BigdataService(_Database): class Autonomous(_Database):
_icon = "bigdata-service.png" _icon = "autonomous.png"
class DatabaseServiceWhite(_Database): class BigdataService(_Database):
_icon = "database-service-white.png" _icon = "bigdata-service.png"
class DatabaseService(_Database): class DatabaseService(_Database):
_icon = "database-service.png" _icon = "database-service.png"
class DataflowApacheWhite(_Database):
_icon = "dataflow-apache-white.png"
class DataflowApache(_Database): class DataflowApache(_Database):
_icon = "dataflow-apache.png" _icon = "dataflow-apache.png"
class DcatWhite(_Database):
_icon = "dcat-white.png"
class Dcat(_Database): class Dcat(_Database):
_icon = "dcat.png" _icon = "dcat.png"
class DisWhite(_Database): class Dcs(_Database):
_icon = "dis-white.png" _icon = "dcs.png"
class Dis(_Database): class Dis(_Database):
_icon = "dis.png" _icon = "dis.png"
class DMSWhite(_Database):
_icon = "dms-white.png"
class DMS(_Database): class DMS(_Database):
_icon = "dms.png" _icon = "dms.png"
class ScienceWhite(_Database): class Exadata(_Database):
_icon = "science-white.png" _icon = "exadata.png"
class Science(_Database): class Mysql(_Database):
_icon = "science.png" _icon = "mysql.png"
class Nosql(_Database):
_icon = "nosql.png"
class StreamWhite(_Database): class Science(_Database):
_icon = "stream-white.png" _icon = "science.png"
class Stream(_Database): class Stream(_Database):

@ -8,24 +8,20 @@ class _Devops(_OCI):
_icon_dir = "resources/oci/devops" _icon_dir = "resources/oci/devops"
class APIGatewayWhite(_Devops): class Analytics(_Devops):
_icon = "api-gateway-white.png" _icon = "analytics.png"
class APIGateway(_Devops): class APIGateway(_Devops):
_icon = "api-gateway.png" _icon = "api-gateway.png"
class APIServiceWhite(_Devops):
_icon = "api-service-white.png"
class APIService(_Devops): class APIService(_Devops):
_icon = "api-service.png" _icon = "api-service.png"
class ResourceMgmtWhite(_Devops): class MarketPlace(_Devops):
_icon = "resource-mgmt-white.png" _icon = "market-place.png"
class ResourceMgmt(_Devops): class ResourceMgmt(_Devops):

@ -8,60 +8,40 @@ class _Governance(_OCI):
_icon_dir = "resources/oci/governance" _icon_dir = "resources/oci/governance"
class AuditWhite(_Governance):
_icon = "audit-white.png"
class Audit(_Governance): class Audit(_Governance):
_icon = "audit.png" _icon = "audit.png"
class CompartmentsWhite(_Governance):
_icon = "compartments-white.png"
class Compartments(_Governance): class Compartments(_Governance):
_icon = "compartments.png" _icon = "compartments.png"
class GroupsWhite(_Governance): class FlowLogs(_Governance):
_icon = "groups-white.png" _icon = "flow-logs.png"
class Groups(_Governance): class Groups(_Governance):
_icon = "groups.png" _icon = "groups.png"
class LoggingWhite(_Governance):
_icon = "logging-white.png"
class Logging(_Governance): class Logging(_Governance):
_icon = "logging.png" _icon = "logging.png"
class OCIDWhite(_Governance):
_icon = "ocid-white.png"
class OCID(_Governance): class OCID(_Governance):
_icon = "ocid.png" _icon = "ocid.png"
class PoliciesWhite(_Governance):
_icon = "policies-white.png"
class Policies(_Governance): class Policies(_Governance):
_icon = "policies.png" _icon = "policies.png"
class TaggingWhite(_Governance):
_icon = "tagging-white.png"
class Tagging(_Governance): class Tagging(_Governance):
_icon = "tagging.png" _icon = "tagging.png"
class User(_Governance):
_icon = "user.png"
# Aliases # Aliases

@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OCI
class _Ml(_OCI):
_type = "ml"
_icon_dir = "resources/oci/ml"
class ArtificialIntelligence(_Ml):
_icon = "artificial-intelligence.png"
class MachineLearning(_Ml):
_icon = "machine-learning.png"
# Aliases

@ -8,74 +8,38 @@ class _Monitoring(_OCI):
_icon_dir = "resources/oci/monitoring" _icon_dir = "resources/oci/monitoring"
class AlarmWhite(_Monitoring):
_icon = "alarm-white.png"
class Alarm(_Monitoring): class Alarm(_Monitoring):
_icon = "alarm.png" _icon = "alarm.png"
class EmailWhite(_Monitoring):
_icon = "email-white.png"
class Email(_Monitoring): class Email(_Monitoring):
_icon = "email.png" _icon = "email.png"
class EventsWhite(_Monitoring):
_icon = "events-white.png"
class Events(_Monitoring): class Events(_Monitoring):
_icon = "events.png" _icon = "events.png"
class HealthCheckWhite(_Monitoring):
_icon = "health-check-white.png"
class HealthCheck(_Monitoring): class HealthCheck(_Monitoring):
_icon = "health-check.png" _icon = "health-check.png"
class NotificationsWhite(_Monitoring):
_icon = "notifications-white.png"
class Notifications(_Monitoring): class Notifications(_Monitoring):
_icon = "notifications.png" _icon = "notifications.png"
class QueueWhite(_Monitoring):
_icon = "queue-white.png"
class Queue(_Monitoring): class Queue(_Monitoring):
_icon = "queue.png" _icon = "queue.png"
class SearchWhite(_Monitoring):
_icon = "search-white.png"
class Search(_Monitoring): class Search(_Monitoring):
_icon = "search.png" _icon = "search.png"
class TelemetryWhite(_Monitoring):
_icon = "telemetry-white.png"
class Telemetry(_Monitoring): class Telemetry(_Monitoring):
_icon = "telemetry.png" _icon = "telemetry.png"
class WorkflowWhite(_Monitoring):
_icon = "workflow-white.png"
class Workflow(_Monitoring): class Workflow(_Monitoring):
_icon = "workflow.png" _icon = "workflow.png"

@ -8,64 +8,44 @@ class _Network(_OCI):
_icon_dir = "resources/oci/network" _icon_dir = "resources/oci/network"
class DrgWhite(_Network): class CloudService(_Network):
_icon = "drg-white.png" _icon = "cloud-service.png"
class Drg(_Network): class Drg(_Network):
_icon = "drg.png" _icon = "drg.png"
class FirewallWhite(_Network):
_icon = "firewall-white.png"
class Firewall(_Network): class Firewall(_Network):
_icon = "firewall.png" _icon = "firewall.png"
class InternetGatewayWhite(_Network):
_icon = "internet-gateway-white.png"
class InternetGateway(_Network): class InternetGateway(_Network):
_icon = "internet-gateway.png" _icon = "internet-gateway.png"
class LoadBalancerWhite(_Network):
_icon = "load-balancer-white.png"
class LoadBalancer(_Network): class LoadBalancer(_Network):
_icon = "load-balancer.png" _icon = "load-balancer.png"
class RouteTableWhite(_Network):
_icon = "route-table-white.png"
class RouteTable(_Network): class RouteTable(_Network):
_icon = "route-table.png" _icon = "route-table.png"
class SecurityListsWhite(_Network): class Router(_Network):
_icon = "security-lists-white.png" _icon = "router.png"
class SecurityLists(_Network): class SecurityLists(_Network):
_icon = "security-lists.png" _icon = "security-lists.png"
class ServiceGatewayWhite(_Network):
_icon = "service-gateway-white.png"
class ServiceGateway(_Network): class ServiceGateway(_Network):
_icon = "service-gateway.png" _icon = "service-gateway.png"
class VcnWhite(_Network): class Switch(_Network):
_icon = "vcn-white.png" _icon = "switch.png"
class Vcn(_Network): class Vcn(_Network):

@ -8,66 +8,34 @@ class _Security(_OCI):
_icon_dir = "resources/oci/security" _icon_dir = "resources/oci/security"
class CloudGuardWhite(_Security):
_icon = "cloud-guard-white.png"
class CloudGuard(_Security): class CloudGuard(_Security):
_icon = "cloud-guard.png" _icon = "cloud-guard.png"
class DDOSWhite(_Security):
_icon = "ddos-white.png"
class DDOS(_Security): class DDOS(_Security):
_icon = "ddos.png" _icon = "ddos.png"
class EncryptionWhite(_Security):
_icon = "encryption-white.png"
class Encryption(_Security): class Encryption(_Security):
_icon = "encryption.png" _icon = "encryption.png"
class IDAccessWhite(_Security):
_icon = "id-access-white.png"
class IDAccess(_Security): class IDAccess(_Security):
_icon = "id-access.png" _icon = "id-access.png"
class KeyManagementWhite(_Security):
_icon = "key-management-white.png"
class KeyManagement(_Security): class KeyManagement(_Security):
_icon = "key-management.png" _icon = "key-management.png"
class MaxSecurityZoneWhite(_Security):
_icon = "max-security-zone-white.png"
class MaxSecurityZone(_Security): class MaxSecurityZone(_Security):
_icon = "max-security-zone.png" _icon = "max-security-zone.png"
class VaultWhite(_Security):
_icon = "vault-white.png"
class Vault(_Security): class Vault(_Security):
_icon = "vault.png" _icon = "vault.png"
class WAFWhite(_Security):
_icon = "waf-white.png"
class WAF(_Security): class WAF(_Security):
_icon = "waf.png" _icon = "waf.png"

@ -8,72 +8,44 @@ class _Storage(_OCI):
_icon_dir = "resources/oci/storage" _icon_dir = "resources/oci/storage"
class BackupRestoreWhite(_Storage):
_icon = "backup-restore-white.png"
class BackupRestore(_Storage): class BackupRestore(_Storage):
_icon = "backup-restore.png" _icon = "backup-restore.png"
class BlockStorageCloneWhite(_Storage):
_icon = "block-storage-clone-white.png"
class BlockStorageClone(_Storage): class BlockStorageClone(_Storage):
_icon = "block-storage-clone.png" _icon = "block-storage-clone.png"
class BlockStorageWhite(_Storage):
_icon = "block-storage-white.png"
class BlockStorage(_Storage): class BlockStorage(_Storage):
_icon = "block-storage.png" _icon = "block-storage.png"
class BucketsWhite(_Storage):
_icon = "buckets-white.png"
class Buckets(_Storage): class Buckets(_Storage):
_icon = "buckets.png" _icon = "buckets.png"
class DataTransferWhite(_Storage):
_icon = "data-transfer-white.png"
class DataTransfer(_Storage): class DataTransfer(_Storage):
_icon = "data-transfer.png" _icon = "data-transfer.png"
class ElasticPerformanceWhite(_Storage):
_icon = "elastic-performance-white.png"
class ElasticPerformance(_Storage): class ElasticPerformance(_Storage):
_icon = "elastic-performance.png" _icon = "elastic-performance.png"
class FileStorageWhite(_Storage):
_icon = "file-storage-white.png"
class FileStorage(_Storage): class FileStorage(_Storage):
_icon = "file-storage.png" _icon = "file-storage.png"
class ObjectStorageWhite(_Storage): class LocalStorage(_Storage):
_icon = "object-storage-white.png" _icon = "local-storage.png"
class ObjectStorage(_Storage): class ObjectStorage(_Storage):
_icon = "object-storage.png" _icon = "object-storage.png"
class StorageGatewayWhite(_Storage): class PersistentVolume(_Storage):
_icon = "storage-gateway-white.png" _icon = "persistent-volume.png"
class StorageGateway(_Storage): class StorageGateway(_Storage):

@ -7,167 +7,124 @@ Node classes list of oci provider.
## oci.compute ## oci.compute
- **diagrams.oci.compute.AutoscaleWhite** - **diagrams.oci.compute.Apex**
- **diagrams.oci.compute.Autoscale** - **diagrams.oci.compute.Autoscale**
- **diagrams.oci.compute.BMWhite**, **BareMetalWhite** (alias)
- **diagrams.oci.compute.BM**, **BareMetal** (alias) - **diagrams.oci.compute.BM**, **BareMetal** (alias)
- **diagrams.oci.compute.ContainerWhite**
- **diagrams.oci.compute.Container** - **diagrams.oci.compute.Container**
- **diagrams.oci.compute.FunctionsWhite**
- **diagrams.oci.compute.Functions** - **diagrams.oci.compute.Functions**
- **diagrams.oci.compute.InstancePoolsWhite**
- **diagrams.oci.compute.InstancePools** - **diagrams.oci.compute.InstancePools**
- **diagrams.oci.compute.OCIRWhite**, **OCIRegistryWhite** (alias)
- **diagrams.oci.compute.OCIR**, **OCIRegistry** (alias) - **diagrams.oci.compute.OCIR**, **OCIRegistry** (alias)
- **diagrams.oci.compute.OKEWhite**, **ContainerEngineWhite** (alias)
- **diagrams.oci.compute.OKE**, **ContainerEngine** (alias) - **diagrams.oci.compute.OKE**, **ContainerEngine** (alias)
- **diagrams.oci.compute.VMWhite**, **VirtualMachineWhite** (alias) - **diagrams.oci.compute.Red**
- **diagrams.oci.compute.VM**, **VirtualMachine** (alias) - **diagrams.oci.compute.VM**, **VirtualMachine** (alias)
## oci.connectivity ## oci.connectivity
- **diagrams.oci.connectivity.BackboneWhite**
- **diagrams.oci.connectivity.Backbone** - **diagrams.oci.connectivity.Backbone**
- **diagrams.oci.connectivity.CDNWhite**
- **diagrams.oci.connectivity.CDN** - **diagrams.oci.connectivity.CDN**
- **diagrams.oci.connectivity.CustomerDatacenter** - **diagrams.oci.connectivity.CustomerDatacenter**
- **diagrams.oci.connectivity.CustomerDatacntrWhite**
- **diagrams.oci.connectivity.CustomerPremiseWhite**
- **diagrams.oci.connectivity.CustomerPremise** - **diagrams.oci.connectivity.CustomerPremise**
- **diagrams.oci.connectivity.DisconnectedRegionsWhite** - **diagrams.oci.connectivity.Datacenter**
- **diagrams.oci.connectivity.DisconnectedRegions** - **diagrams.oci.connectivity.DisconnectedRegions**
- **diagrams.oci.connectivity.DNSWhite**
- **diagrams.oci.connectivity.DNS** - **diagrams.oci.connectivity.DNS**
- **diagrams.oci.connectivity.FastConnectWhite**
- **diagrams.oci.connectivity.FastConnect** - **diagrams.oci.connectivity.FastConnect**
- **diagrams.oci.connectivity.NATGatewayWhite** - **diagrams.oci.connectivity.LocalPeeringGateway**
- **diagrams.oci.connectivity.NATGateway** - **diagrams.oci.connectivity.NATGateway**
- **diagrams.oci.connectivity.VPNWhite** - **diagrams.oci.connectivity.RemotePeeringGateway**
- **diagrams.oci.connectivity.ServiceConnectorHub**
- **diagrams.oci.connectivity.VPN** - **diagrams.oci.connectivity.VPN**
## oci.database ## oci.database
- **diagrams.oci.database.AutonomousWhite**, **ADBWhite** (alias) - **diagrams.oci.database.AutonomousDataWarehouseCs**
- **diagrams.oci.database.AutonomousDataWarehouse**
- **diagrams.oci.database.AutonomousTransactionProcessing**
- **diagrams.oci.database.Autonomous**, **ADB** (alias) - **diagrams.oci.database.Autonomous**, **ADB** (alias)
- **diagrams.oci.database.BigdataServiceWhite**
- **diagrams.oci.database.BigdataService** - **diagrams.oci.database.BigdataService**
- **diagrams.oci.database.DatabaseServiceWhite**, **DBServiceWhite** (alias)
- **diagrams.oci.database.DatabaseService**, **DBService** (alias) - **diagrams.oci.database.DatabaseService**, **DBService** (alias)
- **diagrams.oci.database.DataflowApacheWhite**
- **diagrams.oci.database.DataflowApache** - **diagrams.oci.database.DataflowApache**
- **diagrams.oci.database.DcatWhite**
- **diagrams.oci.database.Dcat** - **diagrams.oci.database.Dcat**
- **diagrams.oci.database.DisWhite** - **diagrams.oci.database.Dcs**
- **diagrams.oci.database.Dis** - **diagrams.oci.database.Dis**
- **diagrams.oci.database.DMSWhite**
- **diagrams.oci.database.DMS** - **diagrams.oci.database.DMS**
- **diagrams.oci.database.ScienceWhite** - **diagrams.oci.database.Exadata**
- **diagrams.oci.database.Mysql**
- **diagrams.oci.database.Nosql**
- **diagrams.oci.database.Science** - **diagrams.oci.database.Science**
- **diagrams.oci.database.StreamWhite**
- **diagrams.oci.database.Stream** - **diagrams.oci.database.Stream**
## oci.devops ## oci.devops
- **diagrams.oci.devops.APIGatewayWhite** - **diagrams.oci.devops.Analytics**
- **diagrams.oci.devops.APIGateway** - **diagrams.oci.devops.APIGateway**
- **diagrams.oci.devops.APIServiceWhite**
- **diagrams.oci.devops.APIService** - **diagrams.oci.devops.APIService**
- **diagrams.oci.devops.ResourceMgmtWhite** - **diagrams.oci.devops.MarketPlace**
- **diagrams.oci.devops.ResourceMgmt** - **diagrams.oci.devops.ResourceMgmt**
## oci.governance ## oci.governance
- **diagrams.oci.governance.AuditWhite**
- **diagrams.oci.governance.Audit** - **diagrams.oci.governance.Audit**
- **diagrams.oci.governance.CompartmentsWhite**
- **diagrams.oci.governance.Compartments** - **diagrams.oci.governance.Compartments**
- **diagrams.oci.governance.GroupsWhite** - **diagrams.oci.governance.FlowLogs**
- **diagrams.oci.governance.Groups** - **diagrams.oci.governance.Groups**
- **diagrams.oci.governance.LoggingWhite**
- **diagrams.oci.governance.Logging** - **diagrams.oci.governance.Logging**
- **diagrams.oci.governance.OCIDWhite**
- **diagrams.oci.governance.OCID** - **diagrams.oci.governance.OCID**
- **diagrams.oci.governance.PoliciesWhite**
- **diagrams.oci.governance.Policies** - **diagrams.oci.governance.Policies**
- **diagrams.oci.governance.TaggingWhite**
- **diagrams.oci.governance.Tagging** - **diagrams.oci.governance.Tagging**
- **diagrams.oci.governance.User**
## oci.ml
- **diagrams.oci.ml.ArtificialIntelligence**
- **diagrams.oci.ml.MachineLearning**
## oci.monitoring ## oci.monitoring
- **diagrams.oci.monitoring.AlarmWhite**
- **diagrams.oci.monitoring.Alarm** - **diagrams.oci.monitoring.Alarm**
- **diagrams.oci.monitoring.EmailWhite**
- **diagrams.oci.monitoring.Email** - **diagrams.oci.monitoring.Email**
- **diagrams.oci.monitoring.EventsWhite**
- **diagrams.oci.monitoring.Events** - **diagrams.oci.monitoring.Events**
- **diagrams.oci.monitoring.HealthCheckWhite**
- **diagrams.oci.monitoring.HealthCheck** - **diagrams.oci.monitoring.HealthCheck**
- **diagrams.oci.monitoring.NotificationsWhite**
- **diagrams.oci.monitoring.Notifications** - **diagrams.oci.monitoring.Notifications**
- **diagrams.oci.monitoring.QueueWhite**
- **diagrams.oci.monitoring.Queue** - **diagrams.oci.monitoring.Queue**
- **diagrams.oci.monitoring.SearchWhite**
- **diagrams.oci.monitoring.Search** - **diagrams.oci.monitoring.Search**
- **diagrams.oci.monitoring.TelemetryWhite**
- **diagrams.oci.monitoring.Telemetry** - **diagrams.oci.monitoring.Telemetry**
- **diagrams.oci.monitoring.WorkflowWhite**
- **diagrams.oci.monitoring.Workflow** - **diagrams.oci.monitoring.Workflow**
## oci.network ## oci.network
- **diagrams.oci.network.DrgWhite** - **diagrams.oci.network.CloudService**
- **diagrams.oci.network.Drg** - **diagrams.oci.network.Drg**
- **diagrams.oci.network.FirewallWhite**
- **diagrams.oci.network.Firewall** - **diagrams.oci.network.Firewall**
- **diagrams.oci.network.InternetGatewayWhite**
- **diagrams.oci.network.InternetGateway** - **diagrams.oci.network.InternetGateway**
- **diagrams.oci.network.LoadBalancerWhite**
- **diagrams.oci.network.LoadBalancer** - **diagrams.oci.network.LoadBalancer**
- **diagrams.oci.network.RouteTableWhite**
- **diagrams.oci.network.RouteTable** - **diagrams.oci.network.RouteTable**
- **diagrams.oci.network.SecurityListsWhite** - **diagrams.oci.network.Router**
- **diagrams.oci.network.SecurityLists** - **diagrams.oci.network.SecurityLists**
- **diagrams.oci.network.ServiceGatewayWhite**
- **diagrams.oci.network.ServiceGateway** - **diagrams.oci.network.ServiceGateway**
- **diagrams.oci.network.VcnWhite** - **diagrams.oci.network.Switch**
- **diagrams.oci.network.Vcn** - **diagrams.oci.network.Vcn**
## oci.security ## oci.security
- **diagrams.oci.security.CloudGuardWhite**
- **diagrams.oci.security.CloudGuard** - **diagrams.oci.security.CloudGuard**
- **diagrams.oci.security.DDOSWhite**
- **diagrams.oci.security.DDOS** - **diagrams.oci.security.DDOS**
- **diagrams.oci.security.EncryptionWhite**
- **diagrams.oci.security.Encryption** - **diagrams.oci.security.Encryption**
- **diagrams.oci.security.IDAccessWhite**
- **diagrams.oci.security.IDAccess** - **diagrams.oci.security.IDAccess**
- **diagrams.oci.security.KeyManagementWhite**
- **diagrams.oci.security.KeyManagement** - **diagrams.oci.security.KeyManagement**
- **diagrams.oci.security.MaxSecurityZoneWhite**
- **diagrams.oci.security.MaxSecurityZone** - **diagrams.oci.security.MaxSecurityZone**
- **diagrams.oci.security.VaultWhite**
- **diagrams.oci.security.Vault** - **diagrams.oci.security.Vault**
- **diagrams.oci.security.WAFWhite**
- **diagrams.oci.security.WAF** - **diagrams.oci.security.WAF**
## oci.storage ## oci.storage
- **diagrams.oci.storage.BackupRestoreWhite**
- **diagrams.oci.storage.BackupRestore** - **diagrams.oci.storage.BackupRestore**
- **diagrams.oci.storage.BlockStorageCloneWhite**
- **diagrams.oci.storage.BlockStorageClone** - **diagrams.oci.storage.BlockStorageClone**
- **diagrams.oci.storage.BlockStorageWhite**
- **diagrams.oci.storage.BlockStorage** - **diagrams.oci.storage.BlockStorage**
- **diagrams.oci.storage.BucketsWhite**
- **diagrams.oci.storage.Buckets** - **diagrams.oci.storage.Buckets**
- **diagrams.oci.storage.DataTransferWhite**
- **diagrams.oci.storage.DataTransfer** - **diagrams.oci.storage.DataTransfer**
- **diagrams.oci.storage.ElasticPerformanceWhite**
- **diagrams.oci.storage.ElasticPerformance** - **diagrams.oci.storage.ElasticPerformance**
- **diagrams.oci.storage.FileStorageWhite**
- **diagrams.oci.storage.FileStorage** - **diagrams.oci.storage.FileStorage**
- **diagrams.oci.storage.ObjectStorageWhite** - **diagrams.oci.storage.LocalStorage**
- **diagrams.oci.storage.ObjectStorage** - **diagrams.oci.storage.ObjectStorage**
- **diagrams.oci.storage.StorageGatewayWhite** - **diagrams.oci.storage.PersistentVolume**
- **diagrams.oci.storage.StorageGateway** - **diagrams.oci.storage.StorageGateway**

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

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

Loading…
Cancel
Save