ImageRawDiskArgs

data class ImageRawDiskArgs(val containerType: Output<String>? = null, val sha1: Output<String>? = null, val source: Output<String>) : ConvertibleToJava<ImageRawDiskArgs>

Constructors

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

Properties

Link copied to clipboard
val containerType: Output<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: Output<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
val source: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ImageRawDiskArgs