Creation Data Args
data class CreationDataArgs(val createOption: Output<Either<String, DiskCreateOption>>, val galleryImageReference: Output<ImageDiskReferenceArgs>? = null, val imageReference: Output<ImageDiskReferenceArgs>? = null, val logicalSectorSize: Output<Int>? = null, val performancePlus: Output<Boolean>? = null, val securityDataUri: Output<String>? = null, val sourceResourceId: Output<String>? = null, val sourceUri: Output<String>? = null, val storageAccountId: Output<String>? = null, val uploadSizeBytes: Output<Double>? = null) : ConvertibleToJava<CreationDataArgs>
Data used when creating a disk.
Constructors
Link copied to clipboard
fun CreationDataArgs(createOption: Output<Either<String, DiskCreateOption>>, galleryImageReference: Output<ImageDiskReferenceArgs>? = null, imageReference: Output<ImageDiskReferenceArgs>? = null, logicalSectorSize: Output<Int>? = null, performancePlus: Output<Boolean>? = null, securityDataUri: Output<String>? = null, sourceResourceId: Output<String>? = null, sourceUri: Output<String>? = null, storageAccountId: Output<String>? = null, uploadSizeBytes: Output<Double>? = null)