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

#include <network_config.h>

Inheritance diagram for google_container_api::NetworkConfig:

Public Member Functions

 NetworkConfig (const Json::Value &storage)
 
 NetworkConfig (Json::Value *storage)
 
virtual ~NetworkConfig ()
 
const StringPiece GetTypeName () const
 
bool has_enable_intra_node_visibility () const
 
void clear_enable_intra_node_visibility ()
 
bool get_enable_intra_node_visibility () const
 
void set_enable_intra_node_visibility (bool value)
 
bool has_network () const
 
void clear_network ()
 
const StringPiece get_network () const
 
void set_network (const StringPiece &value)
 
bool has_subnetwork () const
 
void clear_subnetwork ()
 
const StringPiece get_subnetwork () const
 
void set_subnetwork (const StringPiece &value)
 

Static Public Member Functions

static NetworkConfigNew ()
 

Detailed Description

NetworkConfig reports the relative names of network & subnetwork.

Constructor & Destructor Documentation

◆ NetworkConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NetworkConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NetworkConfig()

google_container_api::NetworkConfig::~NetworkConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enable_intra_node_visibility()

void google_container_api::NetworkConfig::clear_enable_intra_node_visibility ( )
inline

Clears the 'enableIntraNodeVisibility' attribute.

◆ clear_network()

void google_container_api::NetworkConfig::clear_network ( )
inline

Clears the 'network' attribute.

◆ clear_subnetwork()

void google_container_api::NetworkConfig::clear_subnetwork ( )
inline

Clears the 'subnetwork' attribute.

◆ get_enable_intra_node_visibility()

bool google_container_api::NetworkConfig::get_enable_intra_node_visibility ( ) const
inline

Get the value of the 'enableIntraNodeVisibility' attribute.

◆ get_network()

const StringPiece google_container_api::NetworkConfig::get_network ( ) const
inline

Get the value of the 'network' attribute.

◆ get_subnetwork()

const StringPiece google_container_api::NetworkConfig::get_subnetwork ( ) const
inline

Get the value of the 'subnetwork' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::NetworkConfig

◆ has_enable_intra_node_visibility()

bool google_container_api::NetworkConfig::has_enable_intra_node_visibility ( ) const
inline

Determine if the 'enableIntraNodeVisibility' attribute was set.

Returns
true if the 'enableIntraNodeVisibility' attribute was set.

◆ has_network()

bool google_container_api::NetworkConfig::has_network ( ) const
inline

Determine if the 'network' attribute was set.

Returns
true if the 'network' attribute was set.

◆ has_subnetwork()

bool google_container_api::NetworkConfig::has_subnetwork ( ) const
inline

Determine if the 'subnetwork' attribute was set.

Returns
true if the 'subnetwork' attribute was set.

◆ New()

NetworkConfig * google_container_api::NetworkConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enable_intra_node_visibility()

void google_container_api::NetworkConfig::set_enable_intra_node_visibility ( bool  value)
inline

Change the 'enableIntraNodeVisibility' attribute.

Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.

Parameters
[in]valueThe new value.

◆ set_network()

void google_container_api::NetworkConfig::set_network ( const StringPiece &  value)
inline

Change the 'network' attribute.

Output only. The relative name of the Google Compute Engine network(/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network.

Parameters
[in]valueThe new value.

◆ set_subnetwork()

void google_container_api::NetworkConfig::set_subnetwork ( const StringPiece &  value)
inline

Change the 'subnetwork' attribute.

Output only. The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet.

Parameters
[in]valueThe new value.

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