|
|
|
@ -0,0 +1,143 @@
|
|
|
|
|
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>OCI · Diagrams</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="Node classes list of oci provider."/><meta name="docsearch:language" content="en"/><meta property="og:title" content="OCI · Diagrams"/><meta property="og:type" content="website"/><meta property="og:url" content="https://diagrams.mingrammer.com/"/><meta property="og:description" content="Node classes list of oci provider."/><meta property="og:image" content="https://diagrams.mingrammer.com/img/diagrams.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://diagrams.mingrammer.com/img/diagrams.png"/><link rel="shortcut icon" href="/img/diagrams.ico"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><script>
|
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
|
|
ga('create', 'UA-84081627-3', 'auto');
|
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
</script><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script src="/js/scrollSpy.js"></script><link rel="stylesheet" href="/css/main.css"/><script src="/js/codetabs.js"></script></head><body class="sideNavVisible separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><img class="logo" src="/img/diagrams.ico" alt="Diagrams"/><h2 class="headerTitleWithLogo">Diagrams</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class="siteNavGroupActive"><a href="/docs/getting-started/installation" target="_self">Docs</a></li><li class="siteNavGroupActive"><a href="/docs/guides/diagram" target="_self">Guides</a></li><li class="siteNavGroupActive"><a href="/docs/nodes/aws" target="_self">Nodes</a></li><li class=""><a href="https://github.com/mingrammer/diagrams" target="_self">GitHub</a></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="docsNavContainer" id="docsNav"><nav class="toc"><div class="toggleNav"><section class="navWrapper wrapper"><div class="navBreadcrumb wrapper"><div class="navToggle" id="navToggler"><div class="hamburger-menu"><div class="line1"></div><div class="line2"></div><div class="line3"></div></div></div><h2><i>›</i><span>Nodes</span></h2><div class="tocToggler" id="tocToggler"><i class="icon-toc"></i></div></div><div class="navGroups"><div class="navGroup"><h3 class="navGroupCategoryTitle">Getting Started</h3><ul class=""><li class="navListItem"><a class="navItem" href="/docs/getting-started/installation">Installation</a></li><li class="navListItem"><a class="navItem" href="/docs/getting-started/examples">Examples</a></li></ul></div><div class="navGroup"><h3 class="navGroupCategoryTitle">Guides</h3><ul class=""><li class="navListItem"><a class="navItem" href="/docs/guides/diagram">Diagrams</a></li><li class="navListItem"><a class="navItem" href="/docs/guides/node">Nodes</a></li><li class="navListItem"><a class="navItem" href="/docs/guides/cluster">Clusters</a></li></ul></div><div class="navGroup"><h3 class="navGroupCategoryTitle">Nodes</h3><ul class=""><li class="navListItem"><a class="navItem" href="/docs/nodes/aws">AWS</a></li><li class="navListItem"><a class="navItem" href="/docs/nodes/azure">Azure</a></li><li class="navListItem"><a class="navItem" href="/docs/nodes/gcp">GCP</a></li><li class="navListItem"><a class="navItem" href="/docs/nodes/k8s">K8S</a></li><li class="navListItem"><a class="navItem" href="/docs/nodes/alibabacloud">AlibabaCloud</a></li><li class="navListItem navListItemActive"><a class="navItem" href="/docs/nodes/oci">OCI</a></li></ul></div></div></section></div><script>
|
|
|
|
|
var coll = document.getElementsByClassName('collapsible');
|
|
|
|
|
var checkActiveCategory = true;
|
|
|
|
|
for (var i = 0; i < coll.length; i++) {
|
|
|
|
|
var links = coll[i].nextElementSibling.getElementsByTagName('*');
|
|
|
|
|
if (checkActiveCategory){
|
|
|
|
|
for (var j = 0; j < links.length; j++) {
|
|
|
|
|
if (links[j].classList.contains('navListItemActive')){
|
|
|
|
|
coll[i].nextElementSibling.classList.toggle('hide');
|
|
|
|
|
coll[i].childNodes[1].classList.toggle('rotate');
|
|
|
|
|
checkActiveCategory = false;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
coll[i].addEventListener('click', function() {
|
|
|
|
|
var arrow = this.childNodes[1];
|
|
|
|
|
arrow.classList.toggle('rotate');
|
|
|
|
|
var content = this.nextElementSibling;
|
|
|
|
|
content.classList.toggle('hide');
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
|
|
|
createToggler('#navToggler', '#docsNav', 'docsSliderActive');
|
|
|
|
|
createToggler('#tocToggler', 'body', 'tocActive');
|
|
|
|
|
|
|
|
|
|
var headings = document.querySelector('.toc-headings');
|
|
|
|
|
headings && headings.addEventListener('click', function(event) {
|
|
|
|
|
var el = event.target;
|
|
|
|
|
while(el !== headings){
|
|
|
|
|
if (el.tagName === 'A') {
|
|
|
|
|
document.body.classList.remove('tocActive');
|
|
|
|
|
break;
|
|
|
|
|
} else{
|
|
|
|
|
el = el.parentNode;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}, false);
|
|
|
|
|
|
|
|
|
|
function createToggler(togglerSelector, targetSelector, className) {
|
|
|
|
|
var toggler = document.querySelector(togglerSelector);
|
|
|
|
|
var target = document.querySelector(targetSelector);
|
|
|
|
|
|
|
|
|
|
if (!toggler) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
toggler.onclick = function(event) {
|
|
|
|
|
event.preventDefault();
|
|
|
|
|
|
|
|
|
|
target.classList.toggle(className);
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
</script></nav></div><div class="container mainContainer docsContainer"><div class="wrapper"><div class="post"><header class="postHeader"><h1 id="__docusaurus" class="postHeaderTitle">OCI</h1></header><article><div><span><p>Node classes list of oci provider.</p>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocicompute"></a><a href="#ocicompute" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.compute</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.compute.Bm</strong>, <strong>BareMetal</strong> (alias)</li>
|
|
|
|
|
<li><strong>diagrams.oci.compute.Container</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.compute.Vm</strong>, <strong>VirtualMachine</strong> (alias)</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ociconnectivity"></a><a href="#ociconnectivity" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.connectivity</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.connectivity.Backbone</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.connectivity.Customerdatacenter</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.connectivity.Customerpremisesequip</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.connectivity.Fastconnect</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.connectivity.Vpn</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocidatabase"></a><a href="#ocidatabase" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.database</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.database.Databaseservice</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocidevops"></a><a href="#ocidevops" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.devops</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.devops.Apiservice</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.devops.Resourcemgmt</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ociedge"></a><a href="#ociedge" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.edge</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.edge.Cdn</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.edge.Dns</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.edge.Emaildelivery</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.edge.Waf</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocimonitoring"></a><a href="#ocimonitoring" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.monitoring</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Alarm</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Event</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Healthcheck</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Logging</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Notifications</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Queuing</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Search</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Streaming</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Telemetry</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.monitoring.Workflow</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocinetwork"></a><a href="#ocinetwork" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.network</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.network.Drg</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.Firewall</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.Internetgateway</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.Loadbalance</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.Routetable</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.Securitylists</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.ServiceGateway</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.network.Vcloudnetwork</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocisecurity"></a><a href="#ocisecurity" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.security</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.security.Audit</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Compartments</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Ddos</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Encryption</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Groups</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.IdAccess</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Keymgmt</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Ocid</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Policies</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.security.Tagging</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2><a class="anchor" aria-hidden="true" id="ocistorage"></a><a href="#ocistorage" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>oci.storage</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Backuprestore</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Blockstorage</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Buckets</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Datatransfer</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Filestorage</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Objectstorage</strong></li>
|
|
|
|
|
<li><strong>diagrams.oci.storage.Storagegateway</strong></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</span></div></article></div><div class="docLastUpdate"><em>Last updated on 2020-2-17</em></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/nodes/alibabacloud"><span class="arrow-prev">← </span><span class="function-name-prevnext">AlibabaCloud</span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#ocicompute">oci.compute</a></li><li><a href="#ociconnectivity">oci.connectivity</a></li><li><a href="#ocidatabase">oci.database</a></li><li><a href="#ocidevops">oci.devops</a></li><li><a href="#ociedge">oci.edge</a></li><li><a href="#ocimonitoring">oci.monitoring</a></li><li><a href="#ocinetwork">oci.network</a></li><li><a href="#ocisecurity">oci.security</a></li><li><a href="#ocistorage">oci.storage</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/diagrams.ico" alt="Diagrams" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/en/installation">Getting Started</a><a href="/docs/en/diagram">Guides</a></div><div><h5>More</h5><a href="https://github.com/mingrammer/diagrams">GitHub</a><a class="github-button" data-icon="octicon-star" data-count-href="/mingrammer/diagrams/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2020 mingrammer</section></footer></div></body></html>
|