Package com.vmware.vim25.mo
Class VirtualMachineCompatibilityChecker
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.VirtualMachineCompatibilityChecker
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualMachineCompatibilityChecker(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptioncheckCompatibility_Task(VirtualMachine vm, HostSystem host, ResourcePool pool, String[] testType) checkPowerOn_Task(VirtualMachine vm, HostSystem host, ResourcePool pool, String[] testType) checkVmConfig_Task(VirtualMachineConfigSpec spec, VirtualMachine vm, HostSystem host, ResourcePool pool, String[] testType) 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
-
VirtualMachineCompatibilityChecker
public VirtualMachineCompatibilityChecker(ServerConnection serverConnection, ManagedObjectReference mor)
-
-
Method Details
-
checkCompatibility_Task
public Task checkCompatibility_Task(VirtualMachine vm, HostSystem host, ResourcePool pool, String[] testType) throws DatacenterMismatch, InvalidArgument, InvalidState, RuntimeFault, RemoteException -
checkPowerOn_Task
public Task checkPowerOn_Task(VirtualMachine vm, HostSystem host, ResourcePool pool, String[] testType) throws DatacenterMismatch, InvalidArgument, RuntimeFault, RemoteException -
checkVmConfig_Task
public Task checkVmConfig_Task(VirtualMachineConfigSpec spec, VirtualMachine vm, HostSystem host, ResourcePool pool, String[] testType) throws DatacenterMismatch, InvalidArgument, RuntimeFault, RemoteException
-