|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateServerOptions | |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.options |
Uses of CreateServerOptions in org.jclouds.openstack.nova |
---|
Methods in org.jclouds.openstack.nova with parameters of type CreateServerOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
|
Server |
NovaClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
This operation asynchronously provisions a new server. |
Uses of CreateServerOptions in org.jclouds.openstack.nova.options |
---|
Methods in org.jclouds.openstack.nova.options that return CreateServerOptions | |
---|---|
CreateServerOptions |
CreateServerOptions.withFile(String path,
byte[] contents)
You may further customize a cloud server by injecting data into the file system of the cloud server itself. |
static CreateServerOptions |
CreateServerOptions.Builder.withFile(String path,
byte[] contents)
|
CreateServerOptions |
CreateServerOptions.withMetadata(Map<String,String> metadata)
Custom cloud server metadata can also be supplied at launch time. |
static CreateServerOptions |
CreateServerOptions.Builder.withMetadata(Map<String,String> metadata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |