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
|
#
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()
Methods inherited from OpenCloud\Common\Service\AbstractService
collection(),
getClient(),
getEndpoint(),
getNamespaces(),
getResources(),
resource(),
resourceList(),
setClient(),
setEndpoint()
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getLogger(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
setLogger(),
stripNamespace(),
toCamel(),
toUnderscores()
Magic methods summary
Constants summary
string |
DEFAULT_NAME
|
#
'cloudLoadBalancers'
|
string |
DEFAULT_TYPE
|
#
'rax:load-balancer'
|