AWS SDK for .NET Documentation
PurchaseReservedInstancesOfferingRequest Class
AmazonAmazon.EC2.ModelPurchaseReservedInstancesOfferingRequest Did this page help you?   Yes   No    Tell us about it...
Purchases a Reserved Instance for use with your account.
Declaration Syntax
C#
public class PurchaseReservedInstancesOfferingRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PurchaseReservedInstancesOfferingRequest()()()()
Initializes a new instance of the PurchaseReservedInstancesOfferingRequest 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.)
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
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
Object
EC2Request
 PurchaseReservedInstancesOfferingRequest

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