com.hyper9.simdk.stubs.jaxws
Class CheckVMCompatibility

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.CheckVMCompatibility

public class CheckVMCompatibility
extends Object


Constructor Summary
CheckVMCompatibility()
           
 
Method Summary
 List<ManagedObjectReference> getHosts()
           
 ManagedObjectReference getThis()
           
 VirtualMachineConfigSpec getVmConfigSpec()
           
 void setHosts(List<ManagedObjectReference> hosts)
           
 void setThis(ManagedObjectReference _this)
           
 void setVmConfigSpec(VirtualMachineConfigSpec vmConfigSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckVMCompatibility

public CheckVMCompatibility()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getVmConfigSpec

public VirtualMachineConfigSpec getVmConfigSpec()
Returns:
returns VirtualMachineConfigSpec

setVmConfigSpec

public void setVmConfigSpec(VirtualMachineConfigSpec vmConfigSpec)
Parameters:
vmConfigSpec - the value for the vmConfigSpec property

getHosts

public List<ManagedObjectReference> getHosts()
Returns:
returns List

setHosts

public void setHosts(List<ManagedObjectReference> hosts)
Parameters:
hosts - the value for the hosts property


Copyright © 2009-2010 Hyper9. All Rights Reserved.