|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.http.options.BaseHttpRequestOptions org.jclouds.deltacloud.options.CreateInstanceOptions
public class CreateInstanceOptions
Contains options supported in the Deltacloud API for the Create Instance operation.
import static org.jclouds.deltacloud.options.CreateInstanceOptions.Builder.*
DeltacloudClient connection = // get connection
ListenableFuture instance = client.createInstance(collection, "imageId", named("robot"));
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
CreateInstanceOptions.Builder
Field Summary
static CreateInstanceOptions
NONE
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
CreateInstanceOptions()
Method Summary
String
getName()
CreateInstanceOptions
hardwareProfile(String hwpName)
The hardware profile upon which to launch the instance
CreateInstanceOptions
named(String name)
A short label to identify the instance.
CreateInstanceOptions
realm(String realmId)
The realm in which to launch the instance
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Field Detail
NONE
public static final CreateInstanceOptions NONE
Constructor Detail
CreateInstanceOptions
public CreateInstanceOptions()
Method Detail
named
public CreateInstanceOptions named(String name)
- A short label to identify the instance.
realm
public CreateInstanceOptions realm(String realmId)
- The realm in which to launch the instance
hardwareProfile
public CreateInstanceOptions hardwareProfile(String hwpName)
- The hardware profile upon which to launch the instance
getName
public String getName()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.