Interface Server.UpdateStages.WithMinimalTlsVersion

All Known Subinterfaces:
Server.Update
Enclosing interface:
Server.UpdateStages

public static interface Server.UpdateStages.WithMinimalTlsVersion
The stage of the Server update allowing to specify minimalTlsVersion.
  • Method Details

    • withMinimalTlsVersion

      Server.Update withMinimalTlsVersion(MinimalTlsVersionEnum minimalTlsVersion)
      Specifies the minimalTlsVersion property: Enforce a minimal Tls version for the server..
      Parameters:
      minimalTlsVersion - Enforce a minimal Tls version for the server.
      Returns:
      the next definition stage.