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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ImportImageResponse : AmazonWebServiceResponse
The ImportImageResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
ImportImageResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Architecture | System.String |
Gets and sets the property Architecture. The architecture of the virtual machine. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the import task. |
![]() |
Encrypted | System.Nullable<System.Boolean> |
Gets and sets the property Encrypted. Indicates whether the AMI is encrypted. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Hypervisor | System.String |
Gets and sets the property Hypervisor. The target hypervisor of the import task. |
![]() |
ImageId | System.String |
Gets and sets the property ImageId. The ID of the Amazon Machine Image (AMI) created by the import task. |
![]() |
ImportTaskId | System.String |
Gets and sets the property ImportTaskId. The task ID of the import image task. |
![]() |
KmsKeyId | System.String |
Gets and sets the property KmsKeyId. The identifier for the symmetric KMS key that was used to create the encrypted AMI. |
![]() |
LicenseSpecifications | System.Collections.Generic.List<Amazon.EC2.Model.ImportImageLicenseConfigurationResponse> |
Gets and sets the property LicenseSpecifications. The ARNs of the license configurations. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
LicenseType | System.String |
Gets and sets the property LicenseType. The license type of the virtual machine. |
![]() |
Platform | System.String |
Gets and sets the property Platform. The operating system of the virtual machine. |
![]() |
Progress | System.String |
Gets and sets the property Progress. The progress of the task. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
SnapshotDetails | System.Collections.Generic.List<Amazon.EC2.Model.SnapshotDetail> |
Gets and sets the property SnapshotDetails. Information about the snapshots. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Status | System.String |
Gets and sets the property Status. A brief status of the task. |
![]() |
StatusMessage | System.String |
Gets and sets the property StatusMessage. A detailed status message of the import task. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. Any tags assigned to the import image task. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
UsageOperation | System.String |
Gets and sets the property UsageOperation. The usage operation value. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer