Creates a new import instance task using metadata from the specified disk image.
| C# |
public class ImportInstanceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ImportInstanceRequest()()()() | Initializes a new instance of the ImportInstanceRequest class | |
| Description |
Description of the instance being imported
| |
| DiskImage |
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 |
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) |
Sets the description of the instance being imported
| |
| WithDiskImage(array<DiskImageType>[]()[][]) |
Sets details about the image.
| |
| WithLaunchSpecification(ImportInstanceLaunchSpecificationType) |
Sets additional launch instance information.
| |
| WithPlatform(String) |
Sets the EC2 instance operating system.
|
| Object | |
| ImportInstanceRequest | |