Class NetworkConfig (2.2.0)

NetworkConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

NetworkConfig reports the relative names of network & subnetwork.

Attributes

NameDescription
network str
Output only. The relative name of the Google Compute Engine [network]google.container.v1.NetworkConfig.network __ to which the cluster is connected. Example: projects/my-project/global/networks/my-network
subnetwork str
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 .cluster_service.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.