".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)'); } }) })
[腾讯云](/#)上的网络分为基础网络和私有网络,两者给用户带来不同的优质服务。在此基础之上,腾讯云还提供了更灵活的服务,方便您管理网络。例如,基础网络和私有网络间切换、设置自定义IP等。本教程将介绍下腾讯云服务器基础网络切换私有网络的主要操作步骤。
腾讯云提供单台云服务器和批量云服务器的基础网络切换至私有网络服务。不过要注意的是,基础网络切换私有网络后不可逆,云服务器切换至私有网络后与其他基础网络的云服务不互通。另外,基础网络切换私有网络前,需提前创建好与待迁移基础网络云服务器同地域的私有网络、以及同可用区的子网。
1、首先登录腾讯云服务器控制台,然后在“实例”页面,为目标实例切换私有网络。
2、选择待切换网络的目标实例页签,选择右上角的更多操作 > 资源调整 > 切换私有网络。如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2023/05/qh1.png)
3、在弹出的“切换私有网络”窗口中,确认注意事项,单击下一步。
4、选择私有网络以及相应子网,单击下一步。
![](https://www.idcspy.com/wp-content/uploads/2023/05/qh2.png)
5、您可根据实际需求,在所选子网下设置内网 IP 地址及HostName 选项。如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2023/05/qh3.png)
主要参数如下:
* 预分配IP地址:若不保留实例原内网 IP,则可填写“预分配IP地址”。若不填写,系统将自动分配。
* 是否保留实例原内网IP:您可按需选择是否保留实例原始内网 IP 地址。
* HostName选项:您可按需选择是否保留实例原有 HostName。
6、单击下一步,根据关机提示进行操作,单击开始迁移,在控制台页面实例修改状态为“修改实例vpc属性”。如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2023/05/qh4.png)
迁移过程中,腾讯云主机实例需要进行重启,请勿进行其他操作。迁移后,请注意检查实例运行状态,内网访问以及远程登录是否正常。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/102982.html