internalIpOnly property
Optional. 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.
Implementation
@$pb.TagNumber(10)
$core.bool get internalIpOnly => $_getBF(9);
Implementation
@$pb.TagNumber(10)
set internalIpOnly($core.bool v) { $_setBool(9, v); }