Class NetworkConfig (2.0.1)

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.