Class Configuration.Vm
java.lang.Object
org.jdrupes.vmoperator.runner.qemu.Configuration.Vm
- All Implemented Interfaces:
Dto
- Enclosing class:
Configuration
Subsection “vm”.
-
Field Summary
Modifier and TypeFieldDescriptionThe accelerator.boolean
The boot menu.int
The cores per die.The cpu model.int
The current cpus.The current ram.int
The dies per socket.The display.The drives.The firmware.int
The maximum cpus.The maximum ram.The name.The network.int
The powerdown timeout.The rtc base.The rtc clock.int
The cpu sockets.int
The threads per core.boolean
The use tpm.The uuid. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCurrentRam
(String value) Convert value from JSON parser.void
setMaximumRam
(String value) Convert value from JSON parser.
-
Field Details
-
name
The name. -
uuid
The uuid. -
useTpm
The use tpm. -
bootMenu
The boot menu. -
firmware
The firmware. -
maximumRam
The maximum ram. -
currentRam
The current ram. -
cpuModel
The cpu model. -
maximumCpus
The maximum cpus. -
currentCpus
The current cpus. -
sockets
The cpu sockets. -
diesPerSocket
The dies per socket. -
coresPerDie
The cores per die. -
threadsPerCore
The threads per core. -
accelerator
The accelerator. -
rtcBase
The rtc base. -
rtcClock
The rtc clock. -
powerdownTimeout
The powerdown timeout. -
network
The network. -
drives
The drives. -
display
The display.
-
-
Constructor Details
-
Vm
public Vm()
-
-
Method Details
-
setMaximumRam
Convert value from JSON parser.- Parameters:
value
- the new maximum ram
-
setCurrentRam
Convert value from JSON parser.- Parameters:
value
- the new current ram
-