ssl property

  1. @TagNumber.new(6)
SslConfig get ssl

SSL configuration for the destination to connect to the source database.

Implementation

@$pb.TagNumber(6)
SslConfig get ssl => $_getN(4);
  1. @TagNumber.new(6)
set ssl (SslConfig v)

Implementation

@$pb.TagNumber(6)
set ssl(SslConfig v) {
  setField(6, v);
}