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

#include <kubernetes_dashboard.h>

Inheritance diagram for google_container_api::KubernetesDashboard:

Public Member Functions

 KubernetesDashboard (const Json::Value &storage)
 
 KubernetesDashboard (Json::Value *storage)
 
virtual ~KubernetesDashboard ()
 
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 KubernetesDashboardNew ()
 

Detailed Description

Configuration for the Kubernetes Dashboard.

Constructor & Destructor Documentation

◆ KubernetesDashboard() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ KubernetesDashboard() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~KubernetesDashboard()

google_container_api::KubernetesDashboard::~KubernetesDashboard ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_disabled()

void google_container_api::KubernetesDashboard::clear_disabled ( )
inline

Clears the 'disabled' attribute.

◆ get_disabled()

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

Get the value of the 'disabled' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::KubernetesDashboard

◆ has_disabled()

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

Determine if the 'disabled' attribute was set.

Returns
true if the 'disabled' attribute was set.

◆ New()

KubernetesDashboard * google_container_api::KubernetesDashboard::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_disabled()

void google_container_api::KubernetesDashboard::set_disabled ( bool  value)
inline

Change the 'disabled' attribute.

Whether the Kubernetes Dashboard is enabled for this cluster.

Parameters
[in]valueThe new value.

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