pscConnectionId property

  1. @TagNumber.new(5)
String get pscConnectionId

The PSC connection id of the PSC forwarding rule connected to the service attachments in this service connection map.

Implementation

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

Implementation

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