HyperVReplicaAzureDiskInputDetailsArgs

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

Disk input details.

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: Output<String>? = null, diskId: Output<String>? = null, diskType: Output<Either<String, DiskAccountType>>? = null, logStorageAccountId: Output<String>? = null, 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>? = null

The DiskId.

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

The disk type.

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

The LogStorageAccountId.

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(): HyperVReplicaAzureDiskInputDetailsArgs