AWS SDK Version 4 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.

Information about the volume initialization. For more information, see Initialize Amazon EBS volumes.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InitializationStatusDetails

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

Syntax

C#
public class InitializationStatusDetails

The InitializationStatusDetails type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EstimatedTimeToCompleteInSeconds System.Nullable<System.Int64>

Gets and sets the property EstimatedTimeToCompleteInSeconds.

The estimated remaining time, in seconds, for volume initialization to complete. Returns 0 when volume initialization has completed.

Only available for volumes created with Amazon EBS Provisioned Rate for Volume Initialization.

Public Property InitializationType Amazon.EC2.InitializationType

Gets and sets the property InitializationType.

The method used for volume initialization. Possible values include:

  • default - Volume initialized using the default volume initialization rate or fast snapshot restore.

  • provisioned-rate - Volume initialized using an Amazon EBS Provisioned Rate for Volume Initialization.

Public Property Progress System.Nullable<System.Int64>

Gets and sets the property Progress.

The current volume initialization progress as a percentage (0-100). Returns 100 when volume initialization has completed.

Version Information

.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