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 a bundle task.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.BundleTask

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

Syntax

C#
public class BundleTask

The BundleTask type exposes the following members

Constructors

NameDescription
Public Method BundleTask()

Properties

NameTypeDescription
Public Property BundleId System.String

Gets and sets the property BundleId.

The ID of the bundle task.

Public Property BundleTaskError Amazon.EC2.Model.BundleTaskError

Gets and sets the property BundleTaskError.

If the task fails, a description of the error.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The ID of the instance associated with this bundle task.

Public Property Progress System.String

Gets and sets the property Progress.

The level of task completion, as a percent (for example, 20%).

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time this task started.

Public Property State Amazon.EC2.BundleTaskState

Gets and sets the property State.

The state of the task.

Public Property Storage Amazon.EC2.Model.Storage

Gets and sets the property Storage.

The Amazon S3 storage locations.

Public Property UpdateTime System.DateTime

Gets and sets the property UpdateTime.

The time of the most recent update for the task.

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