AWS SDK for .NET Documentation
CreateInstanceExportTaskRequest Class
AmazonAmazon.EC2.ModelCreateInstanceExportTaskRequest Did this page help you?   Yes   No    Tell us about it...
Exports a running or stopped instance to an Amazon S3 bucket.
Declaration Syntax
C#
public class CreateInstanceExportTaskRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateInstanceExportTaskRequest()()()()
Initializes a new instance of the CreateInstanceExportTaskRequest class

Description
A description of the conversion task or the resource being exported.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExportToS3Task
Details of the S3 object to be written on export

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
The ID of the instance being exported.

IsSetDescription()()()()
Checks if the Description property is set

IsSetExportToS3Task()()()()
Checks if the ExportToS3Task property is set

IsSetInstanceId()()()()
Checks if the InstanceId property is set

IsSetTargetEnvironment()()()()
Checks if the TargetEnvironment property is set

TargetEnvironment
The target virtualization environment

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDescription(String) Obsolete.
Sets the description of the conversion task or the resource being exported.

WithExportToS3Task(ExportToS3TaskType) Obsolete.
Sets the details of the S3 object to be written on export.

WithInstanceId(String) Obsolete.
Sets the ID of the instance being exported.

WithTargetEnvironment(String) Obsolete.
Sets the target virtualization environment

Remarks
Creates a new export task, produces an image of an EC2 instance for use in another virtualization environment, and then writes the image to the specified Amazon S3 bucket. If the instance is running at the time of export, Amazon EC2 will attempt to shut down the instance, initiate the export process, and then reboot the instance. Only instances derived from your own ImportInstance tasks may be exported. When the task is complete, the image can be downloaded from your Amazon S3 bucket.
Inheritance Hierarchy
Object
EC2Request
 CreateInstanceExportTaskRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)