Interface GatewayHostnameConfigurationContract.DefinitionStages.WithTls10Enabled
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition,GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithTls10Enabled
The stage of the GatewayHostnameConfigurationContract definition allowing to specify tls10Enabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithTls10Enabled(Boolean tls10Enabled) Specifies the tls10Enabled property: Specifies if TLS 1.0 is supported.
-
Method Details
-
withTls10Enabled
GatewayHostnameConfigurationContract.DefinitionStages.WithCreate withTls10Enabled(Boolean tls10Enabled) Specifies the tls10Enabled property: Specifies if TLS 1.0 is supported.- Parameters:
tls10Enabled- Specifies if TLS 1.0 is supported.- Returns:
- the next definition stage.
-