noPublicIp property

  1. @TagNumber.new(17)
bool get noPublicIp

If true, no external IP will be assigned to this instance.

Implementation

@$pb.TagNumber(17)
$core.bool get noPublicIp => $_getBF(11);
  1. @TagNumber.new(17)
set noPublicIp (bool v)

Implementation

@$pb.TagNumber(17)
set noPublicIp($core.bool v) {
  $_setBool(11, v);
}