container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::HttpLoadBalancing Class Reference

#include <http_load_balancing.h>

Inheritance diagram for google_container_api::HttpLoadBalancing:

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 HttpLoadBalancingNew ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ HttpLoadBalancing() [1/2]

google_container_api::HttpLoadBalancing::HttpLoadBalancing ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ HttpLoadBalancing() [2/2]

google_container_api::HttpLoadBalancing::HttpLoadBalancing ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~HttpLoadBalancing()

google_container_api::HttpLoadBalancing::~HttpLoadBalancing ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_disabled()

void google_container_api::HttpLoadBalancing::clear_disabled ( )
inline

Clears the 'disabled' attribute.

◆ get_disabled()

bool google_container_api::HttpLoadBalancing::get_disabled ( ) const
inline

Get the value of the 'disabled' attribute.

◆ GetTypeName()

const StringPiece google_container_api::HttpLoadBalancing::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_container_api::HttpLoadBalancing

◆ has_disabled()

bool google_container_api::HttpLoadBalancing::has_disabled ( ) const
inline

Determine if the 'disabled' attribute was set.

Returns
true if the 'disabled' attribute was set.

◆ New()

HttpLoadBalancing * google_container_api::HttpLoadBalancing::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_disabled()

void google_container_api::HttpLoadBalancing::set_disabled ( bool  value)
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.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: