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 Summary
Modifier and TypeMethodDescriptionwithDiskEncryptionSet(String diskEncryptionSetId) Specifies the disk encryption set for the disk in cluster.
-
Method Details
-
withDiskEncryptionSet
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
-