AWS SDK for .NET Documentation
BundleInstanceRequest Class
AmazonAmazon.EC2.ModelBundleInstanceRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class BundleInstanceRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BundleInstanceRequest()()()()
Initializes a new instance of the BundleInstanceRequest class

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
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
Object
EC2Request
 BundleInstanceRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)