Database.DefinitionStages.WithClientProtocol Interface
public static interface Database.DefinitionStages.WithClientProtocol
The stage of the Database definition allowing to specify clientProtocol.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withClientProtocol(Protocol clientProtocol)
Specifies the client |
Method Details
withClientProtocol
public abstract Database.DefinitionStages.WithCreate withClientProtocol(Protocol clientProtocol)
Specifies the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted..
Parameters:
Returns: