| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 143 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Service_Amazon_Ec2_Instance_Reserved:: (3 methods):
describeInstances()
describeOfferings()
purchaseOffering()
Class: Zend_Service_Amazon_Ec2_Instance_Reserved - X-Ref
Allows you to interface with the reserved instances on Amazon Ec2| describeInstances($instanceId) X-Ref |
| Describes Reserved Instances that you purchased. param: string|array $instanceId IDs of the Reserved Instance to describe. return: array |
| describeOfferings() X-Ref |
| 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. return: array |
| purchaseOffering($offeringId, $intanceCount = 1) X-Ref |
| 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. param: string $offeringId The offering ID of the Reserved Instance to purchase param: integer $intanceCount The number of Reserved Instances to purchase. return: string The ID of the purchased Reserved Instances. |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |