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 Detail

      • 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.