ssl property

  1. @TagNumber(6)
SslConfig ssl

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

Implementation

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

Implementation

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