ClusterNodeConfigSecondaryBootDiskArgs

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

Constructors

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

Properties

Link copied to clipboard
val diskImage: Output<String>

Path to disk image to create the secondary boot disk from. After using the gke-disk-image-builder, this argument should be global/images/DISK_IMAGE_NAME.

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

Mode for how the secondary boot disk is used. An example mode is CONTAINER_IMAGE_CACHE.

Functions

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