org.dasein.cloud.vsphere.compute
Class VMwareComputeServices

java.lang.Object
  extended by org.dasein.cloud.compute.AbstractComputeServices
      extended by org.dasein.cloud.vsphere.compute.VMwareComputeServices
All Implemented Interfaces:
ComputeServices

public class VMwareComputeServices
extends AbstractComputeServices


Constructor Summary
VMwareComputeServices(PrivateCloud cloud)
           
 
Method Summary
 Template getImageSupport()
           
 Vm getVirtualMachineSupport()
           
 
Methods inherited from class org.dasein.cloud.compute.AbstractComputeServices
getAutoScalingSupport, getSnapshotSupport, getVolumeSupport, hasAutoScalingSupport, hasImageSupport, hasSnapshotSupport, hasVirtualMachineSupport, hasVolumeSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMwareComputeServices

public VMwareComputeServices(@Nonnull
                             PrivateCloud cloud)
Method Detail

getImageSupport

@Nonnull
public Template getImageSupport()
Specified by:
getImageSupport in interface ComputeServices
Overrides:
getImageSupport in class AbstractComputeServices

getVirtualMachineSupport

@Nonnull
public Vm getVirtualMachineSupport()
Specified by:
getVirtualMachineSupport in interface ComputeServices
Overrides:
getVirtualMachineSupport in class AbstractComputeServices


Copyright © 2014 enStratus Networks Inc. All Rights Reserved.