sslConfig property
SSL configuration for this AlloyDB Cluster.
Implementation
@$pb.TagNumber(18)
SslConfig get sslConfig => $_getN(16);
Implementation
@$pb.TagNumber(18)
set sslConfig(SslConfig v) {
setField(18, v);
}
SSL configuration for this AlloyDB Cluster.
@$pb.TagNumber(18)
SslConfig get sslConfig => $_getN(16);
@$pb.TagNumber(18)
set sslConfig(SslConfig v) {
setField(18, v);
}