DCS API-REF Initial Version

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
This commit is contained in:
Chen, Junjie 2022-12-09 16:44:56 +00:00 committed by zuul
parent 6182f91ba8
commit 5e34f6ce26
64 changed files with 12381 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
version=""
language="en-us"
type=""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,23 @@
<a name="dcs-api-0312003"></a><a name="dcs-api-0312003"></a>
<h1 class="topictitle1">Lifecycle Management APIs</h1>
<div id="body1199620"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0312004.html">Creating a DCS Instance</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312008.html">Deleting a Single DCS Instance</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312009.html">Batch Deleting DCS Instances</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312005.html">Querying a DCS Instance</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312006.html">Querying All DCS Instances of a Tenant</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312007.html">Modifying Information About a DCS Instance</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312010.html">Scaling Up a DCS Instance</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,75 @@
<a name="dcs-api-0312008"></a><a name="dcs-api-0312008"></a>
<h1 class="topictitle1">Deleting a Single DCS Instance</h1>
<div id="body25774132"><div class="section" id="dcs-api-0312008__section17272736165320"><h4 class="sectiontitle">Function</h4><p class="msonormal" id="dcs-api-0312008__p45631679">This API is used to delete a specified DCS instance to free up all resources occupied by the DCS instance.</p>
</div>
<div class="section" id="dcs-api-0312008__section2310177194512"><h4 class="sectiontitle">URI</h4><p id="dcs-api-0312008__p1552254314416">DELETE /v1.0/{project_id}/instances/{instance_id}</p>
<div class="p" id="dcs-api-0312008__p13578121810355"><a href="#dcs-api-0312008__table4154121820350">Table 1</a> describes the parameter.
<div class="tablenoborder"><a name="dcs-api-0312008__table4154121820350"></a><a name="table4154121820350"></a><table cellpadding="4" cellspacing="0" summary="" id="dcs-api-0312008__table4154121820350" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="dcs-api-0312008__row17153191817358"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.2.5.1.1"><p id="dcs-api-0312008__p993885712414">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.2.5.1.2"><p id="dcs-api-0312008__p215314189354">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.2.5.1.3"><p id="dcs-api-0312008__p1715320185352">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.2.3.2.2.5.1.4"><p id="dcs-api-0312008__p215351873519">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="dcs-api-0312008__row61531718163510"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.1 "><p id="dcs-api-0312008__p51531218183514">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.2 "><p id="dcs-api-0312008__p115311813514">String</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.3 "><p id="dcs-api-0312008__p815391853510">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.4 "><p id="dcs-api-0312008__p1153818143518">Project ID.</p>
</td>
</tr>
<tr id="dcs-api-0312008__row111541118183517"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.1 "><p id="dcs-api-0312008__p161532018113520">instance_id</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.2 "><p id="dcs-api-0312008__p015314181351">String</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.3 "><p id="dcs-api-0312008__p11153318123518">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.2.3.2.2.5.1.4 "><p id="dcs-api-0312008__p41533186358">Instance ID.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="section" id="dcs-api-0312008__section41195764519"><h4 class="sectiontitle">Request</h4><p id="dcs-api-0312008__p19453115101510"><strong id="dcs-api-0312008__b12342144619199">Request parameters</strong></p>
<p id="dcs-api-0312008__p6453215161513">None</p>
<p id="dcs-api-0312008__p6453215191514"><strong id="dcs-api-0312008__b1311184951914">Example request</strong></p>
<p id="dcs-api-0312008__p15453715101512">Request URL:</p>
<pre class="screen" id="dcs-api-0312008__screen156010291318">DELETE https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}</pre>
</div>
<div class="section" id="dcs-api-0312008__section11426254461"><h4 class="sectiontitle">Response</h4><p class="msonormal" id="dcs-api-0312008__p377012105239"><strong id="dcs-api-0312008__b132311255151919">Response parameters</strong></p>
<p id="dcs-api-0312008__p14426469515">None</p>
<p class="msonormal" id="dcs-api-0312008__p1830212192316"><strong id="dcs-api-0312008__b1059185951917">Example response</strong></p>
<p id="dcs-api-0312008__p4426136554">None</p>
</div>
<div class="section" id="dcs-api-0312008__section5301161961211"><h4 class="sectiontitle">Status Code</h4><p id="dcs-api-0312008__p3301319121217"><a href="#dcs-api-0312008__table8301101911215">Table 2</a> describes the status code of successful operations. For details about other status codes, see <a href="dcs-api-0312043.html#dcs-api-0312043__table5210141351517">Table 1</a>.</p>
<div class="tablenoborder"><a name="dcs-api-0312008__table8301101911215"></a><a name="table8301101911215"></a><table cellpadding="4" cellspacing="0" summary="" id="dcs-api-0312008__table8301101911215" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Status code</caption><thead align="left"><tr id="dcs-api-0312008__row11302101915124"><th align="left" class="cellrowborder" valign="top" width="15.98%" id="mcps1.3.5.3.2.3.1.1"><p id="dcs-api-0312008__p73021519101210">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="84.02%" id="mcps1.3.5.3.2.3.1.2"><p id="dcs-api-0312008__p830281981219">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="dcs-api-0312008__row16302121941211"><td class="cellrowborder" valign="top" width="15.98%" headers="mcps1.3.5.3.2.3.1.1 "><p id="dcs-api-0312008__p63027192128">204</p>
</td>
<td class="cellrowborder" valign="top" width="84.02%" headers="mcps1.3.5.3.2.3.1.2 "><p id="dcs-api-0312008__p1302171916124">DCS instances deleted successfully.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dcs-api-0312003.html">Lifecycle Management APIs</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
<a name="dcs-api-0312013"></a><a name="dcs-api-0312013"></a>
<h1 class="topictitle1">Parameter Management APIs</h1>
<div id="body64708380"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0312017.html">Modifying Configuration Parameters</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312015.html">Querying Configuration Parameters</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
<a name="dcs-api-0312035"></a><a name="dcs-api-0312035"></a>
<h1 class="topictitle1">Instance Management APIs</h1>
<div id="body1589444848293"><p id="dcs-api-0312035__p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0312018.html">Restarting DCS Instances or Clearing DCS Instance Data</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312014.html">Querying Statistics of All Running Instances</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312016.html">Querying DCS Instance Status</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312019.html">Changing the Password of a DCS Instance</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
<a name="dcs-api-0312038"></a><a name="dcs-api-0312038"></a>
<h1 class="topictitle1">Other APIs</h1>
<div id="body23970293"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0312040.html">Querying Service Specifications</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312036.html">Querying the Quota of a Tenant</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312041.html">Querying Maintenance Time Window</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312039.html">Querying AZ Information</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
<a name="dcs-api-0312042"></a><a name="dcs-api-0312042"></a>
<h1 class="topictitle1">Appendix</h1>
<div id="body1524194648291"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0312043.html">Status Codes</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312044.html">Error Codes</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312045.html">Obtaining a Project ID</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312047.html">DCS Instance Statuses</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
<a name="dcs-api-0312045"></a><a name="dcs-api-0312045"></a>
<h1 class="topictitle1">Obtaining a Project ID</h1>
<div id="body14920772"><div class="section" id="dcs-api-0312045__section751154684517"><h4 class="sectiontitle">Obtaining a Project ID on the Console</h4><p id="dcs-api-0312045__p10337259154513">A project ID is required for some URLs when an API is called. You can obtain a project ID on the console.</p>
<p id="dcs-api-0312045__p15108127174618">The following procedure describes how to obtain a project ID:</p>
<ol id="dcs-api-0312045__ol12293201731915"><li id="dcs-api-0312045__li112931917181917"><span>Sign up and log in to the management console.</span></li><li id="dcs-api-0312045__li9293191711910"><span>Click the username and choose <strong id="dcs-api-0312045__b4133174320438">My Credential</strong> from the drop-down list.</span><p><p id="dcs-api-0312045__p136772519449">On the <strong id="dcs-api-0312045__b195738575566">My Credential</strong> page, view project IDs in the project list.</p>
<div class="fignone" id="dcs-api-0312045__fig39324824103512"><span class="figcap"><b>Figure 1 </b>Viewing project IDs</span><br><span><img id="dcs-api-0312045__image538470016132" src="en-us_image_0216824199.jpg"></span></div>
</p></li></ol>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dcs-api-0312042.html">Appendix</a></div>
</div>
</div>

View File

@ -0,0 +1,56 @@
<a name="dcs-api-0312047"></a><a name="dcs-api-0312047"></a>
<h1 class="topictitle1">DCS Instance Statuses</h1>
<div id="body1491976640552">
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dcs-api-0312047__table1875805420588" frame="border" border="1" rules="all"><caption><b>Table 1 </b>DCS instance statuses</caption><thead align="left"><tr id="dcs-api-0312047__row57586542584"><th align="left" class="cellrowborder" valign="top" width="26%" id="mcps1.3.1.2.3.1.1"><p id="dcs-api-0312047__p1875875412581"><strong id="dcs-api-0312047__b16374113319102">State</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="74%" id="mcps1.3.1.2.3.1.2"><p id="dcs-api-0312047__p18758754175815"><strong id="dcs-api-0312047__b1995713815919">Description</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="dcs-api-0312047__row47592548587"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p1177218171807">CREATING</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p077511574570">Creating is the status before the Running state.</p>
</td>
</tr>
<tr id="dcs-api-0312047__row129751433494"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p684282010488">CREATEFAILED</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p1865313194481">The DCS instance failed to be created.</p>
</td>
</tr>
<tr id="dcs-api-0312047__row27591054165817"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p77721417404">RUNNING</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p1776195795715">The instance is running properly.</p>
<p id="dcs-api-0312047__p127762057155717">Only instances in the Running state can provide in-memory cache service.</p>
</td>
</tr>
<tr id="dcs-api-0312047__row12759145465815"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p9773131720012">ERROR</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p13776165713574">The instance is not running properly.</p>
</td>
</tr>
<tr id="dcs-api-0312047__row1475918544587"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p147731176019">RESTARTING</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p377719577578">The instance is being restarted.</p>
</td>
</tr>
<tr id="dcs-api-0312047__row4162132872914"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p37741217508">EXTENDING</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p777818571577">The instance is being scaled up.</p>
</td>
</tr>
<tr id="dcs-api-0312047__row268424020193"><td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.2.3.1.1 "><p id="dcs-api-0312047__p17983104641918">RESTORING</p>
</td>
<td class="cellrowborder" valign="top" width="74%" headers="mcps1.3.1.2.3.1.2 "><p id="dcs-api-0312047__p1898314464193">The instance data is being restored.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dcs-api-0312042.html">Appendix</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
<a name="dcs-api-0417001"></a><a name="dcs-api-0417001"></a>
<h1 class="topictitle1">API Usage Guidelines</h1>
<div id="body1577949733910"><p id="dcs-api-0417001__p139415965017">Distributed Cache Service (DCS) APIs comply with the RESTful API design principles. REST-based web services are organized into resources. Each resource is identified by one or more Uniform Resource Identifiers (URIs). An application accesses a resource based on the resource's Unified Resource Locator (URL). A URL is usually in the following format: <strong id="dcs-api-0417001__b118252573276">https://<em id="dcs-api-0417001__i107833192517">Endpoint</em>/</strong><em id="dcs-api-0417001__i117133142519"><strong id="dcs-api-0417001__b1825257182718">uri</strong></em>. In the URL, <strong id="dcs-api-0417001__b20119003"><em id="dcs-api-0417001__i1720519418302">uri</em></strong> indicates the resource path, that is, the API access path.</p>
<p class="MsoNormal" id="dcs-api-0417001__p25365761">DCS APIs use HTTPS as the transmission protocol. Requests/Responses are transmitted by using JSON messages, with media type represented by <strong id="dcs-api-0417001__b46853302">Application/json</strong>.</p>
<p id="dcs-api-0417001__p18599131621018">For details on how to use APIs, see <a href="https://docs.otc.t-systems.com/en-us/api/apiug/apig-en-api-180328001.html?tag=API Documents" target="_blank" rel="noopener noreferrer">API Usage Guidelines</a>.</p>
</div>

View File

@ -0,0 +1,15 @@
<a name="dcs-api-0514003"></a><a name="dcs-api-0514003"></a>
<h1 class="topictitle1">Data Migration APIs</h1>
<div id="body1589429224196"><p id="dcs-api-0514003__p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0514004.html">Creating a Data Migration Task</a></strong><br>
</li>
</ul>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
<a name="dcs-api-0514005"></a><a name="dcs-api-0514005"></a>
<h1 class="topictitle1">Backup and Restoration APIs</h1>
<div id="body1589444848293"><p id="dcs-api-0514005__p8060118"></p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="dcs-api-0312020.html">Backing Up a DCS Instance</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312021.html">Restoring a DCS Instance</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312022.html">Querying DCS Instance Backup Records</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312023.html">Querying DCS Instance Restoration Records</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="dcs-api-0312024.html">Deleting Backup Files</a></strong><br>
</li>
</ul>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@ -0,0 +1 @@
var expandClassName="dropdownexpand";var collapseClassName="dropdowncollapse";var collapseTableClassName="dropdowncollapsetable";function ExpandorCollapseNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseClassName}else{a.className=expandClassName}}function ExpandorCollapseTableNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseTableClassName}else{a.className=expandClassName}}function ExpandorCollapseAllNodes(g,h,c){var a=g.getAttribute("title");var b=g.parentNode;if(a=="collapse"){g.setAttribute("title","expand");g.className="dropdownAllButtonexpand";g.innerHTML=h}else{g.setAttribute("title","collapse");g.className="dropdownAllButtoncollapse";g.innerHTML=c}var f=b.getElementsByTagName("*");for(var d=0;d<f.length;d++){var e=f[d];if(e.className.indexOf(expandClassName)!=-1||e.className.indexOf(collapseClassName)!=-1||e.className.indexOf(collapseTableClassName)!=-1){if(a=="collapse"){if(e.tagName.toLowerCase()=="table"){e.className=collapseTableClassName}else{e.className=collapseClassName}}else{e.className=expandClassName}}}}function ExpandForHref(f){if(null==f||"#"==f||"###"==f){return}var a=null;try{a=document.getElementById(f)}catch(d){}if(null==a||a.length==0){return}try{var b=a.parentNode;while(b!=null&&b.tagName!="body"){if(b.className==collapseClassName){b.className=expandClassName}b=b.parentNode}}catch(c){}}window.onload=function(){var b=document.getElementsByTagName("div");for(var c=0;c<b.length;c++){var j=b[c];if(j.className.indexOf(expandClassName)!=-1){j.className=collapseClassName}}var d=document.getElementsByTagName("a");try{for(var c=0;c<d.length;c++){var f=d[c];var h=f.getAttribute("href");if(h!=""&&h!=null){f.addEventListener("click",showHasConref,false)}}}catch(g){}};function showHasConref(b){var a=b.currentTarget.getAttribute("href");try{if(a!=null&&a!="#"&&a.lastIndexOf("#")>-1){ExpandForHref(a.substring(a.lastIndexOf("#")+1))}}catch(c){}};

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with <div>. Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式
*//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

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