Class: Aws::EC2::Types::ReplaceRootVolumeTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReplaceRootVolumeTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about a root volume replacement task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#complete_time ⇒ String
The time the task completed.
-
#delete_replaced_root_volume ⇒ Boolean
Indicates whether the original root volume is to be deleted after the root volume replacement task completes.
-
#image_id ⇒ String
The ID of the AMI used to create the replacement root volume.
-
#instance_id ⇒ String
The ID of the instance for which the root volume replacement task was created.
-
#replace_root_volume_task_id ⇒ String
The ID of the root volume replacement task.
-
#snapshot_id ⇒ String
The ID of the snapshot used to create the replacement root volume.
-
#start_time ⇒ String
The time the task was started.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the task.
-
#task_state ⇒ String
The state of the task.
Instance Attribute Details
#complete_time ⇒ String
The time the task completed.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#delete_replaced_root_volume ⇒ Boolean
Indicates whether the original root volume is to be deleted after the root volume replacement task completes.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The ID of the AMI used to create the replacement root volume.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance for which the root volume replacement task was created.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#replace_root_volume_task_id ⇒ String
The ID of the root volume replacement task.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The ID of the snapshot used to create the replacement root volume.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The time the task was started.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the task.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |
#task_state ⇒ String
The state of the task. The task can be in one of the following states:
-
‘pending` - the replacement volume is being created.
-
‘in-progress` - the original volume is being detached and the replacement volume is being attached.
-
‘succeeded` - the replacement volume has been successfully attached to the instance and the instance is available.
-
‘failing` - the replacement task is in the process of failing.
-
‘failed` - the replacement task has failed but the original root volume is still attached.
-
‘failing-detached` - the replacement task is in the process of failing. The instance might have no root volume attached.
-
‘failed-detached` - the replacement task has failed and the instance has no root volume attached.
60148 60149 60150 60151 60152 60153 60154 60155 60156 60157 60158 60159 60160 |
# File 'lib/aws-sdk-ec2/types.rb', line 60148 class ReplaceRootVolumeTask < Struct.new( :replace_root_volume_task_id, :instance_id, :task_state, :start_time, :complete_time, :tags, :image_id, :snapshot_id, :delete_replaced_root_volume) SENSITIVE = [] include Aws::Structure end |