Describes current bundling tasks. For more
information on bundling
instances, go to the
Amazon Elastic Compute
Cloud Developer Guide or Amazon Elastic Compute
Cloud Getting Started Guide.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeBundleTasksRequest
Public Class DescribeBundleTasksRequest
public ref class DescribeBundleTasksRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeBundleTasksRequest()()()() | Initializes a new instance of the DescribeBundleTasksRequest class | |
| BundleId |
Gets and sets the BundleId property.
The ID of the bundle task to describe.
| |
| Equals(Object) | (Inherited from Object.) | |
| Filter |
Gets and sets the Filter property.
A list of filters used to match system-defined properties and user-defined tags associated
with the specified BundleTasks.
For a complete reference to the available filter keys for this operation, see the
Amazon EC2 API reference.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetBundleId()()()() |
Checks if BundleId property is set
| |
| IsSetFilter()()()() |
Checks if Filter property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| WithBundleId(array<String>[]()[][]) |
Sets the BundleId property
| |
| WithFilter(array<Filter>[]()[][]) |
Sets the Filter property
|