Zend_Service_Amazon_Ec2_EbsAn Amazon EC2 interface to create, describe, attach, detach and delete Elastic Block Storage Volumes and Snaphsots.
Located in /Service/Amazon/Ec2/Ebs.php (line 38)
Zend_Service_Abstract | --Zend_Service_Amazon_Abstract | --Zend_Service_Amazon_Ec2_Abstract | --Zend_Service_Amazon_Ec2_Ebs
array
detachVolume
(string $volumeId, [string $instanceId = null], [string $device = null], [boolean $force = false])
Inherited from Zend_Service_Amazon_Ec2_Abstract
Zend_Service_Amazon_Ec2_Abstract::$_defaultRegion
Zend_Service_Amazon_Ec2_Abstract::$_ec2ApiVersion
Zend_Service_Amazon_Ec2_Abstract::$_ec2Endpoint
Zend_Service_Amazon_Ec2_Abstract::$_ec2SignatureMethod
Zend_Service_Amazon_Ec2_Abstract::$_ec2SignatureVersion
Zend_Service_Amazon_Ec2_Abstract::$_httpTimeout
Zend_Service_Amazon_Ec2_Abstract::$_region
Zend_Service_Amazon_Ec2_Abstract::$_validEc2Regions
Inherited from Zend_Service_Amazon_Abstract
Zend_Service_Amazon_Abstract::$_accessKey
Zend_Service_Amazon_Abstract::$_defaultAccessKey
Zend_Service_Amazon_Abstract::$_defaultSecretKey
Zend_Service_Amazon_Abstract::$_secretKey
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
attachVolume (line 176)
Attaches an Amazon EBS volume to an instance
createNewVolume (line 50)
Creates a new Amazon EBS volume that you can mount from any Amazon EC2 instance.
You must specify an availability zone when creating a volume. The volume and any instance to which it attaches must be in the same availability zone.
createSnapshot (line 262)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3. You can use snapshots for backups, to launch instances from identical snapshots, and to save data before shutting down an instance
createVolumeFromSnapshot (line 80)
Creates a new Amazon EBS volume that you can mount from any Amazon EC2 instance.
You must specify an availability zone when creating a volume. The volume and any instance to which it attaches must be in the same availability zone.
deleteSnapshot (line 329)
Deletes a snapshot of an Amazon EBS volume that is stored in Amazon S3
deleteVolume (line 241)
Deletes an Amazon EBS volume
describeAttachedVolumes (line 154)
describeSnapshot (line 288)
Describes the status of Amazon EBS snapshots
describeVolume (line 108)
Lists one or more Amazon EBS volumes that you own, If you do not specify any volumes, Amazon EBS returns all volumes that you own.
detachVolume (line 212)
Detaches an Amazon EBS volume from an instance
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:18:24 -0400 by phpDocumentor 1.4.3