Interface KubernetesCluster.DefinitionStages.WithDiskEncryption

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

public static interface KubernetesCluster.DefinitionStages.WithDiskEncryption
The stage of the Kubernetes cluster definition allowing to specify disk encryption.
  • Method Details

    • withDiskEncryptionSet

      KubernetesCluster.DefinitionStages.WithCreate withDiskEncryptionSet(String diskEncryptionSetId)
      Specifies the disk encryption set for the disk in cluster.
      Parameters:
      diskEncryptionSetId - the ID of disk encryption set.
      Returns:
      the next stage of the definition