Uses of Class
org.jclouds.ec2.options.CreateImageOptions
-
Packages that use CreateImageOptions Package Description org.jclouds.ec2.features org.jclouds.ec2.options -
-
Uses of CreateImageOptions in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type CreateImageOptions Modifier and Type Method Description StringAMIApi. 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. -
Uses of CreateImageOptions in org.jclouds.ec2.options
Fields in org.jclouds.ec2.options declared as CreateImageOptions Modifier and Type Field Description static CreateImageOptionsCreateImageOptions. NONEMethods in org.jclouds.ec2.options that return CreateImageOptions Modifier and Type Method Description static CreateImageOptionsCreateImageOptions.Builder. noReboot()CreateImageOptionsCreateImageOptions. 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 CreateImageOptionsCreateImageOptions.Builder. withDescription(String description)CreateImageOptionsCreateImageOptions. withDescription(String description)The description of the AMI that was provided during image creation.
-