Instance Template Disk
constructor(autoDelete: Boolean? = null, boot: Boolean? = null, deviceName: String? = null, diskEncryptionKey: InstanceTemplateDiskDiskEncryptionKey? = null, diskName: String? = null, diskSizeGb: Int? = null, diskType: String? = null, interface: String? = null, labels: Map<String, String>? = null, mode: String? = null, provisionedIops: Int? = null, resourceManagerTags: Map<String, String>? = null, resourcePolicies: String? = null, source: String? = null, sourceImage: String? = null, sourceImageEncryptionKey: InstanceTemplateDiskSourceImageEncryptionKey? = null, sourceSnapshot: String? = null, sourceSnapshotEncryptionKey: InstanceTemplateDiskSourceSnapshotEncryptionKey? = null, type: String? = null)