Interface Cluster.DefinitionStages.WithEnableDiskEncryption

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithEnableDiskEncryption
The stage of the Cluster definition allowing to specify enableDiskEncryption.
  • Method Details

    • withEnableDiskEncryption

      Cluster.DefinitionStages.WithCreate 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.