Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Amazon_Ec2_Instance_Reserved Class Reference
Inheritance diagram for Zend_Service_Amazon_Ec2_Instance_Reserved:
Collaboration diagram for Zend_Service_Amazon_Ec2_Instance_Reserved:

Public Member Functions

 describeInstances ($instanceId)
 describeOfferings ()
 purchaseOffering ($offeringId, $intanceCount=1)

Detailed Description

Definition at line 37 of file Reserved.php.


Member Function Documentation

describeInstances ( instanceId)

Describes Reserved Instances that you purchased.

Parameters:
string | array$instanceIdIDs of the Reserved Instance to describe.
Returns:
array

Definition at line 45 of file Reserved.php.

Here is the call graph for this function:

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.

Returns:
array

Definition at line 91 of file Reserved.php.

Here is the call graph for this function:

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.

Parameters:
string$offeringIdThe offering ID of the Reserved Instance to purchase
integer$intanceCountThe number of Reserved Instances to purchase.
Returns:
string The ID of the purchased Reserved Instances.

Definition at line 129 of file Reserved.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations