File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Examples:
116116 govc vm.clone -vm template-vm -datastore-cluster dscluster new-vm # use datastore cluster placement
117117 govc vm.clone -vm template-vm -snapshot $(govc snapshot.tree -vm template-vm -C) new-vm
118118 govc vm.clone -vm template-vm -template new-template # clone a VM template
119- govc vm.clone -vm=/ClusterName /vm/FolderName/VM_templateName -on=true -host=myesxi01 -ds=datastore01 myVM_name`
119+ govc vm.clone -vm=/DatacenterName /vm/FolderName/VM_templateName -on=true -host=myesxi01 -ds=datastore01 myVM_name`
120120}
121121
122122func (cmd * clone ) Process (ctx context.Context ) error {
Original file line number Diff line number Diff line change @@ -6869,7 +6869,7 @@ Examples:
68696869 govc vm.clone -vm template-vm -datastore-cluster dscluster new-vm # use datastore cluster placement
68706870 govc vm.clone -vm template-vm -snapshot $(govc snapshot.tree -vm template-vm -C) new-vm
68716871 govc vm.clone -vm template-vm -template new-template # clone a VM template
6872- govc vm.clone -vm=/ClusterName /vm/FolderName/VM_templateName -on=true -host=myesxi01 -ds=datastore01 myVM_name
6872+ govc vm.clone -vm=/DatacenterName /vm/FolderName/VM_templateName -on=true -host=myesxi01 -ds=datastore01 myVM_name
68736873
68746874Options:
68756875 -annotation= VM description
You can’t perform that action at this time.
0 commit comments