Uses of Class
org.jclouds.openstack.nova.v2_0.domain.ServerCreated

Packages that use ServerCreated
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.features   
 

Uses of ServerCreated in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return ServerCreated
 ServerCreated ServerCreated.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type ServerCreated
 T ServerCreated.Builder.fromServerCreated(ServerCreated in)
           
 

Uses of ServerCreated in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features that return ServerCreated
 ServerCreated ServerApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
          Create a new server
 

Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type ServerCreated
 com.google.common.util.concurrent.ListenableFuture<ServerCreated> ServerAsyncApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.