Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkConfig.
NetworkConfig reports the relative names of network & subnetwork.
Generated from protobuf message google.container.v1.NetworkConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ network
string
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
↳ subnetwork
string
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
↳ enable_intra_node_visibility
bool
Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
↳ default_snat_status
Google\Cloud\Container\V1\DefaultSnatStatus
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.
↳ enable_l4ilb_subsetting
bool
Whether L4ILB Subsetting is enabled for this cluster.
↳ datapath_provider
int
The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
↳ private_ipv6_google_access
int
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)
↳ dns_config
↳ service_external_ips_config
Google\Cloud\Container\V1\ServiceExternalIPsConfig
ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
↳ gateway_api_config
Google\Cloud\Container\V1\GatewayAPIConfig
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
getNetwork
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
Generated from protobuf field string network = 1;
string
setNetwork
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
Generated from protobuf field string network = 1;
var
string
$this
getSubnetwork
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
Generated from protobuf field string subnetwork = 2;
string
setSubnetwork
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
Generated from protobuf field string subnetwork = 2;
var
string
$this
getEnableIntraNodeVisibility
Whether Intra-node visibility is enabled for this cluster.
This makes same node pod to pod traffic visible for VPC network.
Generated from protobuf field bool enable_intra_node_visibility = 5;
bool
setEnableIntraNodeVisibility
Whether Intra-node visibility is enabled for this cluster.
This makes same node pod to pod traffic visible for VPC network.
Generated from protobuf field bool enable_intra_node_visibility = 5;
var
bool
$this
getDefaultSnatStatus
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.
Generated from protobuf field .google.container.v1.DefaultSnatStatus default_snat_status = 7;
hasDefaultSnatStatus
clearDefaultSnatStatus
setDefaultSnatStatus
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.
Generated from protobuf field .google.container.v1.DefaultSnatStatus default_snat_status = 7;
$this
getEnableL4IlbSubsetting
Whether L4ILB Subsetting is enabled for this cluster.
Generated from protobuf field bool enable_l4ilb_subsetting = 10;
bool
setEnableL4IlbSubsetting
Whether L4ILB Subsetting is enabled for this cluster.
Generated from protobuf field bool enable_l4ilb_subsetting = 10;
var
bool
$this
getDatapathProvider
The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
Generated from protobuf field .google.container.v1.DatapathProvider datapath_provider = 11;
int
setDatapathProvider
The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
Generated from protobuf field .google.container.v1.DatapathProvider datapath_provider = 11;
var
int
$this
getPrivateIpv6GoogleAccess
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)
Generated from protobuf field .google.container.v1.PrivateIPv6GoogleAccess private_ipv6_google_access = 12;
int
setPrivateIpv6GoogleAccess
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)
Generated from protobuf field .google.container.v1.PrivateIPv6GoogleAccess private_ipv6_google_access = 12;
var
int
$this
getDnsConfig
DNSConfig contains clusterDNS config for this cluster.
Generated from protobuf field .google.container.v1.DNSConfig dns_config = 13;
hasDnsConfig
clearDnsConfig
setDnsConfig
DNSConfig contains clusterDNS config for this cluster.
Generated from protobuf field .google.container.v1.DNSConfig dns_config = 13;
$this
getServiceExternalIpsConfig
ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
Generated from protobuf field .google.container.v1.ServiceExternalIPsConfig service_external_ips_config = 15;
hasServiceExternalIpsConfig
clearServiceExternalIpsConfig
setServiceExternalIpsConfig
ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
Generated from protobuf field .google.container.v1.ServiceExternalIPsConfig service_external_ips_config = 15;
$this
getGatewayApiConfig
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
Generated from protobuf field .google.container.v1.GatewayAPIConfig gateway_api_config = 16;
hasGatewayApiConfig
clearGatewayApiConfig
setGatewayApiConfig
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
Generated from protobuf field .google.container.v1.GatewayAPIConfig gateway_api_config = 16;
$this