pscConnectionId property
The PSC connection id of the PSC forwarding rule.
Implementation
@$pb.TagNumber(8)
$core.String get pscConnectionId => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set pscConnectionId($core.String v) {
$_setString(7, v);
}