pscConnectionId property

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

The PSC connection id of the PSC forwarding rule.

Implementation

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

Implementation

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