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

#include <server_config.h>

Inheritance diagram for google_container_api::ServerConfig:

Public Member Functions

 ServerConfig (const Json::Value &storage)
 
 ServerConfig (Json::Value *storage)
 
virtual ~ServerConfig ()
 
const StringPiece GetTypeName () const
 
bool has_default_cluster_version () const
 
void clear_default_cluster_version ()
 
const StringPiece get_default_cluster_version () const
 
void set_default_cluster_version (const StringPiece &value)
 
bool has_default_image_type () const
 
void clear_default_image_type ()
 
const StringPiece get_default_image_type () const
 
void set_default_image_type (const StringPiece &value)
 
bool has_valid_image_types () const
 
void clear_valid_image_types ()
 
const client::JsonCppArray< string > get_valid_image_types () const
 
client::JsonCppArray< string > mutable_validImageTypes ()
 
bool has_valid_master_versions () const
 
void clear_valid_master_versions ()
 
const client::JsonCppArray< string > get_valid_master_versions () const
 
client::JsonCppArray< string > mutable_validMasterVersions ()
 
bool has_valid_node_versions () const
 
void clear_valid_node_versions ()
 
const client::JsonCppArray< string > get_valid_node_versions () const
 
client::JsonCppArray< string > mutable_validNodeVersions ()
 

Static Public Member Functions

static ServerConfigNew ()
 

Detailed Description

Kubernetes Engine service configuration.

Constructor & Destructor Documentation

◆ ServerConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ServerConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ServerConfig()

google_container_api::ServerConfig::~ServerConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_default_cluster_version()

void google_container_api::ServerConfig::clear_default_cluster_version ( )
inline

Clears the 'defaultClusterVersion' attribute.

◆ clear_default_image_type()

void google_container_api::ServerConfig::clear_default_image_type ( )
inline

Clears the 'defaultImageType' attribute.

◆ clear_valid_image_types()

void google_container_api::ServerConfig::clear_valid_image_types ( )
inline

Clears the 'validImageTypes' attribute.

◆ clear_valid_master_versions()

void google_container_api::ServerConfig::clear_valid_master_versions ( )
inline

Clears the 'validMasterVersions' attribute.

◆ clear_valid_node_versions()

void google_container_api::ServerConfig::clear_valid_node_versions ( )
inline

Clears the 'validNodeVersions' attribute.

◆ get_default_cluster_version()

const StringPiece google_container_api::ServerConfig::get_default_cluster_version ( ) const
inline

Get the value of the 'defaultClusterVersion' attribute.

◆ get_default_image_type()

const StringPiece google_container_api::ServerConfig::get_default_image_type ( ) const
inline

Get the value of the 'defaultImageType' attribute.

◆ get_valid_image_types()

const client::JsonCppArray<string > google_container_api::ServerConfig::get_valid_image_types ( ) const
inline

Get a reference to the value of the 'validImageTypes' attribute.

◆ get_valid_master_versions()

const client::JsonCppArray<string > google_container_api::ServerConfig::get_valid_master_versions ( ) const
inline

Get a reference to the value of the 'validMasterVersions' attribute.

◆ get_valid_node_versions()

const client::JsonCppArray<string > google_container_api::ServerConfig::get_valid_node_versions ( ) const
inline

Get a reference to the value of the 'validNodeVersions' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::ServerConfig

◆ has_default_cluster_version()

bool google_container_api::ServerConfig::has_default_cluster_version ( ) const
inline

Determine if the 'defaultClusterVersion' attribute was set.

Returns
true if the 'defaultClusterVersion' attribute was set.

◆ has_default_image_type()

bool google_container_api::ServerConfig::has_default_image_type ( ) const
inline

Determine if the 'defaultImageType' attribute was set.

Returns
true if the 'defaultImageType' attribute was set.

◆ has_valid_image_types()

bool google_container_api::ServerConfig::has_valid_image_types ( ) const
inline

Determine if the 'validImageTypes' attribute was set.

Returns
true if the 'validImageTypes' attribute was set.

◆ has_valid_master_versions()

bool google_container_api::ServerConfig::has_valid_master_versions ( ) const
inline

Determine if the 'validMasterVersions' attribute was set.

Returns
true if the 'validMasterVersions' attribute was set.

◆ has_valid_node_versions()

bool google_container_api::ServerConfig::has_valid_node_versions ( ) const
inline

Determine if the 'validNodeVersions' attribute was set.

Returns
true if the 'validNodeVersions' attribute was set.

◆ mutable_validImageTypes()

client::JsonCppArray<string > google_container_api::ServerConfig::mutable_validImageTypes ( )
inline

Gets a reference to a mutable value of the 'validImageTypes' property.

List of valid image types.

Returns
The result can be modified to change the attribute value.

◆ mutable_validMasterVersions()

client::JsonCppArray<string > google_container_api::ServerConfig::mutable_validMasterVersions ( )
inline

Gets a reference to a mutable value of the 'validMasterVersions' property.

List of valid master versions.

Returns
The result can be modified to change the attribute value.

◆ mutable_validNodeVersions()

client::JsonCppArray<string > google_container_api::ServerConfig::mutable_validNodeVersions ( )
inline

Gets a reference to a mutable value of the 'validNodeVersions' property.

List of valid node upgrade target versions.

Returns
The result can be modified to change the attribute value.

◆ New()

ServerConfig * google_container_api::ServerConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_default_cluster_version()

void google_container_api::ServerConfig::set_default_cluster_version ( const StringPiece &  value)
inline

Change the 'defaultClusterVersion' attribute.

Version of Kubernetes the service deploys by default.

Parameters
[in]valueThe new value.

◆ set_default_image_type()

void google_container_api::ServerConfig::set_default_image_type ( const StringPiece &  value)
inline

Change the 'defaultImageType' attribute.

Default image type.

Parameters
[in]valueThe new value.

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