publicIp property

  1. @TagNumber.new(9)
String get publicIp

Output only. The source's public IP. All communication initiated by this source will originate from this IP.

Implementation

@$pb.TagNumber(9)
$core.String get publicIp => $_getSZ(5);
  1. @TagNumber.new(9)
set publicIp (String v)

Implementation

@$pb.TagNumber(9)
set publicIp($core.String v) {
  $_setString(5, v);
}