|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| allocate () | |
| describe ($publicIp=null) | |
| release ($publicIp) | |
| associate ($instanceId, $publicIp) | |
| disassocate ($publicIp) | |
Definition at line 38 of file Elasticip.php.
| allocate | ( | ) |
Acquires an elastic IP address for use with your account
Definition at line 45 of file Elasticip.php.

| associate | ( | $ | instanceId, |
| $ | publicIp | ||
| ) |
Associates an elastic IP address with an instance
| string | $instanceId | The instance to which the IP address is assigned |
| string | $publicIp | IP address that you are assigning to the instance. |
Definition at line 122 of file Elasticip.php.

| describe | ( | $ | publicIp = null | ) |
Lists elastic IP addresses assigned to your account.
| string | array | $publicIp | Elastic IP or list of addresses to describe. |
Definition at line 64 of file Elasticip.php.

| disassocate | ( | $ | publicIp | ) |
Disassociates the specified elastic IP address from the instance to which it is assigned. This is an idempotent operation. If you enter it more than once, Amazon EC2 does not return an error.
| string | $publicIp | IP address that you are disassociating from the instance. |
Definition at line 144 of file Elasticip.php.

| release | ( | $ | publicIp | ) |
Releases an elastic IP address that is associated with your account
| string | $publicIp | IP address that you are releasing from your account. |
Definition at line 101 of file Elasticip.php.
