[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/Amazon/Ec2/ -> Elasticip.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 158 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_Amazon_Ec2_Elasticip:: (5 methods):
  allocate()
  describe()
  release()
  associate()
  disassocate()


Class: Zend_Service_Amazon_Ec2_Elasticip  - X-Ref

An Amazon EC2 interface to allocate, associate, describe and release Elastic IP address
from your account.

allocate()   X-Ref
Acquires an elastic IP address for use with your account

return: string                           Returns the newly Allocated IP Address

describe($publicIp = null)   X-Ref
Lists elastic IP addresses assigned to your account.

param: string|array $publicIp            Elastic IP or list of addresses to describe.
return: array

release($publicIp)   X-Ref
Releases an elastic IP address that is associated with your account

param: string $publicIp                  IP address that you are releasing from your account.
return: boolean

associate($instanceId, $publicIp)   X-Ref
Associates an elastic IP address with an instance

param: string $instanceId                The instance to which the IP address is assigned
param: string $publicIp                  IP address that you are assigning to the instance.
return: boolean

disassocate($publicIp)   X-Ref
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.

param: string $publicIp                  IP address that you are disassociating from the instance.
return: boolean



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1