Interface HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
HostnameSslBinding.UpdateDefinition<ParentT>
- Enclosing interface:
HostnameSslBinding.UpdateDefinitionStages
public static interface HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT>
The stage of a hostname SSL binding definition allowing SSL type to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionUses IP based SSL.Uses Server Name Indication (SNI) based SSL.
-
Method Details
-
withSniBasedSsl
HostnameSslBinding.UpdateDefinitionStages.WithAttach<ParentT> withSniBasedSsl()Uses Server Name Indication (SNI) based SSL.- Returns:
- the next stage of the definition
-
withIpBasedSsl
HostnameSslBinding.UpdateDefinitionStages.WithAttach<ParentT> withIpBasedSsl()Uses IP based SSL. Only one hostname can be bound to IP based SSL.- Returns:
- the next stage of the definition
-