Interface Cluster.UpdateStages.WithEnableDiskEncryption

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

public static interface Cluster.UpdateStages.WithEnableDiskEncryption
The stage of the Cluster update allowing to specify enableDiskEncryption.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEnableDiskEncryption(Boolean enableDiskEncryption)
    Specifies the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted..
  • Method Details

    • withEnableDiskEncryption

      Cluster.Update withEnableDiskEncryption(Boolean enableDiskEncryption)
      Specifies the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted..
      Parameters:
      enableDiskEncryption - A boolean value that indicates if the cluster's disks are encrypted.
      Returns:
      the next definition stage.