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.DiskImageDetail

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

Syntax

C#
public class DiskImageDetail

The DiskImageDetail type exposes the following members

Constructors

NameDescription
Public Method DiskImageDetail()

Properties

NameTypeDescription
Public Property Bytes System.Int64

Gets and sets the property Bytes.

The size of the disk image, in GiB.

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 and presented here as an Amazon S3 presigned URL. 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.

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