|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| describeInstances ($instanceId) | |
| describeOfferings () | |
| purchaseOffering ($offeringId, $intanceCount=1) | |
Definition at line 37 of file Reserved.php.
| describeInstances | ( | $ | instanceId | ) |
Describes Reserved Instances that you purchased.
| string | array | $instanceId | IDs of the Reserved Instance to describe. |
Definition at line 45 of file Reserved.php.

Describes Reserved Instance offerings that are available for purchase. 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.
Definition at line 91 of file Reserved.php.

| purchaseOffering | ( | $ | offeringId, |
| $ | intanceCount = 1 |
||
| ) |
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.
| string | $offeringId | The offering ID of the Reserved Instance to purchase |
| integer | $intanceCount | The number of Reserved Instances to purchase. |
Definition at line 129 of file Reserved.php.
