noPublicIp property
If true, no external IP will be assigned to this instance.
Implementation
@$pb.TagNumber(17)
$core.bool get noPublicIp => $_getBF(11);
Implementation
@$pb.TagNumber(17)
set noPublicIp($core.bool v) {
$_setBool(11, v);
}
If true, no external IP will be assigned to this instance.
@$pb.TagNumber(17)
$core.bool get noPublicIp => $_getBF(11);
@$pb.TagNumber(17)
set noPublicIp($core.bool v) {
$_setBool(11, v);
}