Class Image
Class that represents a Glance Image. In more general terms, a virtual machine image is a single file which contains a virtual disk that has an installed bootable operating system. In the Cloud Images API, an image is represented by a JSON-encoded data structure (the image schema) and its raw binary data (the image file).
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Image\Resource\AbstractSchemaResource implements ArrayAccess
-
OpenCloud\Image\Resource\Image implements OpenCloud\Image\Resource\ImageInterface
Package: OpenCloud\Images\Resource
Located at OpenCloud/Image/Resource/Image.php
Methods summary
public
Guzzle\Http\Message\Response
|
#
update( array $params,
Update this resource |
public
Guzzle\Http\Message\Response
|
|
public
Guzzle\Http\Message\Response
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
Guzzle\Http\Message\Response
|
|
public
Guzzle\Http\Message\Response
|
|
public
Guzzle\Http\Message\Response
|
|
public
Guzzle\Http\Message\Response
|
Methods inherited from OpenCloud\Image\Resource\AbstractSchemaResource
getData()
,
getId()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
,
setData()
,
setId()
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct()
,
findLink()
,
getClient()
,
getMetadata()
,
getParent()
,
getService()
,
getUrl()
,
jsonCollectionElement()
,
jsonCollectionName()
,
jsonName()
,
parseResponse()
,
resourceName()
,
setMetadata()
,
setParent()
,
setService()
,
url()
Methods inherited from OpenCloud\Common\Base
__call()
,
checkJsonError()
,
generateUuid()
,
getInstance()
,
getLogger()
,
hasLogger()
,
makeResourceIteratorOptions()
,
populate()
,
setLogger()
,
stripNamespace()
,
toCamel()
,
toUnderscores()