Class VolumeAttachment
The VolumeAttachment class represents a volume that is attached to a
server.
-
OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Common\PersistentObject
-
OpenCloud\Compute\Resource\VolumeAttachment
Methods summary
public
Guzzle\Http\Message\Response
|
#
update( array $params = array() )
updates are not permitted
updates are not permitted
Parameters
Returns
Guzzle\Http\Message\Response
Throws
OpenCloud\UpdateError always
Overrides
|
public
string
|
#
name( )
returns a readable name for the attachment
returns a readable name for the attachment
Since there is no 'name' attribute, we'll hardcode something
Returns
string
Throws
NameError
Api
Overrides
|
protected
stdClass
|
#
createJson( )
returns the JSON object for Create()
returns the JSON object for Create()
Returns
Throws
Overrides
|
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension(),
create(),
delete(),
getAlias(),
noCreate(),
noDelete(),
noUpdate(),
refresh(),
refreshFromLocationUrl(),
updateJson(),
waitFor()
|
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
parseResponse(),
primaryKeyField(),
resourceName(),
setMetadata(),
setParent(),
setService()
|
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getJsonHeader(),
getLogger(),
getProperty(),
makeResourceIteratorOptions(),
populate(),
propertyExists(),
setLogger(),
setProperty(),
stripNamespace(),
toCamel(),
toUnderscores()
|