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 a disk image.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.DiskImageDescription

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

Syntax

C#
public class DiskImageDescription

The DiskImageDescription type exposes the following members

Constructors

NameDescription
Public Method DiskImageDescription()

Properties

NameTypeDescription
Public Property Checksum System.String

Gets and sets the property Checksum.

The checksum computed for the disk image.

Public Property Format Amazon.EC2.DiskImageFormat

Gets and sets the property Format.

The disk image format.

Public Property ImportManifestUrl System.String

Gets and sets the property ImportManifestUrl.

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

Public Property Size System.Int64

Gets and sets the property Size.

The size of the disk image, in GiB.

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