Virtual Machine Properties Hardware Profile Args
data class VirtualMachinePropertiesHardwareProfileArgs(val dynamicMemoryConfig: Output<VirtualMachinePropertiesDynamicMemoryConfigArgs>? = null, val memoryMB: Output<Double>? = null, val processors: Output<Int>? = null, val vmSize: Output<Either<String, VmSizeEnum>>? = null) : ConvertibleToJava<VirtualMachinePropertiesHardwareProfileArgs>
HardwareProfile - Specifies the hardware settings for the virtual machine.
Constructors
Link copied to clipboard
constructor(dynamicMemoryConfig: Output<VirtualMachinePropertiesDynamicMemoryConfigArgs>? = null, memoryMB: Output<Double>? = null, processors: Output<Int>? = null, vmSize: Output<Either<String, VmSizeEnum>>? = null)