internalIpOnly property

bool? internalIpOnly
getter/setter pair

If true, all instances in the cluster will only have internal IP addresses.

By default, clusters are not restricted to internal IP addresses, and will have ephemeral external IP addresses assigned to each instance. This internal_ip_only restriction can only be enabled for subnetwork enabled networks, and all off-cluster dependencies must be configured to be accessible without external IP addresses.

Optional.

Implementation

core.bool? internalIpOnly;