您的位置:首页 > 编程语言 > Java开发

Vijava 学习笔记之(VirtualMachineCloneSpec)

2015-05-04 11:54 148 查看


VirtualMachineCloneSpec:指定虚拟机克隆规范。

NAMETYPEDESCRIPTION
config*VirtualMachineConfigSpec指定虚拟机的配置信息
customization*CustomizationSpec一个可选的操作系统定制规范。如果虚拟机创建可以忽略该属性值。
locationVirtualMachineRelocateSpec指定虚拟机创建位置。
powerOnxsd:boolean创建虚拟机完成是否打开电源。
snapshot*ManagedObjectReference

to aVirtualMachineSnapshot
Snapshot reference from which to base the clone.
If this parameter is set, the clone is based off of the snapshot point. This means that the newly created virtual machine will have the same configuration as the virtual machine at the time the snapshot was taken.

If this property is not set then the clone is based off of the virtual machine's current configuration.

Setting this is only supported if the host this virtual machine is currently residing on supports
cloning from a snapshot point. Such support does not need to exist on the destination host for the clone.

Setting this is only supported if the virtual machine supports reporting snapshot configuration information. See snapshotConfigSupported.
Such support does not need to exist on the destination host for the clone.

Since vSphere API 4.0
templatexsd:boolean创建的虚拟机是否指定为模板。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: