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