data class ImageRawDiskArgs(val containerType: Output<String>? = null, val sha1: Output<String>? = null, val source: Output<String>) : ConvertibleToJava<ImageRawDiskArgs>
The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created. Default value is TAR. Possible values are: TAR.