AWS SDK for .NET Documentation
ImportInstanceRequest Class
AmazonAmazon.EC2.ModelImportInstanceRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ImportInstance operation.

Creates an import instance task using metadata from the specified disk image. After importing the image, you then upload it using the ec2-import-volume command in the EC2 command line tools. For more information, see Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide.

Declaration Syntax
C#
public class ImportInstanceRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

Description
Description of the instance being imported

DiskImage
Details about the image.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsSetDescription()()()()
Checks if Description property is set

IsSetDiskImage()()()()
Checks if DiskImage property is set

IsSetLaunchSpecification()()()()
Checks if LaunchSpecification property is set

IsSetPlatform()()()()
Checks if Platform property is set

LaunchSpecification
Additional launch instance information.

Platform
The EC2 instance operating system. Valid Value: Windows

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDescription(String) Obsolete.
Sets the description of the instance being imported

WithDiskImage(array<DiskImageType>[]()[][]) Obsolete.
Sets details about the image.

WithLaunchSpecification(ImportInstanceLaunchSpecificationType) Obsolete.
Sets additional launch instance information.

WithPlatform(String) Obsolete.
Sets the EC2 instance operating system.

Inheritance Hierarchy
Object
EC2Request
 ImportInstanceRequest

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