Creates an AMI that uses an Amazon EBS root device from a "running" or
"stopped" instance. AMIs that use an Amazon EBS root device boot
faster than AMIs that use instance stores. They can be up to 1 TiB in size,
use storage that persists on instance failure, and can be stopped
and started.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CreateImageRequest
Public Class CreateImageRequest
public ref class CreateImageRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CreateImageRequest()()()() | Initializes a new instance of the CreateImageRequest class | |
| Description |
Gets and sets the Description property.
The description of the AMI that was provided
during
image creation. Can be up to 255 characters.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InstanceId |
Gets and sets the InstanceId property.
The ID of the instance.
| |
| IsSetDescription()()()() |
Checks if Description property is set
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| IsSetName()()()() |
Checks if Name property is set
| |
| IsSetNoReboot()()()() |
Checks if NoReboot property is set
| |
| Name |
Gets and sets the Name property.
The name of the AMI that was provided during image
creation. Must be 3-128 alphanumeric characters,
parenthesis (()), commas (,), slashes (/), dashes (-), or
underscores(_).
| |
| NoReboot |
Gets and sets the NoReboot property.
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. When set to true, Amazon EC2 does not shut down the
instance before creating the image. When this option is used,
file system integrity on the created image cannot be guaranteed.
Default is FALSE.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDescription(String) |
Sets the Description property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithName(String) |
Sets the Name property
| |
| WithNoReboot(Boolean) |
Sets the NoReboot property
|