Class: Google::Cloud::Container::V1::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
NetworkConfig reports the relative names of network & subnetwork.
Instance Attribute Summary collapse
-
#datapath_provider ⇒ ::Google::Cloud::Container::V1::DatapathProvider
The desired datapath provider for this cluster.
-
#default_snat_status ⇒ ::Google::Cloud::Container::V1::DefaultSnatStatus
Whether the cluster disables default in-node sNAT rules.
-
#dns_config ⇒ ::Google::Cloud::Container::V1::DNSConfig
DNSConfig contains clusterDNS config for this cluster.
-
#enable_intra_node_visibility ⇒ ::Boolean
Whether Intra-node visibility is enabled for this cluster.
-
#enable_l4ilb_subsetting ⇒ ::Boolean
Whether L4ILB Subsetting is enabled for this cluster.
-
#gateway_api_config ⇒ ::Google::Cloud::Container::V1::GatewayAPIConfig
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
-
#network ⇒ ::String
Output only.
-
#private_ipv6_google_access ⇒ ::Google::Cloud::Container::V1::PrivateIPv6GoogleAccess
The desired state of IPv6 connectivity to Google Services.
-
#service_external_ips_config ⇒ ::Google::Cloud::Container::V1::ServiceExternalIPsConfig
ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
-
#subnetwork ⇒ ::String
Output only.
Instance Attribute Details
#datapath_provider ⇒ ::Google::Cloud::Container::V1::DatapathProvider
Returns The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_snat_status ⇒ ::Google::Cloud::Container::V1::DefaultSnatStatus
Returns Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dns_config ⇒ ::Google::Cloud::Container::V1::DNSConfig
Returns DNSConfig contains clusterDNS config for this cluster.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_intra_node_visibility ⇒ ::Boolean
Returns Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_l4ilb_subsetting ⇒ ::Boolean
Returns Whether L4ILB Subsetting is enabled for this cluster.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_api_config ⇒ ::Google::Cloud::Container::V1::GatewayAPIConfig
Returns GatewayAPIConfig contains the desired config of Gateway API on this cluster.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_ipv6_google_access ⇒ ::Google::Cloud::Container::V1::PrivateIPv6GoogleAccess
Returns The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4).
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_external_ips_config ⇒ ::Google::Cloud::Container::V1::ServiceExternalIPsConfig
Returns ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork ⇒ ::String
Returns 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.
3787 3788 3789 3790 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3787 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |