Class CDNService
This is the CDN version of the ObjectStore service.
-
OpenCloud\Common\Base
-
OpenCloud\Common\Service
-
OpenCloud\ObjectStore\AbstractService
-
OpenCloud\ObjectStore\CDNService
Methods summary
public
|
#
__construct( OpenCloud\OpenStack $connection, string $serviceName = RAXSDK_OBJSTORE_NAME, string $serviceRegion = RAXSDK_OBJSTORE_REGION, string $urltype = RAXSDK_URL_PUBLIC )
Creates a new CDNService object.
Creates a new CDNService object.
This is a simple wrapper function around the parent Service construct, but
supplies defaults for the service type.
Parameters
- $connection
OpenCloud\OpenStack
$connection The connection object
- $serviceName
string $serviceName The name of the service
- $serviceRegion
string $serviceRegion The service's region
- $urltype
string $urlType The type of URL (normally 'publicURL')
Overrides
|
public
|
#
CDN( )
Helps catch errors if someone calls the method on the wrong object
Helps catch errors if someone calls the method on the wrong object
|
Methods inherited from OpenCloud\Common\Service
collection(),
extensions(),
getConnection(),
getCurrentNamespace(),
getResources(),
limits(),
name(),
namespaces(),
region(),
request(),
resolveResourceClass(),
resource(),
resourceList(),
setConnection(),
url()
|