ssl property
SSL configuration for the destination to connect to the source database.
Implementation
@$pb.TagNumber(6)
SslConfig get ssl => $_getN(4);
Implementation
@$pb.TagNumber(6)
set ssl(SslConfig v) {
setField(6, v);
}
SSL configuration for the destination to connect to the source database.
@$pb.TagNumber(6)
SslConfig get ssl => $_getN(4);
@$pb.TagNumber(6)
set ssl(SslConfig v) {
setField(6, v);
}