Purchases a Reserved Instance for use with your account.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class PurchaseReservedInstancesOfferingRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PurchaseReservedInstancesOfferingRequest()()()() | Initializes a new instance of the PurchaseReservedInstancesOfferingRequest 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.) | 
|  | InstanceCount | 
            The number of Reserved Instances to purchase.
            Default: None
             | 
|  | IsSetInstanceCount()()()() | 
            Checks if InstanceCount property is set
             | 
|  | IsSetLimitPrice()()()() | 
            Checks if the LimitPrice property is set.
             | 
|  | IsSetReservedInstancesOfferingId()()()() | 
            Checks if ReservedInstancesOfferingId property is set
             | 
|  | LimitPrice | 
            The limiting price for Reserved Instance Marketplace offerings.
            
            This limits the total order and ensures that the Reserved 
            Instances are not purchased at unexpected prices.
             | 
|  | ReservedInstancesOfferingId | 
            The offering ID of the Reserved Instance to purchase.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstanceCount(String) | Obsolete. 
            Sets the number of Reserved Instances to purchase.
             | 
|  | WithLimitPrice(ReservedInstanceLimitPrice) | Obsolete. 
            Sets the limiting price for Reserved Instance Marketplace offerings.
             | 
|  | WithReservedInstancesOfferingId(String) | Obsolete. 
            Sets the offering ID of the Reserved Instance to purchase.
             | 
 Remarks
 Remarks
            With Amazon EC2 Reserved Instances, you purchase the right
            to launch Amazon EC2 instances for a period of time (without
            getting insufficient capacity errors) and pay a lower usage rate for
            the actual time used.
            
            For more information about Reserved Instances, go to the Amazon
            Elastic Compute Cloud Developer Guide.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | PurchaseReservedInstancesOfferingRequest | |