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

#include <vertical_pod_autoscaling.h>

Inheritance diagram for google_container_api::VerticalPodAutoscaling:

Public Member Functions

 VerticalPodAutoscaling (const Json::Value &storage)
 
 VerticalPodAutoscaling (Json::Value *storage)
 
virtual ~VerticalPodAutoscaling ()
 
const StringPiece GetTypeName () const
 
bool has_enabled () const
 
void clear_enabled ()
 
bool get_enabled () const
 
void set_enabled (bool value)
 

Static Public Member Functions

static VerticalPodAutoscalingNew ()
 

Detailed Description

VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.

Constructor & Destructor Documentation

◆ VerticalPodAutoscaling() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ VerticalPodAutoscaling() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~VerticalPodAutoscaling()

google_container_api::VerticalPodAutoscaling::~VerticalPodAutoscaling ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enabled()

void google_container_api::VerticalPodAutoscaling::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ get_enabled()

bool google_container_api::VerticalPodAutoscaling::get_enabled ( ) const
inline

Get the value of the 'enabled' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::VerticalPodAutoscaling

◆ has_enabled()

bool google_container_api::VerticalPodAutoscaling::has_enabled ( ) const
inline

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ New()

VerticalPodAutoscaling * google_container_api::VerticalPodAutoscaling::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enabled()

void google_container_api::VerticalPodAutoscaling::set_enabled ( bool  value)
inline

Change the 'enabled' attribute.

Enables vertical pod autoscaling.

Parameters
[in]valueThe new value.

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