Interface Server.UpdateStages.WithSslEnforcement

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

public static interface Server.UpdateStages.WithSslEnforcement
The stage of the Server update allowing to specify sslEnforcement.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the sslEnforcement property: Enable ssl enforcement or not when connect to server..
  • Method Details

    • withSslEnforcement

      Server.Update withSslEnforcement(SslEnforcementEnum sslEnforcement)
      Specifies the sslEnforcement property: Enable ssl enforcement or not when connect to server..
      Parameters:
      sslEnforcement - Enable ssl enforcement or not when connect to server.
      Returns:
      the next definition stage.