Uses of Class
com.hyper9.simdk.stubs.enums.VirtualMachineMovePriority

Packages that use VirtualMachineMovePriority
com.hyper9.simdk.stubs   
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.enums   
com.hyper9.simdk.stubs.jaxws   
com.hyper9.simdk.ws   
 

Uses of VirtualMachineMovePriority in com.hyper9.simdk.stubs
 

Methods in com.hyper9.simdk.stubs with parameters of type VirtualMachineMovePriority
 ManagedObjectReference VimServiceImpl.migrateVM_Task(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 ManagedObjectReference VimService.migrateVM_Task(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 void VimServiceImpl.migrateVM(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 void VimService.migrateVM(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 ManagedObjectReference VimServiceImpl.relocateVM_Task(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 ManagedObjectReference VimService.relocateVM_Task(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 void VimServiceImpl.relocateVM(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 void VimService.relocateVM(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 

Uses of VirtualMachineMovePriority in com.hyper9.simdk.stubs.dao
 

Methods in com.hyper9.simdk.stubs.dao that return VirtualMachineMovePriority
 VirtualMachineMovePriority HostVMotionManagerSpec.getPriority()
           
 

Methods in com.hyper9.simdk.stubs.dao with parameters of type VirtualMachineMovePriority
 void HostVMotionManagerSpec.setPriority(VirtualMachineMovePriority toSet)
           
 

Uses of VirtualMachineMovePriority in com.hyper9.simdk.stubs.enums
 

Methods in com.hyper9.simdk.stubs.enums that return VirtualMachineMovePriority
static VirtualMachineMovePriority VirtualMachineMovePriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VirtualMachineMovePriority[] VirtualMachineMovePriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of VirtualMachineMovePriority in com.hyper9.simdk.stubs.jaxws
 

Methods in com.hyper9.simdk.stubs.jaxws that return VirtualMachineMovePriority
 VirtualMachineMovePriority RelocateVM_Task.getPriority()
           
 VirtualMachineMovePriority RelocateVM.getPriority()
           
 VirtualMachineMovePriority MigrateVM_Task.getPriority()
           
 VirtualMachineMovePriority MigrateVM.getPriority()
           
 

Methods in com.hyper9.simdk.stubs.jaxws with parameters of type VirtualMachineMovePriority
 void RelocateVM_Task.setPriority(VirtualMachineMovePriority priority)
           
 void RelocateVM.setPriority(VirtualMachineMovePriority priority)
           
 void MigrateVM_Task.setPriority(VirtualMachineMovePriority priority)
           
 void MigrateVM.setPriority(VirtualMachineMovePriority priority)
           
 

Uses of VirtualMachineMovePriority in com.hyper9.simdk.ws
 

Methods in com.hyper9.simdk.ws with parameters of type VirtualMachineMovePriority
 ManagedObjectReference VimServiceExImpl.migrateVM_Task(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 void VimServiceExImpl.migrateVM(ManagedObjectReference _this, ManagedObjectReference pool, ManagedObjectReference host, VirtualMachineMovePriority priority, VirtualMachinePowerState state)
           
 ManagedObjectReference VimServiceExImpl.relocateVM_Task(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 void VimServiceExImpl.relocateVM(ManagedObjectReference _this, VirtualMachineRelocateSpec spec, VirtualMachineMovePriority priority)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.