Uses of Class
org.jclouds.opsource.servers.domain.MachineSpecification

Packages that use MachineSpecification
org.jclouds.opsource.servers.domain   
 

Uses of MachineSpecification in org.jclouds.opsource.servers.domain
 

Methods in org.jclouds.opsource.servers.domain that return MachineSpecification
 MachineSpecification MachineSpecification.Builder.build()
           
 MachineSpecification PendingDeployServer.getMachineSpecification()
           
 MachineSpecification DeployedServer.getMachineSpecification()
           
 

Methods in org.jclouds.opsource.servers.domain with parameters of type MachineSpecification
 MachineSpecification.Builder MachineSpecification.Builder.fromMachineSpecification(MachineSpecification in)
           
 PendingDeployServer.Builder PendingDeployServer.Builder.machineSpecification(MachineSpecification machineSpecification)
           
 DeployedServer.Builder DeployedServer.Builder.machineSpecification(MachineSpecification machineSpecification)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.