container
v1
|
#include <http_load_balancing.h>
Public Member Functions | |
HttpLoadBalancing (const Json::Value &storage) | |
HttpLoadBalancing (Json::Value *storage) | |
virtual | ~HttpLoadBalancing () |
const StringPiece | GetTypeName () const |
bool | has_disabled () const |
void | clear_disabled () |
bool | get_disabled () const |
void | set_disabled (bool value) |
Static Public Member Functions | |
static HttpLoadBalancing * | New () |
Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'disabled
' attribute.
|
inline |
Get the value of the 'disabled
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'disabled
' attribute was set.
disabled
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'disabled
' attribute.
Whether the HTTP Load Balancing controller is enabled in the cluster. When enabled, it runs a small pod in the cluster that manages the load balancers.
[in] | value | The new value. |