".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
不少人在租用[西部数码](/#)云主机后需要创建云镜像,其实“云镜像”代表的服务并不罕见,这种技术早在多年前就已经非常成熟,但是对于刚刚接触的新手可能不会操作,本文就来介绍一下西部数码弹性云主机云镜像创建教程。
西部数码弹性云主机云镜像制作教程如下:
进入【业务管理】-【服务器管理】,点击对应要创建云镜像服务器【管理】按钮;
![](https://www.idcspy.com/wp-content/uploads/2022/03/drgrdffxc1-1024x242.png)
【云快照&云盘】–【云镜像】,点击创建云镜像按钮。
![](https://www.idcspy.com/wp-content/uploads/2022/03/drgrdffxc6-1024x235.png)
![](https://www.idcspy.com/wp-content/uploads/2022/03/drgrdffxc2-1024x626.png)
根据数据量的大小一般10-30分钟完成镜像。
完成后,在【业务管理】-【镜像管理】,可以看到已经创建好的镜像。
![](https://www.idcspy.com/wp-content/uploads/2022/03/drgrdffxc3-1024x405.png)
点击对应云镜像的管理按钮,可以设置西部数码弹性云主机云镜像属性。
![](https://www.idcspy.com/wp-content/uploads/2022/03/drgrdffxc4.png)
云镜像模板类型说明:
![](https://www.idcspy.com/wp-content/uploads/2022/03/drgrdffxc5.png)
注意:
只会显示并且仅能使用和当前服务器相同集群的镜像。
如果镜像要在其他集群使用,请先使用镜像复制功能复制到对应集群。
设置了共享的镜像需要通过共享码搜索获取。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104047.html