#include <network_config.h>
NetworkConfig reports the relative names of network & subnetwork.
◆ NetworkConfig() [1/2]
google_container_api::NetworkConfig::NetworkConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~NetworkConfig()
google_container_api::NetworkConfig::~NetworkConfig |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: