Class Service
Class that encapsulates the Rackspace Cloud Load Balancers service
- OpenCloud\Common\Base
-
OpenCloud\Common\Service\AbstractService implements OpenCloud\Common\Service\ServiceInterface
-
OpenCloud\Common\Service\CatalogService
-
OpenCloud\Common\Service\NovaService
-
OpenCloud\LoadBalancer\Service
Package: OpenCloud\LoadBalancer
Located at OpenCloud/LoadBalancer/Service.php
Methods summary
public
|
|
public
|
#
loadBalancerList( boolean $detail = true, array $filter = array() )
Return a paginated collection of load balancers |
public
|
|
public
|
#
billableLoadBalancerList( array $filter = array() )
Returns a paginated collection of load balancers that have been billed between a certain period. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from OpenCloud\Common\Service\NovaService
Methods inherited from OpenCloud\Common\Service\CatalogService
__construct()
,
getBaseUrl()
,
getExtensions()
,
getName()
,
getRegion()
,
getType()
,
getUrl()
,
getUrlType()
,
limits()
,
name()
,
region()
,
url()
Methods inherited from OpenCloud\Common\Service\AbstractService
collection()
,
getClient()
,
getEndpoint()
,
getNamespaces()
,
getResources()
,
namespaces()
,
resource()
,
resourceList()
,
setClient()
,
setEndpoint()
Methods inherited from OpenCloud\Common\Base
__call()
,
checkJsonError()
,
generateUuid()
,
getInstance()
,
getLogger()
,
hasLogger()
,
makeResourceIteratorOptions()
,
populate()
,
setLogger()
,
stripNamespace()
,
toCamel()
,
toUnderscores()
Constants summary
string |
DEFAULT_NAME
|
#
'cloudLoadBalancers'
|
string |
DEFAULT_TYPE
|
#
'rax:load-balancer'
|