AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an import image task.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ImportImageTask

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ImportImageTask

The ImportImageTask type exposes the following members

Constructors

NameDescription
Public Method ImportImageTask()

Properties

NameTypeDescription
Public Property Architecture System.String

Gets and sets the property Architecture.

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

Public Property BootMode Amazon.EC2.BootModeValues

Gets and sets the property BootMode.

The boot mode of the virtual machine.

Public Property Description System.String

Gets and sets the property Description.

A description of the import task.

Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the image is encrypted.

Public Property Hypervisor System.String

Gets and sets the property Hypervisor.

The target hypervisor for the import task.

Valid values: xen

Public Property ImageId System.String

Gets and sets the property ImageId.

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

Public Property ImportTaskId System.String

Gets and sets the property ImportTaskId.

The ID of the import image task.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The identifier for the KMS key that was used to create the encrypted image.

Public Property LicenseSpecifications System.Collections.Generic.List<Amazon.EC2.Model.ImportImageLicenseConfigurationResponse>

Gets and sets the property LicenseSpecifications.

The ARNs of the license configurations that are associated with the import image task.

Public Property LicenseType System.String

Gets and sets the property LicenseType.

The license type of the virtual machine.

Public Property Platform System.String

Gets and sets the property Platform.

The description string for the import image task.

Public Property Progress System.String

Gets and sets the property Progress.

The percentage of progress of the import image task.

Public Property SnapshotDetails System.Collections.Generic.List<Amazon.EC2.Model.SnapshotDetail>

Gets and sets the property SnapshotDetails.

Information about the snapshots.

Public Property Status System.String

Gets and sets the property Status.

A brief status for the import image task.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A descriptive status message for the import image task.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

The tags for the import image task.

Public Property UsageOperation System.String

Gets and sets the property UsageOperation.

The usage operation value.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5