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.

Details about the import snapshot task.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.SnapshotTaskDetail

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

Syntax

C#
public class SnapshotTaskDetail

The SnapshotTaskDetail type exposes the following members

Constructors

NameDescription
Public Method SnapshotTaskDetail()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of 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 Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the snapshot is encrypted.

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 KmsKeyId System.String

Gets and sets the property KmsKeyId.

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

Public Property Progress System.String

Gets and sets the property Progress.

The percentage of completion for the import snapshot 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 for the import snapshot task.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A detailed status message for the import snapshot task.

Public Property Url System.String

Gets and sets the property Url.

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

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