noExternalIpAddress property

  1. @TagNumber(3)
bool noExternalIpAddress

Default is false (with an external IP address). Required if no external public IP address is attached to the VM. If no external public IP address, additional configuration is required to allow the VM to access Google Services. See https://cloud.google.com/vpc/docs/configure-private-google-access and https://cloud.google.com/nat/docs/gce-example#create-nat for more information.

Implementation

@$pb.TagNumber(3)
$core.bool get noExternalIpAddress => $_getBF(2);
  1. @TagNumber(3)
void noExternalIpAddress=(bool v)

Implementation

@$pb.TagNumber(3)
set noExternalIpAddress($core.bool v) { $_setBool(2, v); }