Package com.vmware.vm
Class XVMotion
- java.lang.Object
-
- com.vmware.connection.ConnectedVimServiceBase
-
- com.vmware.vm.XVMotion
-
@Sample(name="xvmotion", description="This sample is used to migrate/relocate VM to another host and datastoreusing the drs placement recommendations") public class XVMotion extends ConnectedVimServiceBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vmware.connection.ConnectedVimServiceBase
ConnectedVimServiceBase.ConnectionException
-
-
Field Summary
-
Fields inherited from class com.vmware.connection.ConnectedVimServiceBase
PROP_ME_NAME, SVC_INST_NAME
-
-
Constructor Summary
Constructors Constructor Description XVMotion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidplaceVM()This method is used to relocate the VM to the computing resource recommended by the DRS.voidsetCluster(java.lang.String clusterName)voidsetVmName(java.lang.String name)-
Methods inherited from class com.vmware.connection.ConnectedVimServiceBase
basicConnectionFromConnection, connect, disconnect, getServiceInstanceReference, setConnection, setHostConnection
-
-
-
-
Method Detail
-
setVmName
@Option(name="vmname", description="Name of the virtual machine to be migrated") public void setVmName(java.lang.String name)
-
setCluster
@Option(name="clustername", description="Target cluster name") public void setCluster(java.lang.String clusterName)
-
placeVM
@Action public void placeVM() throws com.vmware.vim25.RuntimeFaultFaultMsg, com.vmware.vim25.InvalidPropertyFaultMsg, com.vmware.vim25.FileFaultFaultMsg, com.vmware.vim25.InsufficientResourcesFaultFaultMsg, com.vmware.vim25.InvalidDatastoreFaultMsg, com.vmware.vim25.InvalidStateFaultMsg, com.vmware.vim25.MigrationFaultFaultMsg, com.vmware.vim25.TimedoutFaultMsg, com.vmware.vim25.VmConfigFaultFaultMsg, com.vmware.vim25.InvalidCollectorVersionFaultMsgThis method is used to relocate the VM to the computing resource recommended by the DRS.- Throws:
com.vmware.vim25.RuntimeFaultFaultMsgcom.vmware.vim25.InvalidPropertyFaultMsgcom.vmware.vim25.FileFaultFaultMsgcom.vmware.vim25.InsufficientResourcesFaultFaultMsgcom.vmware.vim25.InvalidDatastoreFaultMsgcom.vmware.vim25.InvalidStateFaultMsgcom.vmware.vim25.MigrationFaultFaultMsgcom.vmware.vim25.TimedoutFaultMsgcom.vmware.vim25.VmConfigFaultFaultMsgcom.vmware.vim25.InvalidCollectorVersionFaultMsg
-
-