InstanceFromTemplateScratchDiskArgs

data class InstanceFromTemplateScratchDiskArgs(val deviceName: Output<String>? = null, val interface: Output<String>, val size: Output<Int>? = null) : ConvertibleToJava<InstanceFromTemplateScratchDiskArgs>

Constructors

Link copied to clipboard
constructor(deviceName: Output<String>? = null, interface: Output<String>, size: Output<Int>? = null)

Properties

Link copied to clipboard
val deviceName: Output<String>? = null

Name with which the attached disk is accessible under /dev/disk/by-id/

Link copied to clipboard
val interface: Output<String>

The disk interface used for attaching this disk. One of SCSI or NVME.

Link copied to clipboard
val size: Output<Int>? = null

The size of the disk in gigabytes. One of 375 or 3000.

Functions

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