Bundles an Amazon instance store-backed Windows instance.
            This procedure is not applicable for Linux and UNIX instances.
            During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class BundleInstanceRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | BundleInstanceRequest()()()() | Initializes a new instance of the BundleInstanceRequest class | 
|  | Equals(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 | 
            The ID of the instance to bundle.
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | IsSetStorage()()()() | 
            Checks if Storage property is set
             | 
|  | Storage | 
            Storage configuration for the bundle
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the ID of the instance to bundle.
             | 
|  | WithStorage(Storage) | Obsolete. 
            Sets the storage configuration for the bundle
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | BundleInstanceRequest | |