Bundle Task

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class BundleTask
Public Class BundleTask
public ref class BundleTask

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BundleTask()()()()
Initializes a new instance of the BundleTask class
BundleId
Gets and sets the BundleId property. Identifier for this task.
BundleState
Gets and sets the BundleState property. The state of the task. Valid Values: pending | waiting-for-shutdown | storing | canceling | complete | failed
BundleTaskError
Gets and sets the BundleTaskError property. If the task fails, a description of the error.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InstanceId
Gets and sets the InstanceId property. Instance associated with this bundle task.
IsSetBundleId()()()()
Checks if BundleId property is set
IsSetBundleState()()()()
Checks if BundleState property is set
IsSetBundleTaskError()()()()
Checks if BundleTaskError property is set
IsSetInstanceId()()()()
Checks if InstanceId property is set
IsSetProgress()()()()
Checks if Progress property is set
IsSetStartTime()()()()
Checks if StartTime property is set
IsSetStorage()()()()
Checks if Storage property is set
IsSetUpdateTime()()()()
Checks if UpdateTime property is set
Progress
Gets and sets the Progress property. The level of task completion, in percent (e.g., 20%).
StartTime
Gets and sets the StartTime property. The time this task started.
Storage
Gets and sets the Storage property. Amazon S3 storage locations.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateTime
Gets and sets the UpdateTime property. The time of the most recent update for the task.
WithBundleId(String)
Sets the BundleId property
WithBundleState(String)
Sets the BundleState property
WithBundleTaskError(BundleTaskError)
Sets the BundleTaskError property
WithInstanceId(String)
Sets the InstanceId property
WithProgress(String)
Sets the Progress property
WithStartTime(String)
Sets the StartTime property
WithStorage(Storage)
Sets the Storage property
WithUpdateTime(String)
Sets the UpdateTime property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..BundleTask

See Also