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 snapshot.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class Snapshot
The Snapshot type exposes the following members
Name | Description | |
---|---|---|
Snapshot() |
Name | Type | Description | |
---|---|---|---|
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone.
The Availability Zone or Local Zone of the snapshot. For example, |
|
CompletionDurationMinutes | System.Int32 |
Gets and sets the property CompletionDurationMinutes.
Only for snapshot copies created with time-based snapshot copy operations.
The completion duration requested for the time-based snapshot copy operation. |
|
CompletionTime | System.DateTime |
Gets and sets the property CompletionTime. The time stamp when the snapshot was completed. |
|
DataEncryptionKeyId | System.String |
Gets and sets the property DataEncryptionKeyId. The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots. |
|
Description | System.String |
Gets and sets the property Description. The description for the snapshot. |
|
Encrypted | System.Boolean |
Gets and sets the property Encrypted. Indicates whether the snapshot is encrypted. |
|
KmsKeyId | System.String |
Gets and sets the property KmsKeyId. The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the parent volume. |
|
OutpostArn | System.String |
Gets and sets the property OutpostArn. The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide. |
|
OwnerAlias | System.String |
Gets and sets the property OwnerAlias.
The Amazon Web Services owner alias, from an Amazon-maintained list ( |
|
OwnerId | System.String |
Gets and sets the property OwnerId. The ID of the Amazon Web Services account that owns the EBS snapshot. |
|
Progress | System.String |
Gets and sets the property Progress. The progress of the snapshot, as a percentage. |
|
RestoreExpiryTime | System.DateTime |
Gets and sets the property RestoreExpiryTime. Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived. |
|
SnapshotId | System.String |
Gets and sets the property SnapshotId. The ID of the snapshot. Each snapshot receives a unique identifier when it is created. |
|
SseType | Amazon.EC2.SSEType |
Gets and sets the property SseType. Reserved for future use. |
|
StartTime | System.DateTime |
Gets and sets the property StartTime. The time stamp when the snapshot was initiated. |
|
State | Amazon.EC2.SnapshotState |
Gets and sets the property State. The snapshot state. |
|
StateMessage | System.String |
Gets and sets the property StateMessage. Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper KMS permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots. |
|
StorageTier | Amazon.EC2.StorageTier |
Gets and sets the property StorageTier.
The storage tier in which the snapshot is stored. |
|
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. Any tags assigned to the snapshot. |
|
TransferType | Amazon.EC2.TransferType |
Gets and sets the property TransferType.
Only for snapshot copies.
Indicates whether the snapshot copy was created with a standard or time-based snapshot copy operation. Time-based snapshot copy operations complete within the completion duration specified in the request. Standard snapshot copy operations are completed on a best-effort basis.
|
|
VolumeId | System.String |
Gets and sets the property VolumeId. The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose. |
|
VolumeSize | System.Int32 |
Gets and sets the property VolumeSize. The size of the volume, in GiB. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5