#include <private_cluster_config.h>
Configuration options for private clusters.
◆ PrivateClusterConfig() [1/2]
google_container_api::PrivateClusterConfig::PrivateClusterConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PrivateClusterConfig() [2/2]
google_container_api::PrivateClusterConfig::PrivateClusterConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PrivateClusterConfig()
google_container_api::PrivateClusterConfig::~PrivateClusterConfig |
( |
| ) |
|
|
virtual |
◆ clear_enable_private_endpoint()
void google_container_api::PrivateClusterConfig::clear_enable_private_endpoint |
( |
| ) |
|
|
inline |
Clears the 'enablePrivateEndpoint
' attribute.
◆ clear_enable_private_nodes()
void google_container_api::PrivateClusterConfig::clear_enable_private_nodes |
( |
| ) |
|
|
inline |
Clears the 'enablePrivateNodes
' attribute.
◆ clear_master_ipv4_cidr_block()
void google_container_api::PrivateClusterConfig::clear_master_ipv4_cidr_block |
( |
| ) |
|
|
inline |
Clears the 'masterIpv4CidrBlock
' attribute.
◆ clear_peering_name()
void google_container_api::PrivateClusterConfig::clear_peering_name |
( |
| ) |
|
|
inline |
Clears the 'peeringName
' attribute.
◆ clear_private_endpoint()
void google_container_api::PrivateClusterConfig::clear_private_endpoint |
( |
| ) |
|
|
inline |
Clears the 'privateEndpoint
' attribute.
◆ clear_public_endpoint()
void google_container_api::PrivateClusterConfig::clear_public_endpoint |
( |
| ) |
|
|
inline |
Clears the 'publicEndpoint
' attribute.
◆ get_enable_private_endpoint()
bool google_container_api::PrivateClusterConfig::get_enable_private_endpoint |
( |
| ) |
const |
|
inline |
Get the value of the 'enablePrivateEndpoint
' attribute.
◆ get_enable_private_nodes()
bool google_container_api::PrivateClusterConfig::get_enable_private_nodes |
( |
| ) |
const |
|
inline |
Get the value of the 'enablePrivateNodes
' attribute.
◆ get_master_ipv4_cidr_block()
const StringPiece google_container_api::PrivateClusterConfig::get_master_ipv4_cidr_block |
( |
| ) |
const |
|
inline |
Get the value of the 'masterIpv4CidrBlock
' attribute.
◆ get_peering_name()
const StringPiece google_container_api::PrivateClusterConfig::get_peering_name |
( |
| ) |
const |
|
inline |
Get the value of the 'peeringName
' attribute.
◆ get_private_endpoint()
const StringPiece google_container_api::PrivateClusterConfig::get_private_endpoint |
( |
| ) |
const |
|
inline |
Get the value of the 'privateEndpoint
' attribute.
◆ get_public_endpoint()
const StringPiece google_container_api::PrivateClusterConfig::get_public_endpoint |
( |
| ) |
const |
|
inline |
Get the value of the 'publicEndpoint
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::PrivateClusterConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_enable_private_endpoint()
bool google_container_api::PrivateClusterConfig::has_enable_private_endpoint |
( |
| ) |
const |
|
inline |
Determine if the 'enablePrivateEndpoint
' attribute was set.
- Returns
- true if the '
enablePrivateEndpoint
' attribute was set.
◆ has_enable_private_nodes()
bool google_container_api::PrivateClusterConfig::has_enable_private_nodes |
( |
| ) |
const |
|
inline |
Determine if the 'enablePrivateNodes
' attribute was set.
- Returns
- true if the '
enablePrivateNodes
' attribute was set.
◆ has_master_ipv4_cidr_block()
bool google_container_api::PrivateClusterConfig::has_master_ipv4_cidr_block |
( |
| ) |
const |
|
inline |
Determine if the 'masterIpv4CidrBlock
' attribute was set.
- Returns
- true if the '
masterIpv4CidrBlock
' attribute was set.
◆ has_peering_name()
bool google_container_api::PrivateClusterConfig::has_peering_name |
( |
| ) |
const |
|
inline |
Determine if the 'peeringName
' attribute was set.
- Returns
- true if the '
peeringName
' attribute was set.
◆ has_private_endpoint()
bool google_container_api::PrivateClusterConfig::has_private_endpoint |
( |
| ) |
const |
|
inline |
Determine if the 'privateEndpoint
' attribute was set.
- Returns
- true if the '
privateEndpoint
' attribute was set.
◆ has_public_endpoint()
bool google_container_api::PrivateClusterConfig::has_public_endpoint |
( |
| ) |
const |
|
inline |
Determine if the 'publicEndpoint
' attribute was set.
- Returns
- true if the '
publicEndpoint
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_enable_private_endpoint()
void google_container_api::PrivateClusterConfig::set_enable_private_endpoint |
( |
bool |
value | ) |
|
|
inline |
Change the 'enablePrivateEndpoint
' attribute.
Whether the master's internal IP address is used as the cluster endpoint.
- Parameters
-
◆ set_enable_private_nodes()
void google_container_api::PrivateClusterConfig::set_enable_private_nodes |
( |
bool |
value | ) |
|
|
inline |
Change the 'enablePrivateNodes
' attribute.
Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- Parameters
-
◆ set_master_ipv4_cidr_block()
void google_container_api::PrivateClusterConfig::set_master_ipv4_cidr_block |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'masterIpv4CidrBlock
' attribute.
The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- Parameters
-
◆ set_peering_name()
void google_container_api::PrivateClusterConfig::set_peering_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'peeringName
' attribute.
Output only. The peering name in the customer VPC used by this cluster.
- Parameters
-
◆ set_private_endpoint()
void google_container_api::PrivateClusterConfig::set_private_endpoint |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'privateEndpoint
' attribute.
Output only. The internal IP address of this cluster's master endpoint.
- Parameters
-
◆ set_public_endpoint()
void google_container_api::PrivateClusterConfig::set_public_endpoint |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'publicEndpoint
' attribute.
Output only. The external IP address of this cluster's master endpoint.
- Parameters
-
The documentation for this class was generated from the following files: