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

#include <sandbox_config.h>

Inheritance diagram for google_container_api::SandboxConfig:

Public Member Functions

 SandboxConfig (const Json::Value &storage)
 
 SandboxConfig (Json::Value *storage)
 
virtual ~SandboxConfig ()
 
const StringPiece GetTypeName () const
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 

Static Public Member Functions

static SandboxConfigNew ()
 

Detailed Description

SandboxConfig contains configurations of the sandbox to use for the node.

Constructor & Destructor Documentation

◆ SandboxConfig() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~SandboxConfig()

google_container_api::SandboxConfig::~SandboxConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_container_api::SandboxConfig

◆ 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()

SandboxConfig * google_container_api::SandboxConfig::New ( )
static

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
[in]valueThe new value.

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