Snapshot Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Represents a snapshot of an Amazon EC2 EBS volume.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.Snapshot

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class Snapshot : Object

The Snapshot type exposes the following members

Constructors

  Name Description
Public Method Snapshot()

Properties

  Name Description
Public Property Description Description of the snapshot.
Public Property OwnerAlias The AWS account alias (e.g., "amazon", "redhat", "self", etc.) or AWS account ID that owns the AMI.
Public Property OwnerId AWS Access Key ID of the user who owns the snapshot.
Public Property Progress The progress of the snapshot, in percentage.
Public Property SnapshotId The unique ID of this snapshot.
Public Property StartTime Time stamp when the snapshot was initiated.
Public Property State Snapshot state (e.g., pending, completed, or error).

Constraints:Allowed Valuespending, completed, error

Public Property Tags A list of tags for the Snapshot.
Public Property VolumeId The ID of the volume from which this snapshot was created.
Public Property VolumeSize The size of the volume, in gigabytes.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8