HPCloud-PHP  1.2.0
PHP bindings for HPCloud and OpenStack services.
 All Classes Namespaces Files Functions Variables Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NHPCloudThe HPCloud PHP library
 oNServicesHPCloud classes providing access to various services
 |oNDBaaS
 ||oCFlavorClass for working with Database Flavors
 ||oCFlavorDetailsClass for working with Database Flavors Details
 ||oCInstance
 ||oCInstanceDetails
 ||oCOperationsAbstract class for DBaaS Operations groups
 ||oCSnapshotManage snapshots
 ||\CSnapshotDetailsDetails about a DBaaS snapshot
 |oCDBaaSDatabase As A Service
 |\CIdentityServicesIdentityServices provides authentication and authorization
 oNStorageHPCloud classes for remote storage
 |oNObjectStorageClasses specific to ObjectStorage
 ||oCACLAccess control list for object storage
 ||oCContainerA container in an ObjectStorage
 ||oCContainerNotEmptyExceptionIndicatest that a container is not empty
 ||oCContentVerificationExceptionContent Verification error condition
 ||oCObjectAn object for ObjectStorage
 ||oCReadOnlyObjectExceptionThrown if an object that is read only is modified
 ||oCRemoteObjectA representation of an object stored in remote Object Storage
 ||oCStreamWrapperProvides stream wrapping for Swift
 ||oCStreamWrapperFSProvides stream wrapping for Swift like a file system
 ||\CSubdirRepresent a subdirectory (subdir) entry
 |oCCDNProvides CDN services for ObjectStorage
 |\CObjectStorageAccess to ObjectStorage (Swift)
 oNTransportHTTP/REST/JSON classes
 |oCAuthorizationExceptionThrown when an access constraint is not met
 |oCConflictExceptionRepresents an HTTP 409 error
 |oCCURLTransportProvide HTTP transport with CURL
 |oCFileNotFoundExceptionRepresents an HTTP File Not Found error
 |oCForbiddenExceptionThrown when an access constraint is not met
 |oCLengthRequiredExceptionRepresents an HTTP 412 error
 |oCLockedExceptionRepresents an HTTP 423 Locked error
 |oCMethodNotAllowedExceptionRepresents an HTTP 405 error
 |oCPHPStreamTransportProvide HTTP transport with the PHP HTTP stream wrapper
 |oCResponseA Transport response
 |oCServerExceptionRepresents an HTTP 500 error
 |oCTransporterDescribes a Transporter
 |oCUnauthorizedExceptionThrown when authorization fails
 |\CUnprocessableEntityExceptionRepresents an HTTP 422 error
 oCBootstrapBootstrapping services
 oCExceptionThe top-level HPCloud exception
 \CTransportProvide an HTTP client (Transporter) for interaction with HPCloud