Creates a new import instance task using metadata from the specified disk image.
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 ImportInstanceRequest
Public Class ImportInstanceRequest
public ref class ImportInstanceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ImportInstanceRequest()()()() | Initializes a new instance of the ImportInstanceRequest class | |
| Description |
Gets and sets the Description property.
Description of the instance being imported
| |
| DiskImage |
Gets and sets the DiskImage property.
Details about the image.
| |
| 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.) | |
| 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 |
Gets and sets the LaunchSpecification property.
Specifies additional launch instance information.
| |
| Platform |
Gets and sets the Platform property.
The EC2 instance operating system.
Valid Value: Windows
| |
| ToString()()()() | (Inherited from Object.) | |
| WithDescription(String) |
Sets the Description property
| |
| WithDiskImage(array<DiskImageType>[]()[][]) |
Sets the DiskImage property
| |
| WithLaunchSpecification(ImportInstanceLaunchSpecificationType) |
Sets the LaunchSpecification property
| |
| WithPlatform(String) |
Sets the Platform property
|