internalIpOnly property

bool? internalIpOnly
getter/setter pair

If true, runtime will only have internal IP addresses.

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

Optional.

Implementation

core.bool? internalIpOnly;