| Package | Description | 
|---|---|
| org.jclouds.openstack.nova.v2_0.domain | |
| org.jclouds.openstack.nova.v2_0.features | 
| Modifier and Type | Method and Description | 
|---|---|
ServerCreated | 
ServerCreated.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerCreated.Builder | 
ServerCreated.Builder.fromServerCreated(ServerCreated in)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServerCreated | 
ServerApi.create(String name,
      String imageRef,
      String flavorRef,
      CreateServerOptions... options)
Create a new server 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServerCreated> | 
ServerAsyncApi.create(String name,
      String imageRef,
      String flavorRef,
      CreateServerOptions... options)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.