Interface PrivateCloud.UpdateStages.WithEncryption

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

public static interface PrivateCloud.UpdateStages.WithEncryption
The stage of the PrivateCloud update allowing to specify encryption.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the encryption property: Customer managed key encryption, can be enabled or disabled.
  • Method Details

    • withEncryption

      PrivateCloud.Update withEncryption(Encryption encryption)
      Specifies the encryption property: Customer managed key encryption, can be enabled or disabled.
      Parameters:
      encryption - Customer managed key encryption, can be enabled or disabled.
      Returns:
      the next definition stage.