Uses of Class
org.jclouds.smartos.compute.domain.VM

Packages that use VM
org.jclouds.smartos.compute.domain   
org.jclouds.smartos.compute.functions   
org.jclouds.smartos.compute.strategy   
 

Uses of VM in org.jclouds.smartos.compute.domain
 

Methods in org.jclouds.smartos.compute.domain that return VM
 VM VM.Builder.build()
           
 VM SmartOSHost.createVM(VmSpecification specification)
           
 VM SmartOSHost.getVM(UUID serverId)
           
 

Methods in org.jclouds.smartos.compute.domain that return types with arguments of type VM
 Iterable<VM> SmartOSHost.getVMs()
           
 

Methods in org.jclouds.smartos.compute.domain with parameters of type VM
 VM.Builder VM.Builder.fromVM(VM in)
           
 

Uses of VM in org.jclouds.smartos.compute.functions
 

Methods in org.jclouds.smartos.compute.functions with parameters of type VM
 NodeMetadata VMToNodeMetadata.apply(VM from)
           
 boolean VMToNodeMetadata.FindHardwareForServer.matches(VM from, Hardware input)
           
 boolean VMToNodeMetadata.FindImageForServer.matches(VM from, Image input)
           
 boolean VMToNodeMetadata.FindLocationForServer.matches(VM from, Location input)
           
 

Uses of VM in org.jclouds.smartos.compute.strategy
 

Methods in org.jclouds.smartos.compute.strategy that return VM
 VM SmartOSComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.smartos.compute.strategy that return types with arguments of type VM
 ComputeServiceAdapter.NodeAndInitialCredentials<VM> SmartOSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 Iterable<VM> SmartOSComputeServiceAdapter.listNodes()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.