Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.options |
Modifier and Type | Method and Description |
---|---|
Server |
NovaClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
CreateServerOptions |
CreateServerOptions.withAdminPass(String adminPass) |
static CreateServerOptions |
CreateServerOptions.Builder.withAdminPass(String adminPass) |
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.withKeyName(String keyName)
A keypair name can be defined when creating a server.
|
static CreateServerOptions |
CreateServerOptions.Builder.withKeyName(String keyName) |
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) |
CreateServerOptions |
CreateServerOptions.withSecurityGroup(String groupName)
Defines the security group name to be used when creating a server.
|
static CreateServerOptions |
CreateServerOptions.Builder.withSecurityGroup(String name) |
Copyright © 2009-2013 jclouds. All Rights Reserved.