Class VolumeType
The VolumeType class represents a single block storage volume type
-
OpenCloud\Common\Base
-
OpenCloud\Common\PersistentObject
-
OpenCloud\Volume\Resource\VolumeType
Methods summary
public
|
#
Create( mixed $params = array() )
Creates are not permitted
Creates are not permitted
Throws
OpenCloud\CreateError always
|
public
|
#
Update( mixed $params = array() )
updates are not permitted
updates are not permitted
Throws
OpenCloud\UpdateError always
|
public
|
#
Delete( )
deletes are not permitted
deletes are not permitted
Throws
OpenCloud\DeleteError
|
Methods inherited from OpenCloud\Common\PersistentObject
__construct(),
action(),
checkExtension(),
create(),
createJson(),
createUrl(),
delete(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
id(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
name(),
noCreate(),
noDelete(),
noUpdate(),
parseResponse(),
primaryKeyField(),
refresh(),
refreshFromLocationUrl(),
region(),
resourceName(),
setMetadata(),
setParent(),
setService(),
status(),
update(),
updateJson(),
url(),
waitFor()
|
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getLogger(),
getProperty(),
makeResourceIteratorOptions(),
populate(),
propertyExists(),
setLogger(),
setProperty(),
stripNamespace(),
toCamel(),
toUnderscores()
|