DiskEncryptionTarget

enum DiskEncryptionTarget : Enum<DiskEncryptionTarget> , ConvertibleToJava<DiskEncryptionTarget>

If omitted, no disks on the compute nodes in the pool will be encrypted.

Entries

Link copied to clipboard

The OS Disk on the compute node is encrypted.

Link copied to clipboard

The temporary disk on the compute node is encrypted. On Linux this encryption applies to other partitions (such as those on mounted data disks) when encryption occurs at boot time.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: DiskEncryptionTarget
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): DiskEncryptionTarget
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.