Service
class Service extends AbstractService
Traits
Methods
createVolume
(array $userOptions)
: Volume
Provisions a new bootable volume, based either on an existing volume, image or snapshot.
listVolumes
(bool $detail = false, array $userOptions = array())
: Generator
Lists all available volumes.
createVolumeType
(array $userOptions)
: VolumeType
No description
listVolumeTypes
()
: Generator
No description
getVolumeType
(string $typeId)
: VolumeType
No description
createSnapshot
(array $userOptions)
: Snapshot
No description
listSnapshots
(bool $detail = false, array $userOptions = array())
: Generator
No description
getSnapshot
(string $snapshotId)
: Snapshot
No description
getQuotaSet
(string $tenantId)
: QuotaSet
Shows A Quota for a tenant
Details
createVolume(array $userOptions)
Provisions a new bootable volume, based either on an existing volume, image or snapshot.
You must have enough volume storage quota remaining to create a volume of size requested.