In Mage Rcm Disks Default Input Args
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)