Class Zend_Service_Amazon_Ec2_Instance_Reserved

Description

Allows you to interface with the reserved instances on Amazon Ec2

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Service/Amazon/Ec2/Instance/Reserved.php (line 37)

Zend_Service_Abstract
   |
   --Zend_Service_Amazon_Abstract
      |
      --Zend_Service_Amazon_Ec2_Abstract
         |
         --Zend_Service_Amazon_Ec2_Instance_Reserved
Method Summary
 array describeInstances (string|array $instanceId)
 string purchaseOffering (string $offeringId, [integer $intanceCount = 1])
Variables
Methods
describeInstances (line 45)

Describes Reserved Instances that you purchased.

  • access: public
array describeInstances (string|array $instanceId)
  • string|array $instanceId: IDs of the Reserved Instance to describe.
describeOfferings (line 91)

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.

  • access: public
array describeOfferings ()
purchaseOffering (line 129)

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.

  • return: The ID of the purchased Reserved Instances.
  • access: public
string purchaseOffering (string $offeringId, [integer $intanceCount = 1])
  • string $offeringId: The offering ID of the Reserved Instance to purchase
  • integer $intanceCount: The number of Reserved Instances to purchase.

Inherited Methods

Inherited From Zend_Service_Amazon_Ec2_Abstract

 Zend_Service_Amazon_Ec2_Abstract::__construct()
 Zend_Service_Amazon_Ec2_Abstract::addRequiredParameters()
 Zend_Service_Amazon_Ec2_Abstract::sendRequest()
 Zend_Service_Amazon_Ec2_Abstract::setRegion()
 Zend_Service_Amazon_Ec2_Abstract::signParameters()
 Zend_Service_Amazon_Ec2_Abstract::_getRegion()

Inherited From Zend_Service_Amazon_Abstract

 Zend_Service_Amazon_Abstract::__construct()
 Zend_Service_Amazon_Abstract::setKeys()
 Zend_Service_Amazon_Abstract::_getAccessKey()
 Zend_Service_Amazon_Abstract::_getSecretKey()

Inherited From Zend_Service_Abstract

 Zend_Service_Abstract::getHttpClient()
 Zend_Service_Abstract::setHttpClient()

Documentation generated on Mon, 21 Jun 2010 15:42:11 -0400 by phpDocumentor 1.4.3