Class ServerMetadata
This class handles specialized metadata for OpenStack Server objects (metadata items can be managed individually or in aggregate).
Server metadata is a weird beast in that it has resource representations and HTTP calls to set the entire server metadata as well as individual items.
- OpenCloud\Common\Base
-
OpenCloud\Common\Metadata
implements
Countable
-
OpenCloud\Compute\Resource\ServerMetadata
Methods summary
public
|
#
__construct(
Constructs a Metadata object associated with a Server or Image object |
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from OpenCloud\Common\Metadata
__get(),
__isset(),
count(),
getProperty(),
keylist(),
propertyExists(),
setArray(),
setProperty(),
toArray()
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getLogger(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
setLogger(),
stripNamespace(),
toCamel(),
toUnderscores()