Interface Server.UpdateStages.WithDataEncryption

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

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

    Modifier and Type
    Method
    Description
    Specifies the dataEncryption property: Data encryption properties of a server..
  • Method Details

    • withDataEncryption

      Server.Update withDataEncryption(DataEncryption dataEncryption)
      Specifies the dataEncryption property: Data encryption properties of a server..
      Parameters:
      dataEncryption - Data encryption properties of a server.
      Returns:
      the next definition stage.