network property
The consumer network whose PSC forwarding rule is connected to the service attachments in this service connection map. Note that the network could be on a different project (shared VPC).
Implementation
@$pb.TagNumber(4)
$core.String get network => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set network($core.String v) {
$_setString(3, v);
}