ImageTemplatePropertiesVmBootArgs

data class ImageTemplatePropertiesVmBootArgs(val state: Output<VMBootOptimizationState>? = null) : ConvertibleToJava<ImageTemplatePropertiesVmBootArgs>

Optimization is applied on the image for a faster VM boot.

Constructors

Link copied to clipboard
constructor(state: Output<VMBootOptimizationState>? = null)

Properties

Link copied to clipboard
val state: Output<VMBootOptimizationState>? = null

Enabling this field will improve VM boot time by optimizing the final customized image output.

Functions

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