Class Member
Class that represents a Member which belongs to a Glance Image. In more general terms, an image member is a user who has been granted access to an image. Normally, if an image is not public, only the owner can boot from the image.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Image\Resource\AbstractSchemaResource implements ArrayAccess
-
OpenCloud\Image\Resource\Member
Package: OpenCloud\Images\Resource
Located at OpenCloud/Image/Resource/Member.php
Methods summary
public
Guzzle\Http\Message\Response
|
#
updateStatus( $status )
Update the status of a member, allowing them to fully access an image after being invited |
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()