#include <sandbox_config.h>
SandboxConfig contains configurations of the sandbox to use for the node.
◆ SandboxConfig() [1/2]
google_container_api::SandboxConfig::SandboxConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SandboxConfig() [2/2]
google_container_api::SandboxConfig::SandboxConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SandboxConfig()
google_container_api::SandboxConfig::~SandboxConfig |
( |
| ) |
|
|
virtual |
◆ clear_type()
void google_container_api::SandboxConfig::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type
' attribute.
◆ get_type()
const StringPiece google_container_api::SandboxConfig::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::SandboxConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_type()
bool google_container_api::SandboxConfig::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type
' attribute was set.
- Returns
- true if the '
type
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_type()
void google_container_api::SandboxConfig::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type
' attribute.
Type of the sandbox to use for the node.
- Parameters
-
The documentation for this class was generated from the following files: