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

#include <shielded_nodes.h>

Inheritance diagram for google_container_api::ShieldedNodes:

Public Member Functions

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

Detailed Description

Configuration of Shielded Nodes feature.

Constructor & Destructor Documentation

◆ ShieldedNodes() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ShieldedNodes() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ShieldedNodes()

google_container_api::ShieldedNodes::~ShieldedNodes ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enabled()

void google_container_api::ShieldedNodes::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ get_enabled()

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

Get the value of the 'enabled' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::ShieldedNodes

◆ has_enabled()

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

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ New()

ShieldedNodes * google_container_api::ShieldedNodes::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enabled()

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

Change the 'enabled' attribute.

Whether Shielded Nodes features are enabled on all nodes in this cluster.

Parameters
[in]valueThe new value.

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