API Documentation

Service/Amazon/Ec2/Keypair.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_Amazon
subpackage
Ec2
version
$Id: Keypair.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Amazon_Ec2_Keypair

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_Amazon_Ec2_Keypair

Extends from
Zend_Service_Amazon_Ec2_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_Amazon
subpackage
Ec2
Methods
create
describe
delete

Description

An Amazon EC2 interface to create, delete and describe Ec2 KeyPairs.

Methods

create

create( string $keyName ) : array

Creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.

Arguments
$keyName
string
A unique name for the key pair.
Output
array
Details
visibility
public
final
false
static
false
throws

delete

delete( string $keyName ) : boolean

Deletes a key pair

Arguments
$keyName
string
Name of the key pair to delete.
Output
boolean
Return true or false from the deletion.
Details
visibility
public
final
false
static
false
throws

describe

describe( string|rarray $keyName = null ) : array

Returns information about key pairs available to you. If you specify key pairs, information about those key pairs is returned. Otherwise, information for all registered key pairs is returned.

Arguments
$keyName
stringrarray
Key pair IDs to describe.
Output
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.