|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateImageOptions | |
|---|---|
| org.jclouds.ec2.options | |
| org.jclouds.ec2.services | |
| Uses of CreateImageOptions in org.jclouds.ec2.options |
|---|
| Fields in org.jclouds.ec2.options declared as CreateImageOptions | |
|---|---|
static CreateImageOptions |
CreateImageOptions.NONE
|
| Methods in org.jclouds.ec2.options that return CreateImageOptions | |
|---|---|
CreateImageOptions |
CreateImageOptions.noReboot()
By default this property is set to false, which means Amazon EC2 attempts to cleanly shut down the instance before image creation and reboots the instance afterwards. |
static CreateImageOptions |
CreateImageOptions.Builder.noReboot()
|
CreateImageOptions |
CreateImageOptions.withDescription(String description)
The description of the AMI that was provided during image creation. |
static CreateImageOptions |
CreateImageOptions.Builder.withDescription(String description)
|
| Uses of CreateImageOptions in org.jclouds.ec2.services |
|---|
| Methods in org.jclouds.ec2.services with parameters of type CreateImageOptions | |
|---|---|
String |
AMIClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options)
Creates an AMI that uses an Amazon EBS root device from a "running" or "stopped" instance. |
com.google.common.util.concurrent.ListenableFuture<String> |
AMIAsyncClient.createImageInRegion(String region,
String name,
String instanceId,
CreateImageOptions... options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||