RegionInstanceTemplateDiskArgs

constructor(autoDelete: Output<Boolean>? = null, boot: Output<Boolean>? = null, deviceName: Output<String>? = null, diskEncryptionKey: Output<RegionInstanceTemplateDiskDiskEncryptionKeyArgs>? = null, diskName: Output<String>? = null, diskSizeGb: Output<Int>? = null, diskType: Output<String>? = null, interface: Output<String>? = null, labels: Output<Map<String, String>>? = null, mode: Output<String>? = null, provisionedIops: Output<Int>? = null, resourceManagerTags: Output<Map<String, String>>? = null, resourcePolicies: Output<String>? = null, source: Output<String>? = null, sourceImage: Output<String>? = null, sourceImageEncryptionKey: Output<RegionInstanceTemplateDiskSourceImageEncryptionKeyArgs>? = null, sourceSnapshot: Output<String>? = null, sourceSnapshotEncryptionKey: Output<RegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgs>? = null, type: Output<String>? = null)