Interface GatewayHostnameConfigurationContract.DefinitionStages.WithTls11Enabled
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition,GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithTls11Enabled
The stage of the GatewayHostnameConfigurationContract definition 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
GatewayHostnameConfigurationContract.DefinitionStages.WithCreate withTls11Enabled(Boolean tls11Enabled) 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.
-