The CDN class represents the OpenStack Poppy service.
Poppy is a service that abstracts various CDN providers APIs
Methods summary
public
OpenCloud\CDN\Resource\Service
|
#
service( string $id = null )
Returns a Service object associated with this CDN service
Returns a Service object associated with this CDN service
Parameters
- $id
- ID of service to retrieve
Returns
|
public
OpenCloud\CDN\Resource\Service
|
#
createService( array $params = array() )
Creates a new Service and returns it.
Creates a new Service and returns it.
Parameters
- $params
- Service creation parameters.
Returns
See
|
public
OpenCloud\CDN\Resource\Service
|
#
getService( string $id )
Returns a Service object associated with this CDN service
Returns a Service object associated with this CDN service
Parameters
- $id
- ID of service to retrieve
Returns
|
public
OpenCloud\Common\Collection\PaginatedIterator
|
#
listServices( array $params = array() )
Returns a list of services you created
Returns a list of services you created
Parameters
Returns
|
public
OpenCloud\CDN\Resource\Flavor
|
#
flavor( string $id = null )
Returns a Flavor object associated with this CDN service
Returns a Flavor object associated with this CDN service
Parameters
- $id
- ID of flavor to retrieve
Returns
|
public
OpenCloud\CDN\Resource\Flavor
|
#
createFlavor( array $params = array() )
Creates a new Flavor and returns it.
Creates a new Flavor and returns it.
Parameters
- $params
- Flavor creation parameters.
Returns
See
|
public
OpenCloud\CDN\Resource\Flavor
|
#
getFlavor( string $id )
Returns a Flavor object associated with this CDN service
Returns a Flavor object associated with this CDN service
Parameters
- $id
- ID of flavor to retrieve
Returns
|
public
OpenCloud\Common\Collection\PaginatedIterator
|
#
listFlavors( array $params = array() )
Returns a list of flavors you created
Returns a list of flavors you created
Parameters
Returns
|
public
stdClass
|
#
getHomeDocument( )
Returns the home document for the CDN service
Returns the home document for the CDN service
Returns
|
public
Guzzle\Http\Message\Response
|
#
getPing( )
Returns the ping (status) response for the CDN service
Returns the ping (status) response for the CDN service
Returns
Guzzle\Http\Message\Response Guzzle\Http\Message\Response
|
public
array
|
|