FormulaPropertiesFromVmArgs

data class FormulaPropertiesFromVmArgs(val labVmId: Output<String>? = null) : ConvertibleToJava<FormulaPropertiesFromVmArgs>

Information about a VM from which a formula is to be created.

Constructors

Link copied to clipboard
constructor(labVmId: Output<String>? = null)

Properties

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

The identifier of the VM from which a formula is to be created.

Functions

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