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.

Provides information about a snapshot's storage tier.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.SnapshotTierStatus

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

Syntax

C#
public class SnapshotTierStatus

The SnapshotTierStatus type exposes the following members

Constructors

NameDescription
Public Method SnapshotTierStatus()

Properties

NameTypeDescription
Public Property ArchivalCompleteTime System.DateTime

Gets and sets the property ArchivalCompleteTime.

The date and time when the last archive process was completed.

Public Property LastTieringOperationStatus Amazon.EC2.TieringOperationStatus

Gets and sets the property LastTieringOperationStatus.

The status of the last archive or restore process.

Public Property LastTieringOperationStatusDetail System.String

Gets and sets the property LastTieringOperationStatusDetail.

A message describing the status of the last archive or restore process.

Public Property LastTieringProgress System.Int32

Gets and sets the property LastTieringProgress.

The progress of the last archive or restore process, as a percentage.

Public Property LastTieringStartTime System.DateTime

Gets and sets the property LastTieringStartTime.

The date and time when the last archive or restore process was started.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The ID of the Amazon Web Services account that owns the snapshot.

Public Property 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.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The ID of the snapshot.

Public Property Status Amazon.EC2.SnapshotState

Gets and sets the property Status.

The state of the snapshot.

Public Property StorageTier Amazon.EC2.StorageTier

Gets and sets the property StorageTier.

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

The tags that are assigned to the snapshot.

Public Property VolumeId System.String

Gets and sets the property VolumeId.

The ID of the volume from which the snapshot was created.

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