InMageRcmDisksDefaultInputArgs

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

InMageRcm disk input.

Constructors

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

The disk type.

Link copied to clipboard

The log storage account ARM Id.

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