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.ModelAssembly: 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 |
| 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 |
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()()()() | (Inherited from Object.) | |
| WithInstanceCount(String) |
Sets the InstanceCount property
| |
| WithReservedInstancesOfferingId(String) |
Sets the ReservedInstancesOfferingId property
|