ImageRawDisk

data class ImageRawDisk(val containerType: String? = null, val sha1: String? = null, val source: String)

Constructors

Link copied to clipboard
constructor(containerType: String? = null, sha1: String? = null, source: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerType: String? = null

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.

Link copied to clipboard
val sha1: String? = null

An optional SHA1 checksum of the disk image before unpackaging. This is provided by the client when the disk image is created.

Link copied to clipboard

The full Google Cloud Storage URL where disk storage is stored You must provide either this property or the sourceDisk property but not both.