Service/Rackspace/Servers/Image.php

Show: inherited
Table of Contents

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 [email protected] so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service_Rackspace  
Subpackage
Servers  

\Zend_Service_Rackspace_Servers_Image

Package: Default

Constants

Constant  ERROR_PARAM_CONSTRUCT = 'You must pass a Zend_Service_Rackspace_Servers object and an array'
Constant  ERROR_PARAM_NO_NAME = 'You must pass the image\'s name in the array (name)'
Constant  ERROR_PARAM_NO_ID = 'You must pass the image\'s id in the array (id)'

Properties

Propertyprotectedstring $created =

Created data

Details
Type
string
Propertyprotectedstring $id =

Id of the image

Details
Type
string
Propertyprotectedstring $name =

Name of the image

Details
Type
string
Propertyprotectedinteger $progress =

Status progress

Details
Type
integer
Propertyprotectedstring $serverId =

Server Id of the image

Details
Type
string
Propertyprotected\Zend_Service_Rackspace_Servers $service =

The service that has created the image object

Propertyprotectedstring $status =

Status

Details
Type
string
Propertyprotectedstring $updated =

Updated data

Details
Type
string

Methods

methodpublic__construct( $service, array $data) : void

Construct

Parameters
Name Type Description
$service
$data array
methodpublicgetCreated() : string

Get the created data

Returns
Type Description
string
methodpublicgetId() : string

Get the image's id

Returns
Type Description
string
methodpublicgetName() : string

Get the name of the image

Returns
Type Description
string
methodpublicgetProgress() : integer | boolean

Get the progress's status

Returns
Type Description
integer | boolean
methodpublicgetServerId() : string

Get the server's id of the image

Returns
Type Description
string
methodpublicgetStatus() : string | boolean

Get the image's status

Returns
Type Description
string | boolean
methodpublicgetUpdated() : string

Get the updated data

Returns
Type Description
string
methodpublictoArray() : array

To Array

Returns
Type Description
array
Documentation was generated by phpDocumentor 2.0.0a8.