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.
Information about a snapshot.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class SnapshotInfo
The SnapshotInfo type exposes the following members
Name | Description | |
---|---|---|
![]() |
SnapshotInfo() |
Name | Type | Description | |
---|---|---|---|
![]() |
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone.
The Availability Zone or Local Zone of the snapshots. For example, |
![]() |
Description | System.String |
Gets and sets the property Description. Description specified by the CreateSnapshotRequest that has been applied to all snapshots. |
![]() |
Encrypted | System.Nullable<System.Boolean> |
Gets and sets the property Encrypted. Indicates whether the snapshot is encrypted. |
![]() |
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. |
![]() |
OwnerId | System.String |
Gets and sets the property OwnerId. Account id used when creating this snapshot. |
![]() |
Progress | System.String |
Gets and sets the property Progress. Progress this snapshot has made towards completing. |
![]() |
SnapshotId | System.String |
Gets and sets the property SnapshotId. Snapshot id that can be used to describe this snapshot. |
![]() |
SseType | Amazon.EC2.SSEType |
Gets and sets the property SseType. Reserved for future use. |
![]() |
StartTime | System.Nullable<System.DateTime> |
Gets and sets the property StartTime. Time this snapshot was started. This is the same for all snapshots initiated by the same request. |
![]() |
State | Amazon.EC2.SnapshotState |
Gets and sets the property State. Current state of the snapshot. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. Tags associated with this snapshot. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
VolumeId | System.String |
Gets and sets the property VolumeId. Source volume from which this snapshot was created. |
![]() |
VolumeSize | System.Nullable<System.Int32> |
Gets and sets the property VolumeSize. Size of the volume from which this snapshot was created. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer