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.

This is the response object from the ImportImage operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.EC2.Model.ImportImageResponse

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

Syntax

C#
public class ImportImageResponse : AmazonWebServiceResponse

The ImportImageResponse type exposes the following members

Constructors

NameDescription
Public Method ImportImageResponse()

Properties

NameTypeDescription
Public Property Architecture System.String

Gets and sets the property Architecture.

The architecture of the virtual machine.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 AMI is encrypted.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Hypervisor System.String

Gets and sets the property Hypervisor.

The target hypervisor of the import task.

Public Property ImageId System.String

Gets and sets the property ImageId.

The ID of the Amazon Machine Image (AMI) created by the import task.

Public Property ImportTaskId System.String

Gets and sets the property ImportTaskId.

The task ID of the import image task.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

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

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

Gets and sets the property LicenseSpecifications.

The ARNs of the license configurations.

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 operating system of the virtual machine.

Public Property Progress System.String

Gets and sets the property Progress.

The progress of the task.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 of the task.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A detailed status message of the import task.

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

Gets and sets the property Tags.

Any tags assigned to 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