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 the snapshot created from the imported disk.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.SnapshotDetail

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

Syntax

C#
public class SnapshotDetail

The SnapshotDetail type exposes the following members

Constructors

NameDescription
Public Method SnapshotDetail()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description for the snapshot.

Public Property DeviceName System.String

Gets and sets the property DeviceName.

The block device mapping for the snapshot.

Public Property DiskImageSize System.Double

Gets and sets the property DiskImageSize.

The size of the disk in the snapshot, in GiB.

Public Property Format System.String

Gets and sets the property Format.

The format of the disk image from which the snapshot is created.

Public Property Progress System.String

Gets and sets the property Progress.

The percentage of progress for the task.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The snapshot ID of the disk being imported.

Public Property Status System.String

Gets and sets the property Status.

A brief status of the snapshot creation.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A detailed status message for the snapshot creation.

Public Property Url System.String

Gets and sets the property Url.

The URL used to access the disk image.

Public Property UserBucket Amazon.EC2.Model.UserBucketDetails

Gets and sets the property UserBucket.

The Amazon S3 bucket for the disk image.

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