#include <intra_node_visibility_config.h>
IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.
◆ IntraNodeVisibilityConfig() [1/2]
google_container_api::IntraNodeVisibilityConfig::IntraNodeVisibilityConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ IntraNodeVisibilityConfig() [2/2]
google_container_api::IntraNodeVisibilityConfig::IntraNodeVisibilityConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~IntraNodeVisibilityConfig()
google_container_api::IntraNodeVisibilityConfig::~IntraNodeVisibilityConfig |
( |
| ) |
|
|
virtual |
◆ clear_enabled()
void google_container_api::IntraNodeVisibilityConfig::clear_enabled |
( |
| ) |
|
|
inline |
Clears the 'enabled
' attribute.
◆ get_enabled()
bool google_container_api::IntraNodeVisibilityConfig::get_enabled |
( |
| ) |
const |
|
inline |
Get the value of the 'enabled
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::IntraNodeVisibilityConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_enabled()
bool google_container_api::IntraNodeVisibilityConfig::has_enabled |
( |
| ) |
const |
|
inline |
Determine if the 'enabled
' attribute was set.
- Returns
- true if the '
enabled
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_enabled()
void google_container_api::IntraNodeVisibilityConfig::set_enabled |
( |
bool |
value | ) |
|
|
inline |
Change the 'enabled
' attribute.
Enables intra node visibility for this cluster.
- Parameters
-
The documentation for this class was generated from the following files: