HardwareProfileArgs

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

Specifies the hardware settings for the virtual machine.

Constructors

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

Properties

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

Specifies the size of the virtual machine.

The enum data type is currently deprecated and will be removed by December 23rd 2023.

Recommended way to get the list of available sizes is using these APIs:

List all available virtual machine sizes in an availability set

List all available virtual machine sizes in a region

List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines.

The available VM sizes depend on region and availability set.

Functions

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