VMwareCbtDiskInputArgs

data class VMwareCbtDiskInputArgs(val diskEncryptionSetId: Output<String>? = null, val diskId: Output<String>, val diskType: Output<Either<String, DiskAccountType>>? = null, val isOSDisk: Output<String>, val logStorageAccountId: Output<String>, val logStorageAccountSasSecretName: Output<String>, val sectorSizeInBytes: Output<Int>? = null) : ConvertibleToJava<VMwareCbtDiskInputArgs>

VMwareCbt disk input.

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: Output<String>? = null, diskId: Output<String>, diskType: Output<Either<String, DiskAccountType>>? = null, isOSDisk: Output<String>, logStorageAccountId: Output<String>, logStorageAccountSasSecretName: Output<String>, sectorSizeInBytes: Output<Int>? = null)

Properties

Link copied to clipboard
val diskEncryptionSetId: Output<String>? = null

The DiskEncryptionSet ARM Id.

Link copied to clipboard
val diskId: Output<String>

The disk Id.

Link copied to clipboard
val diskType: Output<Either<String, DiskAccountType>>? = null

The disk type.

Link copied to clipboard
val isOSDisk: Output<String>

A value indicating whether the disk is the OS disk.

Link copied to clipboard

The log storage account ARM Id.

Link copied to clipboard

The key vault secret name of the log storage account.

Link copied to clipboard
val sectorSizeInBytes: Output<Int>? = null

The logical sector size (in bytes), 512 by default.

Functions

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