Skip to content

/AWS1/CL_EC2INITIALIZATIONST00

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

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_initializationtype TYPE /AWS1/EC2INITIALIZATIONTYPE /AWS1/EC2INITIALIZATIONTYPE

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.

  • volume-copy - Volume copy initialized at the rate for volume copies.

iv_progress TYPE /AWS1/EC2LONG /AWS1/EC2LONG

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

iv_estimatedtimetocomplins00 TYPE /AWS1/EC2LONG /AWS1/EC2LONG

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.


Queryable Attributes

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.

  • volume-copy - Volume copy initialized at the rate for volume copies.

Accessible with the following methods

Method Description
GET_INITIALIZATIONTYPE() Getter for INITIALIZATIONTYPE, with configurable default
ASK_INITIALIZATIONTYPE() Getter for INITIALIZATIONTYPE w/ exceptions if field has no
HAS_INITIALIZATIONTYPE() Determine if INITIALIZATIONTYPE has a value

Progress

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

Accessible with the following methods

Method Description
GET_PROGRESS() Getter for PROGRESS, with configurable default
ASK_PROGRESS() Getter for PROGRESS w/ exceptions if field has no value
HAS_PROGRESS() Determine if PROGRESS has a value

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.

Accessible with the following methods

Method Description
GET_ESTIMATEDTIMETOCOMPLIN00() Getter for ESTIMATEDTIMETOCOMPLINSECS, with configurable def
ASK_ESTIMATEDTIMETOCOMPLIN00() Getter for ESTIMATEDTIMETOCOMPLINSECS w/ exceptions if field
HAS_ESTIMATEDTIMETOCOMPLIN00() Determine if ESTIMATEDTIMETOCOMPLINSECS has a value