KubernetesCluster.DefinitionStages.WithDiskEncryption Interface

public static interface KubernetesCluster.DefinitionStages.WithDiskEncryption

The stage of the Kubernetes cluster definition allowing to specify disk encryption.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDiskEncryptionSet(String diskEncryptionSetId)

Specifies the disk encryption set for the disk in cluster.

Method Details

withDiskEncryptionSet

public abstract 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

Applies to