DiskGuestOsFeatureArgs

data class DiskGuestOsFeatureArgs(val type: Output<String>) : ConvertibleToJava<DiskGuestOsFeatureArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The type of supported feature. Read Enabling guest operating system features to see a list of available options.

Functions

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