Class Configuration.Vm
java.lang.Object
org.jdrupes.vmoperator.runner.qemu.Configuration.Vm
- All Implemented Interfaces:
Dto
- Enclosing class:
Configuration
Subsection “vm”.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe accelerator.booleanThe boot menu.intThe cores per die.The cpu model.intThe current cpus.The current ram.intThe dies per socket.The display.The drives.The firmware.intThe maximum cpus.The maximum ram.The name.The network.intThe powerdown timeout.The rtc base.The rtc clock.intThe cpu sockets.intThe threads per core.booleanThe use tpm.The uuid. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentRam(String value) Convert value from JSON parser.voidsetMaximumRam(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
-