Purchases a Reserved Instance for use with your account. 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.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class PurchaseReservedInstancesOfferingRequest
Public Class PurchaseReservedInstancesOfferingRequest
public ref class PurchaseReservedInstancesOfferingRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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
Gets and sets the InstanceCount property. The number of Reserved Instances to purchase. Default: 1
IsSetInstanceCount()()()()
Checks if InstanceCount property is set
IsSetReservedInstancesOfferingId()()()()
Checks if ReservedInstancesOfferingId property is set
ReservedInstancesOfferingId
Gets and sets the ReservedInstancesOfferingId property. The offering ID of the Reserved Instance to purchase.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithInstanceCount(String)
Sets the InstanceCount property
WithReservedInstancesOfferingId(String)
Sets the ReservedInstancesOfferingId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..PurchaseReservedInstancesOfferingRequest

See Also