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

#include <private_cluster_config.h>

Inheritance diagram for google_container_api::PrivateClusterConfig:

Public Member Functions

 PrivateClusterConfig (const Json::Value &storage)
 
 PrivateClusterConfig (Json::Value *storage)
 
virtual ~PrivateClusterConfig ()
 
const StringPiece GetTypeName () const
 
bool has_enable_private_endpoint () const
 
void clear_enable_private_endpoint ()
 
bool get_enable_private_endpoint () const
 
void set_enable_private_endpoint (bool value)
 
bool has_enable_private_nodes () const
 
void clear_enable_private_nodes ()
 
bool get_enable_private_nodes () const
 
void set_enable_private_nodes (bool value)
 
bool has_master_ipv4_cidr_block () const
 
void clear_master_ipv4_cidr_block ()
 
const StringPiece get_master_ipv4_cidr_block () const
 
void set_master_ipv4_cidr_block (const StringPiece &value)
 
bool has_peering_name () const
 
void clear_peering_name ()
 
const StringPiece get_peering_name () const
 
void set_peering_name (const StringPiece &value)
 
bool has_private_endpoint () const
 
void clear_private_endpoint ()
 
const StringPiece get_private_endpoint () const
 
void set_private_endpoint (const StringPiece &value)
 
bool has_public_endpoint () const
 
void clear_public_endpoint ()
 
const StringPiece get_public_endpoint () const
 
void set_public_endpoint (const StringPiece &value)
 

Static Public Member Functions

static PrivateClusterConfigNew ()
 

Detailed Description

Configuration options for private clusters.

Constructor & Destructor Documentation

◆ PrivateClusterConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~PrivateClusterConfig()

google_container_api::PrivateClusterConfig::~PrivateClusterConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_container_api::PrivateClusterConfig

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

PrivateClusterConfig * google_container_api::PrivateClusterConfig::New ( )
static

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

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

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

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

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

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

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