OpenCloud/LoadBalancer/Resources/Stats.php

Classes

Stats

Properties

 
 
No 
No 

Description

Stats returns statistics about the load balancer
There are really four pieces of data that define a subresource: * `$url_resource` - the actual name of the url component * `$json_name` - the name of the JSON object holding the data * `$json_collection_name` - if the collection is not simply `$json_name . 's'`, this defines the collectio name. * `$json_collection_element` - if the object in a collection is not anonymous, this defines the name of the element holding the object. Of these, only the `$json_name` and `$url_resource` are required.

Properties

$connectError, $connectFailure, $connectTimeOut, $dataTimedOut, $json_name, $keepAliveTimedOut, $maxConn, $url_resource,

  public  $connectError =




  public  $connectFailure =




  public  $connectTimeOut =




  public  $dataTimedOut =




  protected  static $json_name = FALSE




  public  $keepAliveTimedOut =




  public  $maxConn =




  protected  static $url_resource = 'stats'




Documentation was generated by phpDocumentor 2.0.0b6 .

Namespaces

Packages