HardwareProfileArgs

data class HardwareProfileArgs(val vmSize: Output<String>? = null) : ConvertibleToJava<HardwareProfileArgs>

The hardware profile.

Constructors

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

Properties

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

The size of the VM

Functions

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