#include <server_config.h>
Kubernetes Engine service configuration.
◆ ServerConfig() [1/2]
| google_container_api::ServerConfig::ServerConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ServerConfig()
| google_container_api::ServerConfig::~ServerConfig |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
The documentation for this class was generated from the following files: