ImportDiskDetailsArgs

data class ImportDiskDetailsArgs(val bitLockerKey: Output<String>, val manifestFile: Output<String>, val manifestHash: Output<String>) : ConvertibleToJava<ImportDiskDetailsArgs>

Import disk details

Constructors

Link copied to clipboard
constructor(bitLockerKey: Output<String>, manifestFile: Output<String>, manifestHash: Output<String>)

Properties

Link copied to clipboard
val bitLockerKey: Output<String>

BitLocker key used to encrypt the disk.

Link copied to clipboard
val manifestFile: Output<String>

The relative path of the manifest file on the disk.

Link copied to clipboard
val manifestHash: Output<String>

The Base16-encoded MD5 hash of the manifest file on the disk.

Functions

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