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

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

Uses of VM in org.jclouds.smartos
 

Methods in org.jclouds.smartos that return VM
 VM SmartOSHostController.createVM(VmSpecification specification)
           
 VM SmartOSHostController.getVM(UUID serverId)
           
 

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

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

Methods in org.jclouds.smartos.compute.domain that return VM
 VM VM.Builder.build()
           
 

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
 org.jclouds.compute.domain.NodeMetadata VMToNodeMetadata.apply(VM from)
           
 boolean VMToNodeMetadata.FindHardwareForServer.matches(VM from, org.jclouds.compute.domain.Hardware input)
           
 boolean VMToNodeMetadata.FindImageForServer.matches(VM from, org.jclouds.compute.domain.Image input)
           
 boolean VMToNodeMetadata.FindLocationForServer.matches(VM from, org.jclouds.domain.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
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<VM> SmartOSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, org.jclouds.compute.domain.Template template)
           
 Iterable<VM> SmartOSComputeServiceAdapter.listNodes()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.