NodePoolNodeConfigSecondaryBootDiskArgs

data class NodePoolNodeConfigSecondaryBootDiskArgs(val diskImage: Output<String>, val mode: Output<String>? = null) : ConvertibleToJava<NodePoolNodeConfigSecondaryBootDiskArgs>

Constructors

Link copied to clipboard
constructor(diskImage: Output<String>, mode: Output<String>? = null)

Properties

Link copied to clipboard
val diskImage: Output<String>

Disk image to create the secondary boot disk from

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

Mode for how the secondary boot disk is used.

Functions

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