|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateServerOptions | |
|---|---|
| org.jclouds.openstack.nova.v2_0.features | |
| org.jclouds.openstack.nova.v2_0.options | |
| Uses of CreateServerOptions in org.jclouds.openstack.nova.v2_0.features |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.features with parameters of type CreateServerOptions | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServerCreated> |
ServerAsyncApi.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
|
ServerCreated |
ServerApi.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Create a new server |
| Uses of CreateServerOptions in org.jclouds.openstack.nova.v2_0.options |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.options that return CreateServerOptions | |
|---|---|
CreateServerOptions |
CreateServerOptions.adminPass(String adminPass)
|
static CreateServerOptions |
CreateServerOptions.Builder.adminPass(String adminPass)
|
CreateServerOptions |
CreateServerOptions.keyPairName(String keyName)
|
static CreateServerOptions |
CreateServerOptions.Builder.keyPairName(String keyName)
|
CreateServerOptions |
CreateServerOptions.metadata(Map<String,String> metadata)
Custom cloud server metadata can also be supplied at launch time. |
static CreateServerOptions |
CreateServerOptions.Builder.metadata(Map<String,String> metadata)
|
CreateServerOptions |
CreateServerOptions.securityGroupNames(Iterable<String> securityGroupNames)
|
static CreateServerOptions |
CreateServerOptions.Builder.securityGroupNames(Iterable<String> groupNames)
|
CreateServerOptions |
CreateServerOptions.securityGroupNames(String... securityGroupNames)
|
static CreateServerOptions |
CreateServerOptions.Builder.securityGroupNames(String... groupNames)
|
CreateServerOptions |
CreateServerOptions.userData(byte[] userData)
Custom user-data can be also be supplied at launch time. |
CreateServerOptions |
CreateServerOptions.writeFileToPath(byte[] contents,
String path)
You may further customize a cloud server by injecting data into the file system of the cloud server itself. |
static CreateServerOptions |
CreateServerOptions.Builder.writeFileToPath(byte[] contents,
String path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||