VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse

data class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse(val maximumMemoryMB: Double? = null, val minimumMemoryMB: Double? = null, val targetMemoryBuffer: Int? = null)

Dynamic memory config

Constructors

constructor(maximumMemoryMB: Double? = null, minimumMemoryMB: Double? = null, targetMemoryBuffer: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximumMemoryMB: Double? = null

Maximum memory in MB

Link copied to clipboard
val minimumMemoryMB: Double? = null

Minimum memory in MB

Link copied to clipboard
val targetMemoryBuffer: Int? = null

Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.