InMageRcmDiskInputArgs

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

InMageRcm disk input.

Constructors

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

Properties

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

The disk encryption set ARM Id.

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

The disk Id.

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

The disk type.

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

The log storage account ARM Id.

Functions

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