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.

Describes fast snapshot restores that were successfully disabled.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.DisableFastSnapshotRestoreSuccessItem

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

Syntax

C#
public class DisableFastSnapshotRestoreSuccessItem

The DisableFastSnapshotRestoreSuccessItem type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone.

Public Property DisabledTime System.DateTime

Gets and sets the property DisabledTime.

The time at which fast snapshot restores entered the disabled state.

Public Property DisablingTime System.DateTime

Gets and sets the property DisablingTime.

The time at which fast snapshot restores entered the disabling state.

Public Property EnabledTime System.DateTime

Gets and sets the property EnabledTime.

The time at which fast snapshot restores entered the enabled state.

Public Property EnablingTime System.DateTime

Gets and sets the property EnablingTime.

The time at which fast snapshot restores entered the enabling state.

Public Property OptimizingTime System.DateTime

Gets and sets the property OptimizingTime.

The time at which fast snapshot restores entered the optimizing state.

Public Property OwnerAlias System.String

Gets and sets the property OwnerAlias.

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The ID of the snapshot.

Public Property State Amazon.EC2.FastSnapshotRestoreStateCode

Gets and sets the property State.

The state of fast snapshot restores for the snapshot.

Public Property StateTransitionReason System.String

Gets and sets the property StateTransitionReason.

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.

  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.

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