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

Public Member Functions

 create ($keyName)
 describe ($keyName=null)
 delete ($keyName)

Detailed Description

Definition at line 37 of file Keypair.php.


Member Function Documentation

create ( keyName)

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.

Parameters:
string$keyNameA unique name for the key pair.
Exceptions:
Zend_Service_Amazon_Ec2_Exception
Returns:
array

Definition at line 47 of file Keypair.php.

Here is the call graph for this function:

delete ( keyName)

Deletes a key pair

Parameters:
string$keyNameName of the key pair to delete.
Exceptions:
Zend_Service_Amazon_Ec2_Exception
Returns:
boolean Return true or false from the deletion.

Definition at line 117 of file Keypair.php.

Here is the call graph for this function:

describe ( keyName = null)

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.

Parameters:
string | rarray$keyNameKey pair IDs to describe.
Returns:
array

Definition at line 79 of file Keypair.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