Service/Rackspace/Servers/SharedIpGroup.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service_Rackspace
- Subpackage
- Servers
\Zend_Service_Rackspace_Servers_SharedIpGroup
Package: Zend_Service_Rackspace
Constants
Properties
array $serversId = array()
Array of servers of the shared IP group
Default value
array()
Details- Type
- array
Methods
__construct(\Zend_Service_Rackspace_Servers $service, array $data) : void
Construct
Parameters
Name | Type | Description |
---|---|---|
$service | \Zend_Service_Rackspace_Servers | |
$data | array |
createServer(array $data, array $metadata = array(), array $files = array()) : \Zend_Service_Rackspace_Servers_Server | boolean
Create a server in the shared Ip Group
Parameters
Returns
Name | Type | Description |
---|---|---|
$data | array | |
$metadata | array | |
$files | array |
Type | Description |
---|---|
\Zend_Service_Rackspace_Servers_Server | boolean |
getServer(integer $id) : \Zend_Service_Rackspace_Servers_Server | boolean
Get the server
Parameters
Returns
Name | Type | Description |
---|---|---|
$id | integer |
Type | Description |
---|---|
\Zend_Service_Rackspace_Servers_Server | boolean |