ip property

  1. @TagNumber.new(6)
String get ip

The IP literal allocated on the consumer network for the PSC forwarding rule that is created to connect to the producer service attachment in this service connection map.

Implementation

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

Implementation

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