Package com.vmware.vim25.mo
Class VirtualMachineProvisioningChecker
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.VirtualMachineProvisioningChecker
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualMachineProvisioningChecker(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptioncheckClone_Task(VirtualMachine vm, Folder folder, String name, VirtualMachineCloneSpec spec, String[] testType) checkInstantClone_Task(VirtualMachine vm, VirtualMachineInstantCloneSpec spec, String[] testType) checkMigrate_Task(VirtualMachine vm, HostSystem host, ResourcePool pool, VirtualMachinePowerState state, String[] testType) checkRelocate_Task(VirtualMachine vm, VirtualMachineRelocateSpec spec, String[] testType) queryVMotionCompatibilityEx_Task(VirtualMachine[] vm, HostSystem[] host) Methods inherited from class com.vmware.vim25.mo.ManagedObject
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setCachedProperty, setMOR, setServerConnection, toString, waitForValues
-
Constructor Details
-
VirtualMachineProvisioningChecker
public VirtualMachineProvisioningChecker(ServerConnection serverConnection, ManagedObjectReference mor)
-
-
Method Details
-
checkClone_Task
public Task checkClone_Task(VirtualMachine vm, Folder folder, String name, VirtualMachineCloneSpec spec, String[] testType) throws InvalidState, RuntimeFault, RemoteException - Throws:
InvalidStateRuntimeFaultRemoteException
-
checkInstantClone_Task
public Task checkInstantClone_Task(VirtualMachine vm, VirtualMachineInstantCloneSpec spec, String[] testType) throws InvalidState, RuntimeFault, RemoteException - Throws:
InvalidStateRuntimeFaultRemoteException
-
checkMigrate_Task
public Task checkMigrate_Task(VirtualMachine vm, HostSystem host, ResourcePool pool, VirtualMachinePowerState state, String[] testType) throws InvalidState, RuntimeFault, RemoteException - Throws:
InvalidStateRuntimeFaultRemoteException
-
checkRelocate_Task
public Task checkRelocate_Task(VirtualMachine vm, VirtualMachineRelocateSpec spec, String[] testType) throws InvalidState, RuntimeFault, RemoteException - Throws:
InvalidStateRuntimeFaultRemoteException
-
queryVMotionCompatibilityEx_Task
public Task queryVMotionCompatibilityEx_Task(VirtualMachine[] vm, HostSystem[] host) throws RuntimeFault, RemoteException - Throws:
RuntimeFaultRemoteException
-