Detailed Description
Definition at line 37 of file Keypair.php.
Member Function Documentation
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 | $keyName | A unique name for the key pair. |
- Exceptions:
-
- Returns:
- array
Definition at line 47 of file Keypair.php.
Deletes a key pair
- Parameters:
-
| string | $keyName | Name of the key pair to delete. |
- Exceptions:
-
- Returns:
- boolean Return true or false from the deletion.
Definition at line 117 of file Keypair.php.
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 | $keyName | Key pair IDs to describe. |
- Returns:
- array
Definition at line 79 of file Keypair.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Service/Amazon/Ec2/Keypair.php