ip property
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);
Implementation
@$pb.TagNumber(6)
set ip($core.String v) {
$_setString(5, v);
}