Methods summary
public
LoadBalancerService\LoadBalancer
|
#
loadBalancer( string $id = null )
creates a new LoadBalancer object
creates a new LoadBalancer object
Parameters
- $id
string $id the identifier of the load balancer
Returns
LoadBalancerService\LoadBalancer
Api
|
public
OpenCloud\Collection
|
#
loadBalancerList( boolean $detail = true, array $filter = array() )
returns a Collection of LoadBalancer objects
returns a Collection of LoadBalancer objects
Parameters
- $detail
boolean $detail if TRUE (the default), then all details are returned; otherwise, the
minimal set (ID, name) are retrieved
- $filter
array $filter if provided, a set of key/value pairs that are set as query string
parameters to the query
Returns
OpenCloud\Collection
Api
|
public
LoadBalancerService\LoadBalancer
|
#
billableLoadBalancer( string $id = null )
creates a new BillableLoadBalancer object (read-only)
creates a new BillableLoadBalancer object (read-only)
Parameters
- $id
string $id the identifier of the load balancer
Returns
LoadBalancerService\LoadBalancer
Api
|
public
OpenCloud\Collection
|
#
billableLoadBalancerList( boolean $detail = true, array $filter = array() )
returns a Collection of BillableLoadBalancer objects
returns a Collection of BillableLoadBalancer objects
Parameters
- $detail
boolean $detail if TRUE (the default), then all details are returned; otherwise, the
minimal set (ID, name) are retrieved
- $filter
array $filter if provided, a set of key/value pairs that are set as query string
parameters to the query
Returns
OpenCloud\Collection
Api
|
public
LoadBalancerService\AllowedDomain
|
#
allowedDomain( mixed $data = null )
returns allowed domain
Parameters
- $data
mixed $data either an array of values or null
Returns
LoadBalancerService\AllowedDomain
Api
|
public
Collection
|
#
allowedDomainList( )
returns Collection of AllowedDomain object
returns Collection of AllowedDomain object
Returns
Collection
Api
|
public
LoadBalancerService\Protocol
|
#
protocol( mixed $data = null )
single protocol (should never be called directly)
single protocol (should never be called directly)
Convenience method to be used by the ProtocolList Collection.
Returns
LoadBalancerService\Protocol
|
public
Collection
|
#
protocolList( )
a list of Protocol objects
a list of Protocol objects
Returns
Collection
Api
|
public
LoadBalancerService\Algorithm
|
#
algorithm( mixed $data = null )
single algorithm (should never be called directly)
single algorithm (should never be called directly)
convenience method used by the Collection factory
Returns
LoadBalancerService\Algorithm
|
public
Collection
|
#
algorithmList( )
a list of Algorithm objects
a list of Algorithm objects
Returns
Collection
Api
|