Interface GatewayHostnameConfigurationContract.UpdateStages.WithTls11Enabled
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Update
- Enclosing interface:
GatewayHostnameConfigurationContract.UpdateStages
public static interface GatewayHostnameConfigurationContract.UpdateStages.WithTls11Enabled
The stage of the GatewayHostnameConfigurationContract update allowing to specify tls11Enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithTls11Enabled(Boolean tls11Enabled) Specifies the tls11Enabled property: Specifies if TLS 1.1 is supported.
-
Method Details
-
withTls11Enabled
Specifies the tls11Enabled property: Specifies if TLS 1.1 is supported.- Parameters:
tls11Enabled- Specifies if TLS 1.1 is supported.- Returns:
- the next definition stage.
-