package Zend_Service_Rackspace

 Methods

Construct

__construct($service, array $data) : void

Parameters

$service

$data

array

Get the created data

getCreated() : string

Returns

string

Get the image's id

getId() : string

Returns

string

Get the name of the image

getName() : string

Returns

string

Get the progress's status

getProgress() : integer | boolean

Returns

integerboolean

Get the server's id of the image

getServerId() : string

Returns

string

Get the image's status

getStatus() : string | boolean

Returns

stringboolean

Get the updated data

getUpdated() : string

Returns

string

To Array

toArray() : array

Returns

array

 Properties

 

Created data

$created : string

Default

 

Id of the image

$id : string

Default

 

Name of the image

$name : string

Default

 

Status progress

$progress : integer

Default

 

Server Id of the image

$serverId : string

Default

 

The service that has created the image object

$service : \Zend_Service_Rackspace_Servers

Default

 

Status

$status : string

Default

 

Updated data

$updated : string

Default

 Constants

 

ERROR_PARAM_CONSTRUCT

ERROR_PARAM_CONSTRUCT = 'You must pass a Zend_Service_Rackspace_Servers object and an array' 
 

ERROR_PARAM_NO_ID

ERROR_PARAM_NO_ID = 'You must pass the image\'s id in the array (id)' 
 

ERROR_PARAM_NO_NAME

ERROR_PARAM_NO_NAME = 'You must pass the image\'s name in the array (name)'