修改虚拟机磁盘datastore配置文件介绍

本文详细介绍了如何使用特定VMware请求修改虚拟磁盘的配置属性,包括指定磁盘名称、目标数据存储和数据转换操作,以实现虚拟磁盘在不同数据存储之间的迁移。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

<disk-name>	 Specifies the name of the virtual disk to be moved	 Yes
<datacenter> Specifies the datacenter hosting the datastore	 Conditional
<transform>	 Specifies the transformation that is to be performed on the disks 
基本磁盘datastore修改配置属性

 

     <operation-type>Advanced_Vm</operation-type>
     <operation-name>Move_Virtual_Disk</operation-name>
     <user-name></user-name>
     <password></password>
     <soap-url></soap-url>
     <transport></transport>
     <parameters>
        <virtual-machine>win1</virtual-machine>
        <spec>
            <disk-list>
              <disk>
                <!--Moves Disk1 to storage1-->
                <disk-name>Disk1</disk-name>
               <datastore>storage1</datastore>
               </disk>
              <disk>
                <!--Moves Disk2 to storage2-->
                <disk-name>Disk2</disk-name>
                <datastore>storage2</datastore>
              </disk>
            </disk-list>
            <transform>flat</transform>
        </spec>
     </parameters>
</vmware-infrastructure-request>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值